ABAP | Reference
Sample Codes and Syntax
Monday, 7 January 2013
Open file Dialog
REPORT
XX
.
PARAMETERS
:
p_file
TYPE
rlgrap
-
filename
.
* At selection screen
AT
SELECTION-SCREEN
ON
VALUE-REQUEST
FOR
p_file
.
CALL
FUNCTION
'F4_FILENAME'
EXPORTING
field_name
=
'P_FILE'
IMPORTING
file_name
=
p_file
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment