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

Scroll problem in table control wizard in tabstrip subscreen

Former Member
0 Likes
2,833

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
Read only

Former Member
0 Likes
2,018

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

Read only

0 Likes
2,018

Internal table contents

Read only

Former Member
0 Likes
2,018

Hi,

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

Regards,

Klaus

Read only

0 Likes
2,018

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

Read only

0 Likes
2,018

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,018

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

Read only

kabil_g
Active Participant
0 Likes
2,018

Hi Darshan,

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

Read only

Former Member
0 Likes
2,018

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