Skip to Content
0
Former Member
Jan 02, 2008 at 07:08 AM

Regarding module pool programming,reports and gui status

24 Views

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