<?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: FB01 BDC with multiple line items using call transaction method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709235#M1106291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just repeat the item details in the excel or whatever you can run the BDC. Make your EXCEL as below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AAAA BBBB CCCC DDDD&lt;/P&gt;&lt;P&gt;1         as      sd       df&lt;/P&gt;&lt;P&gt;1         sd      df        gh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here one will be my header data and all others will be my item data.&lt;/P&gt;&lt;P&gt;Logic that you have to under stand here is AAAA is a field of primary key where it wont be repeating again so once your first record is saved, again the loop starts but this time it will read only item details and store since header information (AAAA-1) is already stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2008 09:06:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-29T09:06:26Z</dc:date>
    <item>
      <title>FB01 BDC with multiple line items using call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709232#M1106288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every body.&lt;/P&gt;&lt;P&gt;                 I  need to perform fb01 bdc using calltransaction method.Can any one let me know how to handle multiple line items in fb01.If possible please provide me the sample code for handling multiple line items in fb01 bdc using call transaction method.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;sami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 09:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709232#M1106288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T09:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC with multiple line items using call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709233#M1106289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   For that table control method is available in bdc method just check it out.,.,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thiru. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 09:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709233#M1106289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T09:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC with multiple line items using call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709234#M1106290</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;With the search term &lt;STRONG&gt;Table Control in BDC&lt;/STRONG&gt;, search in SCN..you will get lot of results....&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;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 09:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709234#M1106290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T09:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC with multiple line items using call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709235#M1106291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sami,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just repeat the item details in the excel or whatever you can run the BDC. Make your EXCEL as below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AAAA BBBB CCCC DDDD&lt;/P&gt;&lt;P&gt;1         as      sd       df&lt;/P&gt;&lt;P&gt;1         sd      df        gh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here one will be my header data and all others will be my item data.&lt;/P&gt;&lt;P&gt;Logic that you have to under stand here is AAAA is a field of primary key where it wont be repeating again so once your first record is saved, again the loop starts but this time it will read only item details and store since header information (AAAA-1) is already stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 09:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709235#M1106291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T09:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC with multiple line items using call transaction method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709236#M1106292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat Reddy.&lt;/P&gt;&lt;P&gt;                       Thanks for quick turn around. Can you pls provide me the sample code for posting the multiple line items in case of fb01 bdc (call tranaction method).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;sami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 09:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-with-multiple-line-items-using-call-transaction-method/m-p/4709236#M1106292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T09:37:10Z</dc:date>
    </item>
  </channel>
</rss>

