<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problem with scrolling in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scrolling-in-table-control/m-p/6144506#M1367559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because the scrolling action also triggers the PAI as a result of which your first table control on the screen gets triggered. What you can do is restrict the portions on the PAI to execute based on the function codes. This way, the portions of code will not execute when you scroll down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

if sy-ucomm eq 'F_CODE'.
  "Restrict the portion of code between this if...endif...
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2009 10:04:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-10T10:04:04Z</dc:date>
    <item>
      <title>problem with scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scrolling-in-table-control/m-p/6144505#M1367558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 table controls , 2nd table control should be populated based on the entries in 1st table control ,everything working fine apart from when I click the scroll button in the 2 table control its going back to 1st table control.plz advise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 09:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scrolling-in-table-control/m-p/6144505#M1367558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T09:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem with scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scrolling-in-table-control/m-p/6144506#M1367559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because the scrolling action also triggers the PAI as a result of which your first table control on the screen gets triggered. What you can do is restrict the portions on the PAI to execute based on the function codes. This way, the portions of code will not execute when you scroll down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

if sy-ucomm eq 'F_CODE'.
  "Restrict the portion of code between this if...endif...
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 10:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scrolling-in-table-control/m-p/6144506#M1367559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T10:04:04Z</dc:date>
    </item>
  </channel>
</rss>

