<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2789397#M650638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does a  BDC program get to know no of line item for a particular Sales Order?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2007 11:27:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-13T11:27:13Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2789397#M650638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does a  BDC program get to know no of line item for a particular Sales Order?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2789397#M650638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2789398#M650639</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;in bdc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will be having an indicator of header and line item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your flat file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so take all the H lines into header internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and take the H as indicator and maintain a small number to differentiate the sale order header and put the line items in the another internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so after that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort the itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at item.&lt;/P&gt;&lt;P&gt;at end of item-itemfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_count1  = l_count.&lt;/P&gt;&lt;P&gt;l_count = sy-index.&lt;/P&gt;&lt;P&gt;l_count = l_count - l_count1.&lt;/P&gt;&lt;P&gt;here l_count will be no of line items in first order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2789398#M650639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:33:41Z</dc:date>
    </item>
  </channel>
</rss>

