Skip to Content
0
Former Member
Dec 02, 2009 at 07:55 AM

How to insert a standard selection screen on moduled program?

80 Views

Hi All,

Selection screen can be easily done in classic report by just simply invoking the event "SELECTION-SCREEN"

SELECTION-SCREEN BEGIN OF ...
SELECT-OPTIONS ...
PARAMETERS ...

In the case of moduled program, there will be a PBO and PAI, I have a requirement on my 2nd screen where I need to have a selection screen, but the SELECTION-SCREEN event is not applicable for NOT TYPE 1(Executable) Program.

My Dialog Program Flow:

Main Screen -> Display Screen (should be SELECTION SCREEN) -> Output (3rd screen)

What's the best alternative solution on this scenario?

Thanks.