‎2009 Aug 13 6:24 AM
Hello experts,
I am facing one problem with PF status.
I have one program with selection screen and it will give some report .after displaying the repot when I press the back button it will come to selection screen.
Where as for the same program I have created he transaction code, when I am trying to executing it after displaying the report when I press the back button its completely going to stating screen , but not to the selection screen .
Can you please provide me any pointes to resolve this issue .
Thank you ,
Bharathi
‎2009 Aug 13 6:30 AM
Hi,
The Selection screen number is default as 1000.
LEAVE TO SCREEN 1000.
So use this at the end of the report
This will take you back to the selection screen.
Regards,
Vik
‎2009 Aug 13 6:29 AM
Hi ,
I assume that the GUI status is added by you , if that is the case please check the coding used for BACK button.
Reagrds,
Arun
‎2009 Aug 13 6:30 AM
HI,
On the click of back button have you written Leave Program ,
Try writing Leave to screen 1000 it might take you back to the
selection screen.
Hope it helps
Regards
Mansi
‎2009 Aug 13 6:30 AM
Hi,
The Selection screen number is default as 1000.
LEAVE TO SCREEN 1000.
So use this at the end of the report
This will take you back to the selection screen.
Regards,
Vik
‎2009 Aug 14 8:31 PM
‎2009 Aug 13 7:43 AM
hi
copy the standard pf status to z(custom one) and to that custom pf status add the new function code
and use that pf status in program. It will work..
regards
Saurabh Goel