

Use function module ‘/SAPDMC/LSMF4SERVERFILE’ in AT SELECTION-SCREEN ON VALUE-REQUEST FOR FIELD event to provide F4 help for SAP application server file.

Declare a input field (PARAMETER) for filename. So that only options are available where the other fields match. Now I want the programm to consider what is in the other inputfields. *F4 help for file name on SAP application serverĬALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE' Use the following steps to provide ABAP F4 help for SAP application server file on selection screen. I want to do a f4 Help for an input field. PARAMETERS: p_file TYPE rlgrap-filename OBLIGATORY.ĪT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file. Editable ALV with F4 Help support Multiple Selection. Upload data from/Download data to file.īelow program uses function module‘/SAPDMC/LSM_F4_SERVER_FILE’ to provide ABAP F4 help for a file on application server.Use function module ‘/SAPDMC/LSM_F4_SERVER_FILE’ in AT SELECTION-SCREEN ON VALUE-REQUEST FOR FIELD event to provide F4 help for SAP application server file.Declare a input field(PARAMETER) for filename.

In the screen appearing, seelct option highlighed in red below to create a new append search help. In the next screen, click on Go to menu and select append search help as below. Use the following steps to provide ABAP F4 help for SAP application server file on selection screen. Go to transaction SE11 and in search help provide the collective search help which has to be enhanced and choose display.
