<?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 Regarding BDC return Code and calculation part. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-return-code-and-calculation-part/m-p/2770818#M645601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru's..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a req.. which tells abt transfering legacy datainto SAP using FB01 Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here after processing the flat file i have to update the return code of the session and total no of docs, total amoount and the posted documents and their amount in&lt;/P&gt;&lt;P&gt;a Ztable. How can i get the return code and the total amount for successfully processed records as well as for unsuccessful records with their total no. of records after processing the flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewards will be given for helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2007 11:32:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-05T11:32:26Z</dc:date>
    <item>
      <title>Regarding BDC return Code and calculation part.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-return-code-and-calculation-part/m-p/2770818#M645601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru's..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a req.. which tells abt transfering legacy datainto SAP using FB01 Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here after processing the flat file i have to update the return code of the session and total no of docs, total amoount and the posted documents and their amount in&lt;/P&gt;&lt;P&gt;a Ztable. How can i get the return code and the total amount for successfully processed records as well as for unsuccessful records with their total no. of records after processing the flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewards will be given for helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 11:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-return-code-and-calculation-part/m-p/2770818#M645601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T11:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC return Code and calculation part.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-return-code-and-calculation-part/m-p/2770819#M645602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In The Internal Table BDCMSGCOLL All Successfully Uploaded Records Will Be Having MSGNR = '080' you download these records u will Be getting total No .of Records Successfull Uploaded &amp;amp; Remaining u can find out from Your flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 12:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-return-code-and-calculation-part/m-p/2770819#M645602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T12:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BDC return Code and calculation part.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-return-code-and-calculation-part/m-p/2770820#M645603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ur code U will be having the syntax for prosting in FB01.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FB01' &lt;/P&gt;&lt;P&gt;                                          USING bdcdata_tab &lt;/P&gt;&lt;P&gt;                                          OPTIONS FROM opt&lt;/P&gt;&lt;P&gt;                                          MESSAGES INTO t_msg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message tab will contain all the messages returned by FB01. if the posting is sucessfully done  - the message tab will contain the message ( it will contain error messages in case it fails to post).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u can tap the messsages from here and report accordingly to ur output log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;SKC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 13:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc-return-code-and-calculation-part/m-p/2770820#M645603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T13:05:33Z</dc:date>
    </item>
  </channel>
</rss>

