‎2010 Jan 19 3:21 PM
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
‎2010 Jan 19 3:51 PM
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
‎2010 Jan 19 3:54 PM
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.
‎2010 Jan 19 3:59 PM
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
‎2010 Jan 26 1:51 PM
‎2010 Jan 27 4:43 AM
Hi Neo,
It would be great if you share your solution to the forum.
Regards,
Swarna Munukoti