<?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: error msg in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068708#M428251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;            i am also write same logic but in this case also iam getting the same problem. here  is the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA :messtab    TYPE TABLE OF bdcmsgcoll.&lt;/P&gt;&lt;P&gt;   data:  bdcdata    TYPE TABLE OF bdcdata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ctumode = 'N'.&lt;/P&gt;&lt;P&gt;  cupdate = 'L'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'MB11' USING bdcdata MODE ctumode&lt;/P&gt;&lt;P&gt;                      UPDATE cupdate MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me out from this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2007 15:57:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-08T15:57:53Z</dc:date>
    <item>
      <title>error msg in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068706#M428249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI&lt;/P&gt;&lt;P&gt;    i am working BDC.Here iam getting one problem.when i checking in 'A'It showing error msges also.but when it is in ' N'.Iam not finding the error msges.how can i obtain those error msgs in 'N' Mode also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 15:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068706#M428249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T15:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: error msg in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068707#M428250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When in MODE 'N', all message will be passed back via the MESSAGES into MESSTAB extenstion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: MESSTAB type table of bdcmsgcoll with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction tcode using BDCDATA &lt;/P&gt;&lt;P&gt;                                        mode 'N'&lt;/P&gt;&lt;P&gt;                                        MESSAGES INTO MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then simply read this internal table for the message ids and numbers and use the function module  MESSAGE_PREPARE to build the message text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 15:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068707#M428250</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-08T15:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: error msg in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068708#M428251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;            i am also write same logic but in this case also iam getting the same problem. here  is the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA :messtab    TYPE TABLE OF bdcmsgcoll.&lt;/P&gt;&lt;P&gt;   data:  bdcdata    TYPE TABLE OF bdcdata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ctumode = 'N'.&lt;/P&gt;&lt;P&gt;  cupdate = 'L'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'MB11' USING bdcdata MODE ctumode&lt;/P&gt;&lt;P&gt;                      UPDATE cupdate MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me out from this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 15:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068708#M428251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T15:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: error msg in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068709#M428252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you are not getting any messages in the MESSTAB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 16:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068709#M428252</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-08T16:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: error msg in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068710#M428253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iam getting the success messges only.but not error messeges.i want to show that error msgs which are came in ' A ' Mode also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 16:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068710#M428253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T16:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: error msg in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068711#M428254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there are no error message in MESSTAB, then the transaction simply is not issue them using the MESSAGE statement.  When you run in "A" mode, do you see the error messages in the status bar at the bottom, or are they being shown to you in a different way, maybe in a dialog box showing a message log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 16:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068711#M428254</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-08T16:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: error msg in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068712#M428255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me hear my case.iam passing the values to BDC call transaction MB11, which are coming from delivery.if suppose in delivery there is not given the field storege location then that value is not populete on MB11.Then disply an error message.&lt;/P&gt;&lt;P&gt;but here when iam checking in 'A' mode the messtab is showing that ENTER STOREGE LOCATION.But in 'N' Mode it showing all sucess mesgs only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 16:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068712#M428255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T16:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: error msg in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068713#M428256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rich,&lt;/P&gt;&lt;P&gt;           this is the reqirement in error handling plz tell me ur valuble advice to achive to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I calling BDC MB11 from Delivery.so,with ref to delivery document the delivery items will placed in MB11.but in case of an error i.e insufficient stock of the components,no special error handliong has to be in place.the error message of the MB11 transaction should be passedback to the screen.how can i achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 16:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068713#M428256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T16:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: error msg in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068714#M428257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the error message should be coming in the MESSTAB internal table, if it is not, there is little you can do to know what the error message was that made the MB11 fail.   I am confused as to why you are not getting the messages in MESSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 16:42:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068714#M428257</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-08T16:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: error msg in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068715#M428258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code plz look a glance.and advice me whr iam wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        skk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 16:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-msg-in-bdc/m-p/2068715#M428258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T16:48:26Z</dc:date>
    </item>
  </channel>
</rss>

