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

Submit and Return:

Former Member
0 Likes
615

Hi Friends,

I used Submit rmmmperi AND RETURN to call MMPV transaction. MMPV transaction displays output on execution. When I press back button, selection screen of MMPV transaction is called instead on selection screen of Z progarm.

My requirement is to display the output and on pressing back button selection screen of Z program need to be called.

Kindly advice

Regards

Suresh

3 REPLIES 3
Read only

Former Member
0 Likes
500

hi,

just SUBMIT..

regards,

nazeer

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
500

Hi,

Define GUI status and specify 'BACK' for back button.In PAI,

case sy-ucomm.

when 'BACK'.

set screen '0'.

leave screen.

Read only

SantoshKallem
Active Contributor
0 Likes
500

y don't u use call transaction

call transaction 'MMPV'.