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

Table Control

Former Member
0 Likes
536

Hi Experts

I have a table control in a subscreen. For seeing this I need to scroll down in the main screen. On reaching th table control and when I try to scroll the entries, the PAI is triggering and refreshing the main screen to the top and I have to scroll down again to get to my table control. Is there anyway I can avoid this ?

Thanks

Neo

5 REPLIES 5
Read only

Former Member
0 Likes
507

HI

This table control is in a subscreen for display-only purpose. All I need to know is there a way to prevent triggering an event when the user scrolls the table control? Because once the event is triggering, it is refreshing the main screen also.

Thanks

Neo

Read only

Former Member
0 Likes
507

Hi Neo ,

Switch on the debugger , just before scroll down operation .Check the sy-ucomm and its corresponding code.

Now, check the code which is being executed and check the number of records in the internal table that populates the table control.

This will give you clear picture of issue.

Hope this helps you.

Read only

0 Likes
507

Hi Harsh

Thanks for your reply. As such, scrolling in table control cannot not have any ok code. The PAI still gets triggered. The problem is, since the table control is in a subscreen, after the subscreen processing, the system is processing PAI of the main screen also, thus refreshing the main screen. This should not happen. Please let me know if you need anything.

Thanks

Neo

Read only

Former Member
0 Likes
507

Hi i figured this out. Im closing the thread.

Thanks

Neo

Read only

0 Likes
507

Hi Neo,

It would be great if you share your solution to the forum.

Regards,

Swarna Munukoti