<?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 change shipment doc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368892#M1235205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abc efc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm facing the same problem about How to use this BAPI. Can you please tell me when do you find the information?&lt;/P&gt;&lt;P&gt;Where is this BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2012 18:28:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-25T18:28:11Z</dc:date>
    <item>
      <title>BAPI change shipment doc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368888#M1235201</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;I'm using FM BAPI_SHIPMENT_CHANGE to change shipment doc, just to un-tick checkbox "Shipment costs relevance" from shipment header. Below is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: HEADER LIKE BAPISHIPMENTHEADER,
      HEAACT LIKE BAPISHIPMENTHEADERACTION,
      RETURN LIKE BAPIRET2 OCCURS 0 WITH HEADER LINE.

HEADER-SHIPMENT_NUM = '1121110450'.
HEADER-SHPMNT_COST_REL = ''.

HEAACT-SHPMNT_COST_REL = 'C'.

CALL FUNCTION 'BAPI_SHIPMENT_CHANGE'
  EXPORTING
    HEADERDATA                 = HEADER
    HEADERDATAACTION           = HEAACT
  TABLES
    RETURN                     = RETURN.
IF SY-SUBRC = 0.
  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no error from RETURN tab and transaction commit, but it doesn't clear the value for field "Shipment costs relevance". Could u please comment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 07:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368888#M1235201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T07:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI change shipment doc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368889#M1235202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, this is to update you that my prob resolved. This is what i changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;HEAACT-SHPMNT_COST_REL = 'D'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 06:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368889#M1235202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T06:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI change shipment doc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368890#M1235203</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;I am having a similar problem to the above. I want to change the shipment planned status (STDIS) from Planned (X) to unplanned (SPACE) and vice versa. Please suggest what should be the values for HEAACT-STATUS_PLAN as I did not understand why you used 'D' for clearing the check box of shipment cost relevance in the earlier case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply at the earliest.&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 14:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368890#M1235203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T14:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI change shipment doc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368891#M1235204</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;I am currently working on the same issue. I need to untick the shipment cost relevance check box under stages tab in VT02N Tcode.&lt;/P&gt;&lt;P&gt;Please suggest how to do this. I am unable to do with the code provided by you.&lt;/P&gt;&lt;P&gt;please guide as you have already solved this before.&lt;/P&gt;&lt;P&gt;thanks for your help in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 09:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368891#M1235204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T09:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI change shipment doc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368892#M1235205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abc efc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm facing the same problem about How to use this BAPI. Can you please tell me when do you find the information?&lt;/P&gt;&lt;P&gt;Where is this BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 18:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-change-shipment-doc/m-p/5368892#M1235205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-25T18:28:11Z</dc:date>
    </item>
  </channel>
</rss>

