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

Regarding module pool programming,reports and gui status

Former Member
0 Likes
407

hi,

I have created a mpp program in which i called a report using the SUBMIT statement.In the Report i have used Gui status for BACK.When i execute the MPP and press BACK it should call a another screen of the MPP,but it leaves to the program i.e., it comes out.

example,

case sy-ucomm.

When 'BACK'.

CALL SCREEN 0002.

endcase.

This is what i have used in my report program.

Please help me,

Thanks in advance,

Aruna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
383

Hi,

Write submit and return then it will come to the normal program then ur back will trigger.

PLzz reward points if it helps.

3 REPLIES 3
Read only

Former Member
0 Likes
383

Hi.

Change the name BACK because it is standard FCode.

Try Changing the Fcode.

Awrd Points if useful

Bhupal

Read only

Former Member
0 Likes
384

Hi,

Write submit and return then it will come to the normal program then ur back will trigger.

PLzz reward points if it helps.

Read only

Former Member
0 Likes
383

hi all...

Thanks for the answers...got the output...awarded points too

regards,

aruna