<?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 How to scroll a table control from a batch input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-scroll-a-table-control-from-a-batch-input/m-p/1762881#M330046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PA30 (0045) dynpro 2000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a table control there, &lt;/P&gt;&lt;P&gt;and i  need to insert there a new row with date, amount, etc, &lt;/P&gt;&lt;P&gt;my problem is that the table control may  have values (is not empty sometimes)&lt;/P&gt;&lt;P&gt;i need to fiend the next empy one!&lt;/P&gt;&lt;P&gt; so think in scrolling the control table from my bacth input to the last page, and last field, if i do so, when i save it SAP put the new row in the correct order, so how to i scroll the control table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'MP004500' '2000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'GT_PAYM-ZAHLD(35)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried put field(35) or some big number, but an error ocurs cuz i only can see the first field(1-7) per page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2006 18:05:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-08T18:05:48Z</dc:date>
    <item>
      <title>How to scroll a table control from a batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-scroll-a-table-control-from-a-batch-input/m-p/1762881#M330046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PA30 (0045) dynpro 2000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a table control there, &lt;/P&gt;&lt;P&gt;and i  need to insert there a new row with date, amount, etc, &lt;/P&gt;&lt;P&gt;my problem is that the table control may  have values (is not empty sometimes)&lt;/P&gt;&lt;P&gt;i need to fiend the next empy one!&lt;/P&gt;&lt;P&gt; so think in scrolling the control table from my bacth input to the last page, and last field, if i do so, when i save it SAP put the new row in the correct order, so how to i scroll the control table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'MP004500' '2000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'GT_PAYM-ZAHLD(35)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried put field(35) or some big number, but an error ocurs cuz i only can see the first field(1-7) per page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 18:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-scroll-a-table-control-from-a-batch-input/m-p/1762881#M330046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T18:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to scroll a table control from a batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-scroll-a-table-control-from-a-batch-input/m-p/1762882#M330047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use BDC OKCODE = P++. This will do a pagedown in your table control and then you can add your entry in the first row of this new page. i.e using 'GT_PAYM-ZAHLD(01). After you hit enter this entry will automatically be the last entry in your table conrol and will be after the previous last entry you had.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 18:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-scroll-a-table-control-from-a-batch-input/m-p/1762882#M330047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T18:10:53Z</dc:date>
    </item>
  </channel>
</rss>

