Create a program with one select-options representing an executable program name (also
known as report). The program should execute all programs entered in the select-options one-byone.
Keep in mind that after running a program, the execution should return back to the original
program.
Solution:
REPORT z_abap101_101.
DATA v_report TYPE char20.
SELECT-OPTIONS s_report FOR v_report NO INTERVALS.
START-OF-SELECTION.
LOOP AT s_report.
SUBMIT (s_report-low) VIA SELECTION-SCREEN AND RETURN.
ENDLOOP.


Serkan AKKAVAK
Computer Engineer
ABAP Developer & SAP S/4 HANA Logistics Consultant
Contact : serkurumsal@yandex.com