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

Basic List

Former Member
0 Likes
471

I have a basic list and 4 secondary list. I am NOT using the BACK button. Instead i have created a button that acts like the standard BACK button. From the 4th List, if i keep pressing the button, it should take the user one list back. Any solution.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

When you handle your own BACK Button in the at user-command section, your should reset your sy-lsind to one less than its present value

sy-lsind = sy-lsind - 1.

2 REPLIES 2
Read only

Former Member
0 Likes
446

When you handle your own BACK Button in the at user-command section, your should reset your sy-lsind to one less than its present value

sy-lsind = sy-lsind - 1.

Read only

Former Member
0 Likes
445

After pressing your button use FM 'SAPGUI_SET_FUNCTIONCODE' and set a new function code 'BACK'.