Hi,
I have used a tabstrip wizard in a normal screen(900), in which in the third tab (subscreen 903), I have used table control wizard. The problem is when I scroll the table control, the control is going back to first tab (subscreen 901) for every scroll. I have tried a lot but its not getting resolved. Can I know the how to resolve this issue.
Regards,
Darshan MS
Hi,
can you please post the flow logic of subscreen 903 here, please?
Regards,
Klaus
In PBO of screen 900 you could have a module to set dynpro/tab to display and you must have a CALL SUBSCREEN area INCLUDING program subscreen tab nr, note the name of the variable that contains the subscreen/tab to display, as well as the origin of the value if changed in a previous PBO module.
Now trace in your PAI logic (Main screen AND subscreen) the code that may inadvertently change this value. (Remember also that OK_CODE is available in main screen PAI, not in subscreen (so check sequence of module calls and usage of sy-ucomm)
Also when you just press Enter, does the program get back to first tab, so you forget to store the tab to display in a "persistant" variable, but clear it at each PAI/PBO cycle ?
Regards,
Raymond
Hi Darshan,
Use Hold screen position in settings as like inserted image .. Hope it will help for you......
Hi,
Thanks for the helpful timely answers. I created other screens with tabstrip wizard, in which, earlier I had selected scrolling in GUI radiobutton. But in the second trial, the other radio button i.e., Scrolling in the Application server. Now its working fine.
Thanks and Regards,
Darshan MS
Add a comment