<?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: Module Pool Table Control Scroll Bar Event ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800177#M1954005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm surprised that the wizard relies on SY-UCOMM, because it's not recommended by SAP. Instead, you should use a custom global variable (i.e. DATA G_OKCODE TYPE syucomm) which is to be assigned in the dynpro to the "OK Code" element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2016 09:07:59 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2016-07-28T09:07:59Z</dc:date>
    <item>
      <title>Module Pool Table Control Scroll Bar Event ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800176#M1954004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, I have a Table control defined in a module pool program, table control was generated using the Wizard and has standard code for ADD row, DELETE row, SELECT ALL , PAGE UP, PAGE DOWN along with scrollbars active. Now when I click on ADD button row gets added, however if now I try scrolling, after successful scroll movement&amp;nbsp; ADD button event gets invoked automatically causing new line to get added ? ADD BUTTON event handler is clearing of the SY-COMM to be blank after button click , so not sure how scroll bar movement is resulting in ADD event? Is this known issue?&amp;nbsp; Thanks Regards Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 08:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800176#M1954004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-28T08:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Table Control Scroll Bar Event ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800177#M1954005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm surprised that the wizard relies on SY-UCOMM, because it's not recommended by SAP. Instead, you should use a custom global variable (i.e. DATA G_OKCODE TYPE syucomm) which is to be assigned in the dynpro to the "OK Code" element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 09:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800177#M1954005</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-07-28T09:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Table Control Scroll Bar Event ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800178#M1954006</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;have a look at this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/message/4876313#4876313" title="https://scn.sap.com/message/4876313#4876313"&gt;Table control Dialog program | SCN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and pay attention to routine &lt;/P&gt;&lt;P&gt;PERFORM COMPUTE_SCROLLING_IN_TC USING P_TC_NAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; L_OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 10:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800178#M1954006</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2016-07-28T10:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Table Control Scroll Bar Event ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800179#M1954007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pablo, the routine COMPUTE_SCROLLING is not called at all &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; when I click ADD button , program raises btn event 'Z9TBC_02_115_INSR' this add's 1 row and clears SY-COMM . when next on screen it try pulling scroll bars down PAI somehow still fill SY-UCOMM with 'Z9TBC_02_115_INSR'. Also note my screen is SUBSCREEN in one of the SCREEN EXITS.. Regards Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 10:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800179#M1954007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-28T10:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Table Control Scroll Bar Event ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800180#M1954008</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;&lt;/P&gt;&lt;P&gt;in order to get the okcode within a subscreen of a main screen have a look at his thread:&lt;/P&gt;&lt;H1 style="margin: 13px 0 10px; font-size: 2em; color: #333333; background: #ffffff;"&gt;&lt;A href="https://scn.sap.com/message/4647317#4647317" style="font-weight: inherit; font-style: inherit; font-size: 24px; font-family: inherit; text-decoration: underline !important; color: #3778c7; background: transparent;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;okcode and subscreen&lt;/SPAN&gt;&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then once ok is correct then activate that routine for scrolling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 11:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800180#M1954008</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2016-07-28T11:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Table Control Scroll Bar Event ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800181#M1954009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo, Thanks for answers &amp;amp; Suggestion, problem is not completely solved even after setting (SAPLIQS0)SY-UCOMM to blank. Some how I was playing around with table control properties unchecked VERTICAL RESIZE check box and activated the CMOD project. something did the trick, now I don't get the operation repeating!! fingers crossed Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 13:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-table-control-scroll-bar-event/m-p/11800181#M1954009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-28T13:58:45Z</dc:date>
    </item>
  </channel>
</rss>

