<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6638355#M1443028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many threds related to this, just type handling error in call transaction/session method, you will get hell lot of answers from the users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mallikarjuna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2010 10:38:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-02T10:38:34Z</dc:date>
    <item>
      <title>BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6638353#M1443026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;i want to know about in call transaction and session methods in BDC how can we handle errors?????????&lt;/P&gt;&lt;P&gt;plz anyone throw light on this.&lt;/P&gt;&lt;P&gt;I am waiting for ur answer bcoz i am new in ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 03:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6638353#M1443026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T03:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6638354#M1443027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Handling of errors in Session and Call Transaction methods is as follows :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. &lt;U&gt;Session Method&lt;/U&gt; : In case of BDC session method, errors are logged implicitly and you can see the same by selecting  the respective session in  T.code SM35 and pressing 'LOG' button. From here you can see what are the records which went into error and the reason of their failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;U&gt;Call transaction&lt;/U&gt; : In this case you have to handle the errors explicitly by declaring and an internal table of type BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;       BDCMSGCOLL have different fields like MSGTYP, MSGID, MSGNR etc. which can help you in analyzing the  error. Eg :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION 'MM02' USING lt_bdcdata&lt;/P&gt;&lt;P&gt;                                MODE 'N'&lt;/P&gt;&lt;P&gt;                                UPDATE 'A'&lt;/P&gt;&lt;P&gt;                                MESSAGES INTO lt_msgcoll.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;where  lt_msgcoll is of type BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if you still have some doubt.&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;VJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vishal Jindal on Feb 2, 2010 6:24 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 05:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6638354#M1443027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T05:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6638355#M1443028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many threds related to this, just type handling error in call transaction/session method, you will get hell lot of answers from the users,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mallikarjuna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 10:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6638355#M1443028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T10:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: BDC problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6638356#M1443029</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>Fri, 05 Feb 2010 03:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-problem/m-p/6638356#M1443029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T03:44:03Z</dc:date>
    </item>
  </channel>
</rss>

