<?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: Functional Code for Scroll bar., in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642993#M1865550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ashish.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u r right., am utilizing the OK_CODE already in my prog. as u specified., but t problem still the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2014 11:26:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-12T11:26:21Z</dc:date>
    <item>
      <title>Functional Code for Scroll bar.,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642991#M1865548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi all.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Is there any standard functional code for Scroll bar ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;in my program&amp;nbsp; ( module pool ) i have a table control with CREATE EDIT DISPLAY SAVE buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;consider a scenario where i used CREATE button to populate table control. in this case the code corresponding to CREATE button get executed&amp;nbsp; and table get populated., no problem here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;in the next step, if i scroll down or scroll up., the code corresponding to previous SY-UCOMM ( I.E. CREATE) get triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;where am i getting it wrong. ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards.,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642991#M1865548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-12T11:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Code for Scroll bar.,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642992#M1865549</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 the reason sy-ucomm is not recommended to be used directly in module pool programs.&lt;/P&gt;&lt;P&gt;Use a variable say ok_code for function code.&lt;/P&gt;&lt;P&gt;Add it to the screen as well as the program.&lt;/P&gt;&lt;P&gt;Use ok_code instead of sy-ucomm to run the code for CREATE and clear it after the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642992#M1865549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-12T11:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Code for Scroll bar.,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642993#M1865550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ashish.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u r right., am utilizing the OK_CODE already in my prog. as u specified., but t problem still the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642993#M1865550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-12T11:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Code for Scroll bar.,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642994#M1865551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you clearing the ok_code after processing the create code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642994#M1865551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-12T11:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Code for Scroll bar.,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642995#M1865552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes., &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 11:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642995#M1865552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-12T11:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Code for Scroll bar.,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642996#M1865553</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;Can you please share the part of code where the CREATE button functionality has been implemented. The part where you have checked the function code and did the processing accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 12:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642996#M1865553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-12T12:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Code for Scroll bar.,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642997#M1865554</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;In the module written or auto populated for table control actions like scroll, add, the variable name ok_code is used directly. Instead of that declare a local variable l_ok_code and replace ok_code with this only inside this module. Hope this works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 16:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642997#M1865554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-12T16:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Code for Scroll bar.,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642998#M1865555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U were right.,&amp;nbsp; OK_CODE is being used in auto generated code for table control. thanks for ur help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.,&lt;/P&gt;&lt;P&gt;Madhu. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 06:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-code-for-scroll-bar/m-p/10642998#M1865555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-13T06:41:04Z</dc:date>
    </item>
  </channel>
</rss>

