Application Development 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: 

Scroll problem in table control wizard in tabstrip subscreen

Former Member
0 Kudos

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

8 REPLIES 8

Former Member
0 Kudos

are you trying to display alv in the 3rd tab?

0 Kudos

Internal table contents

former_member195402
Active Contributor
0 Kudos

Hi,

can you please post the flow logic of subscreen 903 here, please?

Regards,

Klaus

0 Kudos

And check in the dynpro settings of subscreen 903 in SE51, which screen is the following one (901 or 903). It should be 903.

Regards,

Klaus

0 Kudos

Hi,

The flow is coming from 800 (normal) screen to 900 screen (normal) and in PAI of 800, I am writing the logic to display the data in 900 i.e., sub screens of 900 as I have used tab strip. So no logic is written in 900 or its sub screens 901,902 and 903.

Regards,

Darshan MS

raymond_giuseppi
Active Contributor
0 Kudos

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

kabil_g
Active Participant
0 Kudos

Hi Darshan,

Use Hold screen position in settings as like inserted image .. Hope it will help for you......

Former Member
0 Kudos

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