* This program is a little example of use VIEW_MAINTENANCE_NO_DIALOG. * It adds new line(s) in view without dialog (in my case in background mode). SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE ...
PARAMETERS: p_file TYPE localfile OBLIGATORY DEFAULT 'D:\test.txt'. AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file. PERFORM frm_get_filename_on_f4 USING p_file. START-OF-SELECTION. IF NOT p_file = '' ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results