Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dynpro using executable program

Former Member
0 Likes
800

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

1 ACCEPTED SOLUTION
Read only

VenkatRamesh_V
Active Contributor
0 Likes
765

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.

4 REPLIES 4
Read only

VenkatRamesh_V
Active Contributor
0 Likes
766

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.

Read only

0 Likes
765

Thank you venkat my doubt is clear.

Read only

rosenberg_eitan
Active Contributor
0 Likes
765

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.

Read only

0 Likes
765

thanks eitan i did not think about it.

and thanks for the useful links