<?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 return BAPI_OUTB_DELIVERY_SAVEREPLICA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-bapi-outb-delivery-savereplica/m-p/1935477#M386960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m using this bapi BAPI_OUTB_DELIVERY_SAVEREPLICA  but when i´m trying to check the rerturn table the message field is clear and the others fields are filled. This is an example of the content of my table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Línea	TYPE	ID	NUMBER	MESSAGE	LOG_NO	LOG_MSG_NO	MESSAGE_V1	MESSAGE_V2	MESSAGE_V3	MESSAGE_V4	PARAMETER	ROW	FIELD	SYSTEM
1	E	VL	864			0	WE					0		
2	E	VL	667			0						0		
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i obtain the message text?? Exist some SAP-Note??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;    David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2007 18:53:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-14T18:53:08Z</dc:date>
    <item>
      <title>return BAPI_OUTB_DELIVERY_SAVEREPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-bapi-outb-delivery-savereplica/m-p/1935477#M386960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m using this bapi BAPI_OUTB_DELIVERY_SAVEREPLICA  but when i´m trying to check the rerturn table the message field is clear and the others fields are filled. This is an example of the content of my table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Línea	TYPE	ID	NUMBER	MESSAGE	LOG_NO	LOG_MSG_NO	MESSAGE_V1	MESSAGE_V2	MESSAGE_V3	MESSAGE_V4	PARAMETER	ROW	FIELD	SYSTEM
1	E	VL	864			0	WE					0		
2	E	VL	667			0						0		
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i obtain the message text?? Exist some SAP-Note??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;    David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 18:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-bapi-outb-delivery-savereplica/m-p/1935477#M386960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T18:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: return BAPI_OUTB_DELIVERY_SAVEREPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-bapi-outb-delivery-savereplica/m-p/1935478#M386961</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;You can check table T100 or go to transaction SE91 to check the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 19:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-bapi-outb-delivery-savereplica/m-p/1935478#M386961</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-02-14T19:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: return BAPI_OUTB_DELIVERY_SAVEREPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-bapi-outb-delivery-savereplica/m-p/1935479#M386962</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;ID is a Messge Class. So, go to Transaction SE91, give message class as VL and go to message number 864. You will get the message. Also, &amp;lt;b&amp;gt;&amp;amp;&amp;lt;/b&amp;gt; will be replaced by &amp;lt;b&amp;gt;WE&amp;lt;/b&amp;gt; during runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to fetch data programatically then use following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA : it_string TYPE TABLE OF string,
            v_string TYPE string.

LOOP AT it_return.

 SELECT SINGLE * 
   FROM t100 
   INTO x_t100
   WHERE sprsl  = sy-langu
      AND arbgb  = it_return-id
      AND msgnr = it_return-number.

      IF sy-subrc = 0.
        v_string = t100-text.
        IF v_string CS '&amp;amp;1'.
          REPLACE '&amp;amp;1' WITH it_messtab-msgv1 INTO v_string.
          REPLACE '&amp;amp;2' WITH it_messtab-msgv2 INTO v_string.
          REPLACE '&amp;amp;3' WITH it_messtab-msgv3 INTO v_string.
          REPLACE '&amp;amp;4' WITH it_messtab-msgv4 INTO v_string.
        ELSE.
          REPLACE '&amp;amp;' WITH it_messtab-msgv1 INTO v_string.
          REPLACE '&amp;amp;' WITH it_messtab-msgv2 INTO v_string.
          REPLACE '&amp;amp;' WITH it_messtab-msgv3 INTO v_string.
          REPLACE '&amp;amp;' WITH it_messtab-msgv4 INTO v_string.
        ENDIF.
    APPEND v_string TO it_string.
  ENDIF.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In the above code, it_return will contain the table returned by BAPI and it_string will contain all the messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if the answer is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 20:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-bapi-outb-delivery-savereplica/m-p/1935479#M386962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T20:24:22Z</dc:date>
    </item>
  </channel>
</rss>

