Application Development 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: 

leave to screen

Former Member
0 Kudos

hi gurus,

i have using following code

MODULE status_0102 OUTPUT.

CLEAR sy-ucomm.

APPEND 'PRINT' TO fcode.

APPEND 'REL' TO fcode.

APPEND 'EXIT' TO fcode.

APPEND 'UPD' TO fcode.

APPEND 'DEL' TO fcode.

APPEND 'ADD' TO fcode.

SET PF-STATUS 'PACK' EXCLUDING fcode.

MODULE user_command_0102 INPUT.

WHEN 'BACK'.

LEAVE TO SCREEN 0.

by using this i have to come back on previous screen.

when i come back on previous screen then application tool bar icons & button has not appear.

can u suggent me. How solved this problem.

Best Regards

Pravin.

5 REPLIES 5

Former Member
0 Kudos

Hi Patil,

Might be you have not activated your GUI "SET PF-STATUS 'PACK' EXCLUDING fcode. " check that. After that revert me back any issue.

Cheers!!

0 Kudos

hi,

I hav to check and activated SET PF-STATUS 'PACK' EXCLUDING fcode.

but same result i have got.Can u give me any idea further.

Regards,

Pravin.

Former Member
0 Kudos

Hi,

GOTO SE80 and activate the complete program.....

Former Member
0 Kudos

Are you using same GUI status for both the program, if yes then dont do that.

Former Member
0 Kudos

Thax to all i have solved this problem

by using refresh fcode