Application Development and Automation 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: 
Read only

Back Problem

Former Member
0 Likes
657

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

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'

5 REPLIES 5
Read only

Former Member
0 Likes
626

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.

Read only

0 Likes
626

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

Read only

0 Likes
626

Hi,

Then try LEAVE TO TRANSACTION instead CALL TRANSACTION or give LEAVE PROGRAM after the CALL TRANSACTION statement.

Regards

Karthik D

Read only

Former Member
0 Likes
627

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'

Read only

0 Likes
626

Thanks to all.

Regards,

Goutam Sahoo