‎2009 Jun 27 5:48 AM
Hi experts,
In a Interactive ALV program, I've triggered 3 user-command. From there if I click on 'Back' button, it has to come back to the initial screen i.e. selection-screen.For this, I've used Call Screen,Leave to Screen, Submit 'Program Name' via selection-screen, Call Transaction, but these are not working. How to solve this problem? Pls help.
Thanks and regards,
Goutam Sahoo
‎2009 Jun 29 6:07 AM
Note: First you need to Use meaningful subject Line.
Coming to your Back problem, You need to override the BACK button fuction code with your own function code then Handle that in your user_command event then only it works.
I hope you know how to override the BACK button Function code , use PF-status event assign some new ok_code(Function code) to BACK button like 'BLAH'
‎2009 Jun 27 6:00 AM
Hi,
After the call transaction statement call your selection-screen.
Check and revert back.
Regards
Karthik D
P.S.: Give a more meaningful subject line in future.
‎2009 Jun 27 6:16 AM
Hi,
I've used Call Transaction. It triggers the selection screen, but after this I click on 'Back', I want to back to SAP Easy Access Screen. But it takes 4 steps to back there. All the user-command I triggered, it back to all that screen in backward step. How to solve ths?
Thanks and regards,
Goutam Sahoo
‎2009 Jun 27 6:20 AM
Hi,
Then try LEAVE TO TRANSACTION instead CALL TRANSACTION or give LEAVE PROGRAM after the CALL TRANSACTION statement.
Regards
Karthik D
‎2009 Jun 29 6:07 AM
Note: First you need to Use meaningful subject Line.
Coming to your Back problem, You need to override the BACK button fuction code with your own function code then Handle that in your user_command event then only it works.
I hope you know how to override the BACK button Function code , use PF-status event assign some new ok_code(Function code) to BACK button like 'BLAH'
‎2009 Jun 29 10:10 AM