<?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: fcode for scrolling in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322662#M1394775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;definitely for a scroll PBO is triggered again.. so work on it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2009 12:49:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-10T12:49:04Z</dc:date>
    <item>
      <title>fcode for scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322661#M1394774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;          I m working with table control but on scrolling fcode is blank.&lt;/P&gt;&lt;P&gt;         How can I assign fcode for the scroll in table control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 12:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322661#M1394774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T12:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: fcode for scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322662#M1394775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;definitely for a scroll PBO is triggered again.. so work on it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 12:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322662#M1394775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T12:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: fcode for scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322663#M1394776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BUT how do I detect that the event occur is by scroll&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 13:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322663#M1394776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T13:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: fcode for scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322664#M1394777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find out the sy-ucomm value by clicking on the scroll button in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put /h in the tcode field and press enter. the debugger would be turned on. Now click on the scroll button , the screen will go to the debugging screen. enter sy-ucomm  in the field and find the value. that would be the fcode of the scroll button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 13:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322664#M1394777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T13:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: fcode for scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322665#M1394778</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;There is no need to assign fcode for scrolling in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scrolling option will come automatically if you have entries greater than visible lines (SY_LOOPC) in table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 13:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322665#M1394778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: fcode for scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322666#M1394779</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;Please let us know why you want to scroll. Is there any specific req. so that we can concentrate on that issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;ANil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 13:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322666#M1394779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T13:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: fcode for scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322667#M1394780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no FCODE generated for this.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read the value of TOP_LINE and CURRENT_LINE in the table control element... if they are not the one which they are previously .. that means you have scrolled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 13:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322667#M1394780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T13:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: fcode for scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322668#M1394781</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;There is no need to assign fcode for scrolling in table control.&lt;/P&gt;&lt;P&gt;The scrolling option will come automatically if you have entries greater than visible lines (SY_LOOPC) in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to have scrolling option permanently, just add the following code in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* For scrolling in table control
  DATA: v_lines TYPE i.
  DESCRIBE TABLE it_tc LINES v_lines.
  tc_0100-lines = v_lines + 20.

where it_tc --&amp;gt; Table control internal table and tc_0100 --&amp;gt; Table control name&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 13:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322668#M1394781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T13:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: fcode for scrolling in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322669#M1394782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I requied for bdc and I found to be p+. Thanks to all for the code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 14:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fcode-for-scrolling-in-table-control/m-p/6322669#M1394782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T14:21:19Z</dc:date>
    </item>
  </channel>
</rss>

