Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →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 |