<?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_INB_DELIVERY_CONFIRM_DEC - Parameter documentation? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584805#M1661141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But - that's what I did:&lt;/P&gt;&lt;P&gt;========================================&lt;/P&gt;&lt;P&gt;Three examples of how to use the BAPI are explained below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Reporting back of an unpacked inbound delivery without changes&lt;/P&gt;&lt;P&gt;2. Reporting back of an unpacked inbound delivery with changes&lt;/P&gt;&lt;P&gt;3. Reporting back of an packed inbound delivery without changes&lt;/P&gt;&lt;P&gt;For each of the segment types reported back, there follows a list of particular example fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The item data of the delivery is reported back unchanged, and the delivery contains no packaging data.&lt;/P&gt;&lt;P&gt;DELIVERY - Document number of the inbound delivery&lt;/P&gt;&lt;P&gt;Field DELIV_NUMB - Delivery number&lt;/P&gt;&lt;P&gt;HEADER_DATA - Header data of the inbound delivery&lt;/P&gt;&lt;P&gt;Field DELIV_NUMB - Delivery number&lt;/P&gt;&lt;P&gt;HEADER_CONTROL - Header control data&lt;/P&gt;&lt;P&gt;Field DELIV_NUMB - Delivery number&lt;/P&gt;&lt;P&gt;Feld POST_GI_FLG - Indicator: Post automatic goods movement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;========================================&lt;/P&gt;&lt;P&gt;BUT this does not work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go further down you get the follow - not really helpful "documentation":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===========================================&lt;/P&gt;&lt;P&gt;Header Data&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;The general header data of the inbound delivery is passed on to this table.&lt;/P&gt;&lt;P&gt;==============================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just asking whether&lt;/P&gt;&lt;P&gt;- someone maybe encountered a similar situation where (s)he had to add other data or&lt;/P&gt;&lt;P&gt;- whether anybody has a clue where to see what went wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created the delivery with MB1C and movement type 561 in ERP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GS_DLV_BAPI_CONTROL-DB_COMMIT is ' '.... Not really an ABAP pro I can only see that in LV50SU16 WS_DELIVERY_UPDATE_2, line 511 I see that variable commit is inital and thus no COMMIT WORK is exercised. IF I manually set the variable to 'X' then I get two identical material movements, about one minute apart which is also not really what I want...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't know the logic and the purpose of DB_COMMIT - but it "smells" to me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 10:38:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-09T10:38:57Z</dc:date>
    <item>
      <title>BAPI_INB_DELIVERY_CONFIRM_DEC - Parameter documentation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584803#M1661139</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 trying to set up a decentral warehouse scenario. I created an inbound delivery that successfully sent out an IDOC SHP_IBDLV_SAVE_REPLICA02 to a PI system that is currently acting as a data sink - e.g. just testing the ERP side of things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to confirm the inbound delivery in ERP to continue the process - i.e. act as if a decentral warehouse is sending a confirmation. Documentation says to use method InboundDelivery.ConfirmDecentral of object BUS2015 which is basically FB BAPI_INB_DELIVERY_CONFIRM_DEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run above FB and according to documentation I only need to set&lt;/P&gt;&lt;P&gt;HEADER_DATA-DELIV_NUMB = '8020000000'&lt;/P&gt;&lt;P&gt;HEADER_CONTROL-DELIV_NUMB = '8020000000'&lt;/P&gt;&lt;P&gt;HEADER_CONTROL POST_GI_FLG = 'X'&lt;/P&gt;&lt;P&gt;DELIVERY =  = '8020000000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hm - but - delivery does not get confirmed. Nothing happens and I'm stuck...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the documentation of the parameters - which need to be set, with which value????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 08:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584803#M1661139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-09T08:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INB_DELIVERY_CONFIRM_DEC - Parameter documentation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584804#M1661140</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;please check the bapi doc to undersstand the parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 09:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584804#M1661140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-09T09:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INB_DELIVERY_CONFIRM_DEC - Parameter documentation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584805#M1661141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But - that's what I did:&lt;/P&gt;&lt;P&gt;========================================&lt;/P&gt;&lt;P&gt;Three examples of how to use the BAPI are explained below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Reporting back of an unpacked inbound delivery without changes&lt;/P&gt;&lt;P&gt;2. Reporting back of an unpacked inbound delivery with changes&lt;/P&gt;&lt;P&gt;3. Reporting back of an packed inbound delivery without changes&lt;/P&gt;&lt;P&gt;For each of the segment types reported back, there follows a list of particular example fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The item data of the delivery is reported back unchanged, and the delivery contains no packaging data.&lt;/P&gt;&lt;P&gt;DELIVERY - Document number of the inbound delivery&lt;/P&gt;&lt;P&gt;Field DELIV_NUMB - Delivery number&lt;/P&gt;&lt;P&gt;HEADER_DATA - Header data of the inbound delivery&lt;/P&gt;&lt;P&gt;Field DELIV_NUMB - Delivery number&lt;/P&gt;&lt;P&gt;HEADER_CONTROL - Header control data&lt;/P&gt;&lt;P&gt;Field DELIV_NUMB - Delivery number&lt;/P&gt;&lt;P&gt;Feld POST_GI_FLG - Indicator: Post automatic goods movement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;========================================&lt;/P&gt;&lt;P&gt;BUT this does not work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go further down you get the follow - not really helpful "documentation":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===========================================&lt;/P&gt;&lt;P&gt;Header Data&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;The general header data of the inbound delivery is passed on to this table.&lt;/P&gt;&lt;P&gt;==============================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just asking whether&lt;/P&gt;&lt;P&gt;- someone maybe encountered a similar situation where (s)he had to add other data or&lt;/P&gt;&lt;P&gt;- whether anybody has a clue where to see what went wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created the delivery with MB1C and movement type 561 in ERP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GS_DLV_BAPI_CONTROL-DB_COMMIT is ' '.... Not really an ABAP pro I can only see that in LV50SU16 WS_DELIVERY_UPDATE_2, line 511 I see that variable commit is inital and thus no COMMIT WORK is exercised. IF I manually set the variable to 'X' then I get two identical material movements, about one minute apart which is also not really what I want...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't know the logic and the purpose of DB_COMMIT - but it "smells" to me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584805#M1661141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-09T10:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INB_DELIVERY_CONFIRM_DEC - Parameter documentation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584806#M1661142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Wolf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you advance on your research/ solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I´m trying to understand your scenario - because I have a similar situation and I´m not the developer but the infrastructure guy... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned that there is a PI/XI system between the Decentralized WM and the ERP, is it correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You successfully sent an IDoc from D-WM to ERP using PI (ok, this is the purpose of&amp;nbsp; the IDoc Adapter on PI middleware).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But something does not make sense.&amp;nbsp; Are you trying to call a method of an BAPI/ function on the ERP side using (through) the PI system?&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;Rodrigo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 21:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584806#M1661142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-03T21:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INB_DELIVERY_CONFIRM_DEC - Parameter documentation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584807#M1661143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm setting up the same scenario as you, I however have issues with the IDOC not even arriving in XI and my consistency check if also showing errors.&lt;/P&gt;&lt;P&gt;Would you please be able to help me out quickly? I see the IDOC's created in SAP, however nothing shows in XI, and in SM58 I have errors on these IDOC's showing 'Function Module L_WMS_DEC_CHECK does not exist'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your question to do an inbound delivery confirmation, or at least 'fake' one. I'm doing the following...&lt;/P&gt;&lt;P&gt;I got to WE19 and get IDOC 'SHP_IBDLV_CONFIRM_DECENTRAL'.&lt;/P&gt;&lt;P&gt;Then all I fill in is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E1SHP_IBDLV_CONFIRM_DECENTRAL - DELIVERY (with leading 0's)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E1BPIBDLVHDRCON - DELIV_NUMB (with leading 0's)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E1BPIBDLVHDRCTRLCON - DELIV_NUMB (with leading 0's)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E1BPIBDLVCONTROL - all fields empty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E1BPIBDLVITEMCON - DELIV_NUMB (with leading 0's) / DELIV_ITEM (with leading 0's)&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / MATERIAL / BATCH / DLV_QTY / FACT_UNIT_NOM&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / FACT_UNIT_DENOM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E1BPIBDLVITEMCTRLCON - DELIV_NUMB / DELIV_ITEM / CHG_DELQTY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show these should then correspond really to the fields you have to fill in for your BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, you can reply to robbert.oortman @ federalmogul.com if you are willing to help me out. Since this is a generic S-user we use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 07:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-inb-delivery-confirm-dec-parameter-documentation/m-p/8584807#M1661143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-05T07:44:48Z</dc:date>
    </item>
  </channel>
</rss>

