<?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: System Error Messages while doing Change Production Order using BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440615#M209639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen this sort of behavior before in budgeting modules. We were never able to pick the messages up because you don't have access to the program flow while the BDC is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your question is answered, then please close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2006 19:14:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-12T19:14:09Z</dc:date>
    <item>
      <title>System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440601#M209625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; My SAP Version is 4.6c I was doing BDC through CALL TRANSACTION method to change a production order status from TECO to CLSD. I found that If a particular Production Order is faulty because of undone final settlements or incomplete inspection lot, then the 'CALL TRANSACTION' code for BDC is unable to catch the system error messages in the messages internal table(t_messtab in the example below) attached with the 'CALL TRANSACTION' command.&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'CO02' using t_bdcdata&lt;/P&gt;&lt;P&gt;                              MODE 'N'&lt;/P&gt;&lt;P&gt;                              UPDATE 'A'&lt;/P&gt;&lt;P&gt;                              MESSAGES t_messtab.&lt;/P&gt;&lt;P&gt;I find this happening only with transaction 'CO02'. Unfortunately, I couldnot find a suitable BAPI in 4.6C.&lt;/P&gt;&lt;P&gt;And the spec requires me to populate the errors generated while changing any production Order. Does any one have a solution for the above problem??&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 20:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440601#M209625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T20:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440602#M209626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should be:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL TRANSACTION 'CO02' using t_bdcdata
MODE 'N'
UPDATE 'A'
MESSAGES &amp;lt;b&amp;gt;into&amp;lt;/b&amp;gt; t_messtab.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 20:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440602#M209626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T20:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440603#M209627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt; I am sorry. I did it the way that you defined with the 'into', even then I am unable to get the error messages.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 21:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440603#M209627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T21:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440604#M209628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes we might get success type of messages whose behaviour is of kind ERROR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So specially we need to handle such mesgno and mesgty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just I remember from back of head..sometime back..&lt;/P&gt;&lt;P&gt;I might be wrong. Better check what exactly the messages description is? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 21:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440604#M209628</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-11T21:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440605#M209629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manohar,&lt;/P&gt;&lt;P&gt; Even if the Production Order has errors or no errors, I always get the SUCCESS message 'the document xxxxx is saved'.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 21:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440605#M209629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T21:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440606#M209630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it just one message that is not being captured? Are there other messages in MESSTAB when this happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 21:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440606#M209630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-11T21:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440607#M209631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are any user exits are activated? Any checks exit? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 21:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440607#M209631</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-11T21:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440608#M209632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While recording did you follow the menu to set it to closed ? If "YES" . It should work. When you`re running it in foreground  what`s error your getting ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Saquib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2006 23:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440608#M209632</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-07-11T23:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440609#M209633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the t_messtab should of type BDCMSGCOLL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 03:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440609#M209633</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-07-12T03:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440610#M209634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; Thanks for good responses. I have done everything correctly with regard to BDC Code and commands. So, there is no problem in that. But the problem is that even though I get different 'I' type messages in the internal table, I am not able to collect the ERROR messages. For better understanding, if you can find a Production Order, in your system, which cannot be CLOSED(CLSD status) because of some error, then try doing the BDC recording on it (using transaction SHDB) and look at the messages that SAP gives out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 12:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440610#M209634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T12:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440611#M209635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When  you get the messages after calling the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &amp;lt;b&amp;gt;BAPI_MESSAGE_GETDETAIL&amp;lt;/b&amp;gt;  to get the detailed error messages. This will give description of error technically as well. Then you can take corrective steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the input parameters refer to table &amp;lt;b&amp;gt;T100&amp;lt;/b&amp;gt;.&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;Arun Sambargi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 12:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440611#M209635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T12:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440612#M209636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;Thanks for your response. The SAP system is NOT getting the ERROR messages into the internal table although it is getting all other type such as 'I'(information) type messages. So, with out the error messages of any kind, I cannot use the BAPI mentioned by you.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 12:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440612#M209636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T12:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440613#M209637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure these are in fact "error" messages? What are the message id and message number? I'm thinking that these may be messages going into a separate popup screen (not an information message - a screen of the program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 13:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440613#M209637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440614#M209638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Rob,&lt;/P&gt;&lt;P&gt; you are right. The SAP is showing the error messages as separate POP-UP screen in the foreground but while I do the same in Background, I don't get the same error messages.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 18:32:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440614#M209638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T18:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: System Error Messages while doing Change Production Order using BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440615#M209639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen this sort of behavior before in budgeting modules. We were never able to pick the messages up because you don't have access to the program flow while the BDC is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your question is answered, then please close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 19:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-messages-while-doing-change-production-order-using-bdc/m-p/1440615#M209639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T19:14:09Z</dc:date>
    </item>
  </channel>
</rss>

