2014 Aug 16 7:33 AM
Hello guys,
Can a small program written in executable type run as like module pool program
screen change , flow logic of the program , pf-status and sy-ucomm.
thanks and regards
sunil dhakad
2014 Aug 16 7:55 AM
Hi sunil,
Yes can do using executable type but difference is if you use module pool you never need to call the initial designed screen but in executable you should call the screen using call screen 100 ,
Regards,
Venkat.
2014 Aug 16 7:55 AM
Hi sunil,
Yes can do using executable type but difference is if you use module pool you never need to call the initial designed screen but in executable you should call the screen using call screen 100 ,
Regards,
Venkat.
2014 Aug 16 11:03 AM
2014 Aug 16 8:07 AM
Hi,
Sure.
At START-OF-SELECTION call a creen .
From this screen you can use leave to other screens or call other screens .
SET SCREEN 0. LEAVE SCREEN. will return you to the caller
See http://help.sap.com/abapdocu_740/en/
Regards.
2014 Aug 16 11:04 AM
thanks eitan i did not think about it.
and thanks for the useful links