‎2006 Dec 04 5:43 AM
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.
‎2006 Dec 04 5:52 AM
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.
‎2006 Dec 04 5:52 AM
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.
‎2006 Dec 04 5:56 AM
After pressing your button use FM 'SAPGUI_SET_FUNCTIONCODE' and set a new function code 'BACK'.