‎2008 Jan 02 7:08 AM
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
‎2008 Jan 02 7:23 AM
Hi,
Write submit and return then it will come to the normal program then ur back will trigger.
PLzz reward points if it helps.
‎2008 Jan 02 7:17 AM
Hi.
Change the name BACK because it is standard FCode.
Try Changing the Fcode.
Awrd Points if useful
Bhupal
‎2008 Jan 02 7:23 AM
Hi,
Write submit and return then it will come to the normal program then ur back will trigger.
PLzz reward points if it helps.
‎2008 Jan 02 7:40 AM
hi all...
Thanks for the answers...got the output...awarded points too
regards,
aruna