<?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: BAPI Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1399746#M193258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use FM MESSAGE_PREPARE, this FM compose message error text.&lt;/P&gt;&lt;P&gt;Also you can go to TX SE91 with message class MG ans message number 537, to see error text.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2006 13:13:24 GMT</pubDate>
    <dc:creator>LucianoBentiveg</dc:creator>
    <dc:date>2006-07-05T13:13:24Z</dc:date>
    <item>
      <title>BAPI Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1399744#M193256</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;&lt;/P&gt;&lt;P&gt;The return parameters of a material creation bapi is as follows :&lt;/P&gt;&lt;P&gt;TYPE	 	E&lt;/P&gt;&lt;P&gt;ID	 	MG&lt;/P&gt;&lt;P&gt;NUMBER	 	537&lt;/P&gt;&lt;P&gt;MESSAGE	 	Messages for material 300005361: &lt;/P&gt;&lt;P&gt;                log number 0000000000046726&lt;/P&gt;&lt;P&gt;LOG_NO	 	00000000000000069126&lt;/P&gt;&lt;P&gt;LOG_MSG_NO	 	000000&lt;/P&gt;&lt;P&gt;MESSAGE_V1	 	300005361&lt;/P&gt;&lt;P&gt;MESSAGE_V2		0000000000046726&lt;/P&gt;&lt;P&gt;MESSAGE_V3	&lt;/P&gt;&lt;P&gt;MESSAGE_V4	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice how to find the further detailed description of the above error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravindra Suvarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 13:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1399744#M193256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T13:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1399745#M193257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to display the log using transaction SLG1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material related objects:&lt;/P&gt;&lt;P&gt;CKML_PRICES_SEND&lt;/P&gt;&lt;P&gt;GDS_MATERIAL_EXTRACT&lt;/P&gt;&lt;P&gt;MATU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please reward useful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kiran Raorane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 13:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1399745#M193257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T13:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1399746#M193258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use FM MESSAGE_PREPARE, this FM compose message error text.&lt;/P&gt;&lt;P&gt;Also you can go to TX SE91 with message class MG ans message number 537, to see error text.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 13:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1399746#M193258</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-07-05T13:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1399747#M193259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ravindra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare on message table and equate to the ET_MESSATE_TABLE of the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the details of the BAPI run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful.&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;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 13:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1399747#M193259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T13:14:26Z</dc:date>
    </item>
  </channel>
</rss>

