<?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: table control - Scroll down in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503545#M1852403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enter the record into first row and press the Page down then the entered row goes up and first row will be empty and enter the second row and do the same process...in this way need not required to handle the index as you are entering the all the records in the first row itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't help please post your code here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2014 11:27:18 GMT</pubDate>
    <dc:creator>former_member201275</dc:creator>
    <dc:date>2014-08-18T11:27:18Z</dc:date>
    <item>
      <title>table control - Scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503544#M1852402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue in table controll scroll down, I have tried in many ways but still not yet solved.&lt;/P&gt;&lt;P&gt;If anyone worked with similar issues please help me...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table control previously it will display only 10 rows, As per new requirement I have made it as scrollable. it is used create installed base(IB53 transaction). The issue is, even I am making it scrollable then also if I am entering more than 10 records then it is not getting updated in IB53 transaction. Only 10 record are being updated. It is using BDC, I have tried with p+ function code to capture the page down event. But it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any further information required ask me. Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya Reddy&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 11:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503544#M1852402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-18T11:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: table control - Scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503545#M1852403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enter the record into first row and press the Page down then the entered row goes up and first row will be empty and enter the second row and do the same process...in this way need not required to handle the index as you are entering the all the records in the first row itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't help please post your code here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 11:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503545#M1852403</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-08-18T11:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: table control - Scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503546#M1852404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Glen for the quick reply. In this way everytime we shoudl press pagedown aft entering each record.&lt;/P&gt;&lt;P&gt;The following is the code which I have tried. In this I have created recording and then tried.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF lv_count &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;11.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;bdc_dynpro&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SAPLIBOF' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0200'.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;bdc_field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BDC_OKCODE' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'/00'.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;bdc_field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'RIBIB-EXTID' &lt;/SPAN&gt;lv_descr.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;bdc_field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'RIBIB-DESCR' &lt;/SPAN&gt;lv_descr.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;bdc_field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BDC_CURSOR' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'RIBOF-REVLV'.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;bdc_field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'RIBOF-REVLV' &lt;/SPAN&gt;p_revlv.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;bdc_field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'RIBOF-UNIT' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'EA'.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;bdc_field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BDC_CURSOR' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'IB0002-MATNR(01)'.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;bdc_field&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'BDC_SUBSCR' &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SAPLIBOFMA&amp;nbsp;&amp;nbsp; 0600PUSHBUTTONS'.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_count &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 11:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503546#M1852404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-18T11:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: table control - Scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503547#M1852405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, enter page down each time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 12:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503547#M1852405</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-08-18T12:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: table control - Scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503548#M1852406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 11:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503548#M1852406</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-08-20T11:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: table control - Scroll down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503549#M1852407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;Is your question answered? It would be good if you post the solution here in case others have the same issue as you, that way we can all learn on this forum. Also please close.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why"&gt;http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 11:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-scroll-down/m-p/10503549#M1852407</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-08-29T11:47:38Z</dc:date>
    </item>
  </channel>
</rss>

