This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.
Check it out on amazon.com →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 |