The Function Module KD_GET_FILENAME_ON_F4 (Filemanager support to locate file in a directory (on value request)) is a standard Function Module in SAP ERP and is part of the function group KDUT within the package BF_BANK.
Function Module | KD_GET_FILENAME_ON_F4 |
Short Text | Filemanager support to locate file in a directory (on value request) |
Function Group | KDUT |
Package | BF_BANK |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DYNPRO_NUMBER | LIKE | SY-DYNNR | SYST-DYNNR | Dynpro number where F4 help is needed |
FIELD_NAME | LIKE | SPACE | name of field where path is to be entered | |
FILEOPERATION | TYPE | DXFIELDS-FILEOPER | 'R' | Operation to perform on file |
MASK | TYPE | C | SPACE | |
PATH | TYPE | DXFIELDS-LONGPATH | Long path name | |
PROGRAM_NAME | LIKE | SY-REPID | SYST-REPID | Module pool program name for screen field |
STATIC | LIKE | SPACE |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FILE_NAME | LIKE | RLGRAP-FILENAME | Path name selected by user with help of Filemngr | |
LOCATION_FLAG | TYPE | DXFIELDS-LOCATION | 'P' | Flag: Application or presentation server |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MASK_TOO_LONG | The len of MASK must not be > 100 |