<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4005416#M956842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every BAPI has the return parameter BAPIRET2. in this structure have success message and error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is succuessfulley created the return values (here ins.number) stored in MESSAGE_V1 or MESSAGE_V2 or MESSAGE_V3 or MESSAGE_V4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read the value from this table using the below syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Success&lt;/P&gt;&lt;P&gt;read table it_return into wa_return with key TYPE = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Error&lt;/P&gt;&lt;P&gt;read table it_return into wa_return with key TYPE = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 04:34:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T04:34:36Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4005415#M956841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am writing BDC table control code  for ES30 (Create installation). in this tranaction after saving system will generate this message 'Installation XXXX is created.'&lt;/P&gt;&lt;P&gt;                                                                           i am write this code in BAPI and using return parameter in table.&lt;/P&gt;&lt;P&gt;my doubt is that how can i capture this message. or system will capture this message in return parameter .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance and reward also if it useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Deepsama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 04:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4005415#M956841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T04:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4005416#M956842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every BAPI has the return parameter BAPIRET2. in this structure have success message and error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is succuessfulley created the return values (here ins.number) stored in MESSAGE_V1 or MESSAGE_V2 or MESSAGE_V3 or MESSAGE_V4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read the value from this table using the below syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Success&lt;/P&gt;&lt;P&gt;read table it_return into wa_return with key TYPE = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Error&lt;/P&gt;&lt;P&gt;read table it_return into wa_return with key TYPE = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 04:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4005416#M956842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T04:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4005417#M956843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message will be passed into messtab if your use BDC (using ... MESSAGES INTO itab construct) to fill and you can then pass the values from messtab into the return parameter of the BAPI.  See the help docs on BDC for more detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 04:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/4005417#M956843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T04:49:56Z</dc:date>
    </item>
  </channel>
</rss>

