<?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 doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/3717696#M894986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program should look at the 'Vno' field and all the records which has the same 'vno' forms part of one document. So, the BDC should, once it has come to the end of the record with the same 'vno' post the document in SAP and then start the next  'vno' as a new document in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VNo&lt;/P&gt;&lt;P&gt;70100117&lt;/P&gt;&lt;P&gt;70100117&lt;/P&gt;&lt;P&gt;70100118&lt;/P&gt;&lt;P&gt;70100118&lt;/P&gt;&lt;P&gt;70100119&lt;/P&gt;&lt;P&gt;70100119&lt;/P&gt;&lt;P&gt;70100120&lt;/P&gt;&lt;P&gt;70100120&lt;/P&gt;&lt;P&gt;30100351&lt;/P&gt;&lt;P&gt;30100351&lt;/P&gt;&lt;P&gt;30100351&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;Subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 16:01:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-29T16:01:37Z</dc:date>
    <item>
      <title>BDC doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/3717696#M894986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program should look at the 'Vno' field and all the records which has the same 'vno' forms part of one document. So, the BDC should, once it has come to the end of the record with the same 'vno' post the document in SAP and then start the next  'vno' as a new document in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VNo&lt;/P&gt;&lt;P&gt;70100117&lt;/P&gt;&lt;P&gt;70100117&lt;/P&gt;&lt;P&gt;70100118&lt;/P&gt;&lt;P&gt;70100118&lt;/P&gt;&lt;P&gt;70100119&lt;/P&gt;&lt;P&gt;70100119&lt;/P&gt;&lt;P&gt;70100120&lt;/P&gt;&lt;P&gt;70100120&lt;/P&gt;&lt;P&gt;30100351&lt;/P&gt;&lt;P&gt;30100351&lt;/P&gt;&lt;P&gt;30100351&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;Subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 16:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/3717696#M894986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T16:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: BDC doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/3717697#M894987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the control break statements for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT ITAB.

AT END OF VNO.
  CALL TRANSACTION ......
ENDAT.

ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 16:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/3717697#M894987</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-04-29T16:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: BDC doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/3717698#M894988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 12:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-doubt/m-p/3717698#M894988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T12:17:33Z</dc:date>
    </item>
  </channel>
</rss>

