<?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 BDC Table control using page down in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-page-down/m-p/5417825#M1243792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Apapers,&lt;/P&gt;&lt;P&gt;                  I am Using t.code  AIAB. t.code based on  table control.I upload 100.records.its only allowing for 17 records.Reason is first page 17 line items only. but i am using in Case ok code P+ is no effective. Please tell me how to resolve the issues.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Code:  cnt is my line items.(using concatinate statement) is working fine "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            IF cnt &amp;gt; 17.      &lt;/P&gt;&lt;P&gt;                                           &lt;/P&gt;&lt;P&gt;                PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                       '/00'.&lt;/P&gt;&lt;P&gt;                PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                        '=P+'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Mar 2009 14:25:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-21T14:25:45Z</dc:date>
    <item>
      <title>BDC Table control using page down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-page-down/m-p/5417825#M1243792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Apapers,&lt;/P&gt;&lt;P&gt;                  I am Using t.code  AIAB. t.code based on  table control.I upload 100.records.its only allowing for 17 records.Reason is first page 17 line items only. but i am using in Case ok code P+ is no effective. Please tell me how to resolve the issues.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Code:  cnt is my line items.(using concatinate statement) is working fine "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            IF cnt &amp;gt; 17.      &lt;/P&gt;&lt;P&gt;                                           &lt;/P&gt;&lt;P&gt;                PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                       '/00'.&lt;/P&gt;&lt;P&gt;                PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                        '=P+'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2009 14:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-page-down/m-p/5417825#M1243792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-21T14:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Table control using page down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-page-down/m-p/5417826#M1243793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi. can you try erasing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/00'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2009 14:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-page-down/m-p/5417826#M1243793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-21T14:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Table control using page down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-page-down/m-p/5417827#M1243794</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;your code needs a refinement in handling hte cursor positions with the appropirate field positon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using    'PLPOD-LTXA1(01)'   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a normal recording procedure .. (01) here indicates place holder for 01 position .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now  for filling 10 line the code should be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; perform bdc_field       using  'PLPOD-LTXA1(10)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so to achieve this u need to modify the code (xx) to the number u want to populate by concatenation the count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'PLPOD-LTXA1 (  xx ) as some wa_ltxa1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using  W_LTAX1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this should be breaked up populating the count no passing it dynamically . in interval of 5 or some minimum no u should use the code of page scrolling .. this count is intermediate count .. suppose say from 10 - 15 records this should be scrolled once .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and 15-20 again once ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//&lt;/P&gt;&lt;P&gt;IF cnt &amp;gt; 17. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/00'.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=P+'.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// this count will do once and every no greate than 17 which should not be the case .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the bdc cursor and clear of the count as and when necessary .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2009 15:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-page-down/m-p/5417827#M1243794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-21T15:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Table control using page down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-page-down/m-p/5417828#M1243795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Click new line button&lt;/P&gt;&lt;P&gt;2.Enter record&lt;/P&gt;&lt;P&gt;3. Click new line button again&lt;/P&gt;&lt;P&gt;4. enter the reocrd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repeat this this you have entered all the records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just sumilate the above steps in the BDC recording(Use Tcode: SHDB)and use in you program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2009 17:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-using-page-down/m-p/5417828#M1243795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-21T17:46:47Z</dc:date>
    </item>
  </channel>
</rss>

