<?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: BDC Multiple line data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598899#M866754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid this type of table control errors in BDC's,SAP had suggested to use BAPI.Try to use BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Mar 2008 11:13:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-30T11:13:33Z</dc:date>
    <item>
      <title>BDC Multiple line data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598893#M866748</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 have created a bdc for table controll to enter multiple lines.&lt;/P&gt;&lt;P&gt;In table controll screen visible line is only 20 and it accept only 20 lines. How can I enter more than 20 lines.&lt;/P&gt;&lt;P&gt;Any help will be appreciable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With points.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajiv singh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598893#M866748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T10:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Multiple line data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598894#M866749</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will give example for &lt;STRONG&gt;MM02&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO TO EDIT-&amp;gt;POSITION CURSOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN CLICK DETAILS FROM ITEM BUTTON ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT PICKS THE LINE ITEM TO THE FIRST TAB.....&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;V.Balaji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Usefull...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598894#M866749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Multiple line data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598895#M866750</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;have a look at the following link:&lt;/P&gt;&lt;P&gt;&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;Note that the key here is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MOVE 1 TO IDX.
LOOP AT IT_BANK WHERE LIFNR = IT_XK01-LIFNR.
  CONCATENATE 'LFBK-BANKS(' IDX ')' INTO FNAM.
  perform bdc_field       using FNAM
                                IT_BANK-BANKS.
..........
IDX = IDX + 1.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&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 Mar 30, 2008 12:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598895#M866750</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2008-03-30T10:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Multiple line data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598896#M866751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks,&lt;/P&gt;&lt;P&gt;Can you explain the same please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598896#M866751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T10:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Multiple line data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598897#M866752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using your code can be enter only no. of data depend on visible lines in table controll. but I want to enter more than one screen at a time.&lt;/P&gt;&lt;P&gt;Please consider.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 10:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598897#M866752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T10:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Multiple line data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598898#M866753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in the first pass of the loop you would get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FNAM =  LFBK-BANKS(' &lt;STRONG&gt;01&lt;/STRONG&gt; ')&lt;/P&gt;&lt;P&gt;perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;                                IT_BANK-BANKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the second pass:&lt;/P&gt;&lt;P&gt;FNAM =  LFBK-BANKS(' &lt;STRONG&gt;02&lt;/STRONG&gt; ')&lt;/P&gt;&lt;P&gt;perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;                                IT_BANK-BANKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this way you´d be filling all the lines of the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best thing is to debugg the problem in order to understand what´s going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to make sure the line you´re dealing with is always the first one.&lt;/P&gt;&lt;P&gt;Usually there´s an option via menu that that allows to "go to line X".&lt;/P&gt;&lt;P&gt;You can record that and include it in your recording so that you´ll always be sure that&lt;/P&gt;&lt;P&gt;you´re dealing always with the first line. &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 Mar 30, 2008 1:04 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 11:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598898#M866753</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2008-03-30T11:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Multiple line data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598899#M866754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid this type of table control errors in BDC's,SAP had suggested to use BAPI.Try to use BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Mar 2008 11:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-multiple-line-data/m-p/3598899#M866754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-30T11:13:33Z</dc:date>
    </item>
  </channel>
</rss>

