<?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 Problem with paging down in batch input table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-paging-down-in-batch-input-table-control/m-p/3300602#M790119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i create a custom function module that call a custom transaction using bdcdata.&lt;/P&gt;&lt;P&gt;Problem concerning scroll down action in a table control; i copied source code with SHDB transaction but this functionality in batch input session doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i scroll down data filled in table control, using my custom transaction, this works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's in advance&lt;/P&gt;&lt;P&gt;Maurizio Ortolani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2008 11:42:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-06T11:42:25Z</dc:date>
    <item>
      <title>Problem with paging down in batch input table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-paging-down-in-batch-input-table-control/m-p/3300602#M790119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i create a custom function module that call a custom transaction using bdcdata.&lt;/P&gt;&lt;P&gt;Problem concerning scroll down action in a table control; i copied source code with SHDB transaction but this functionality in batch input session doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i scroll down data filled in table control, using my custom transaction, this works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's in advance&lt;/P&gt;&lt;P&gt;Maurizio Ortolani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 11:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-paging-down-in-batch-input-table-control/m-p/3300602#M790119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T11:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with paging down in batch input table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-paging-down-in-batch-input-table-control/m-p/3300603#M790120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have a look at :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;note that the key here is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONCATENATE 'EKPO-EMATN(' v_indx ')'  INTO v_fnam.
PERFORM  subr_bdc_table USING ' ' v_fnam x_idata-ematn.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another similar link is:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pablo casamayor on Feb 6, 2008 5:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 16:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-paging-down-in-batch-input-table-control/m-p/3300603#M790120</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2008-02-06T16:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with paging down in batch input table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-paging-down-in-batch-input-table-control/m-p/3300604#M790121</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;While recording in SHDB, u have to use the PAGEDOWN /ENTER button (after filling all the visible rows in the table control), then it scrolls to next set of visible rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, u have to code to handle this situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e  u have to handle 1st set of rows with one login and remaining set s of rows with another logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 04:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-paging-down-in-batch-input-table-control/m-p/3300604#M790121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T04:37:42Z</dc:date>
    </item>
  </channel>
</rss>

