<?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 BAPI - outbound delivery in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outbound-delivery/m-p/4884199#M1141374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My request is to transfer outbound delivery from R/3 to another. I have tried many FMs &amp;amp; gone through the relevant threads, but failed to handle as followings. Pls help solve. Thx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 1: fail to reverse goods issue by using WS_REVERSE_GOODS_ISSUE.&lt;/P&gt;&lt;P&gt;The system says "Goods movement not possible with mvmt type 602".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 2: fail to update storage location &amp;amp; batch no. in delivery.by using SD_DELIVERY_UPDATE_PICKING_1 or BAPI_OUTB_DELIVERY_CONFIRM_DEC.&lt;/P&gt;&lt;P&gt;No error msg occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 3: fail to change delivery by using BAPI_OUTB_DELIVERY_CHANGE.&lt;/P&gt;&lt;P&gt;The system shows error msg "VLBAPI" (no. 004) &amp;amp; warning msg "VL" (no. 268).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 4: fail to create outbound delivery with reference to scheduling agreement by using BAPI_OUTB_DELIVERY_CREATE_SLS.&lt;/P&gt;&lt;P&gt;The system says "missing data in the BAPI interface: VBAK VBTYP E". It seems another FM should be used for scheduling agreement only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background: Inventory management. Outbound delivery is created from sales order or scheduling agreement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2008 13:36:40 GMT</pubDate>
    <dc:creator>cathy_liang</dc:creator>
    <dc:date>2008-12-15T13:36:40Z</dc:date>
    <item>
      <title>BAPI - outbound delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outbound-delivery/m-p/4884199#M1141374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My request is to transfer outbound delivery from R/3 to another. I have tried many FMs &amp;amp; gone through the relevant threads, but failed to handle as followings. Pls help solve. Thx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 1: fail to reverse goods issue by using WS_REVERSE_GOODS_ISSUE.&lt;/P&gt;&lt;P&gt;The system says "Goods movement not possible with mvmt type 602".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 2: fail to update storage location &amp;amp; batch no. in delivery.by using SD_DELIVERY_UPDATE_PICKING_1 or BAPI_OUTB_DELIVERY_CONFIRM_DEC.&lt;/P&gt;&lt;P&gt;No error msg occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 3: fail to change delivery by using BAPI_OUTB_DELIVERY_CHANGE.&lt;/P&gt;&lt;P&gt;The system shows error msg "VLBAPI" (no. 004) &amp;amp; warning msg "VL" (no. 268).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue 4: fail to create outbound delivery with reference to scheduling agreement by using BAPI_OUTB_DELIVERY_CREATE_SLS.&lt;/P&gt;&lt;P&gt;The system says "missing data in the BAPI interface: VBAK VBTYP E". It seems another FM should be used for scheduling agreement only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background: Inventory management. Outbound delivery is created from sales order or scheduling agreement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 13:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outbound-delivery/m-p/4884199#M1141374</guid>
      <dc:creator>cathy_liang</dc:creator>
      <dc:date>2008-12-15T13:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - outbound delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outbound-delivery/m-p/4884200#M1141375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Is your requirement to Transfer the Outbound Delivery Information from R/3 System to an External System? If so, then you can use the EDI - IDoc Technology to transmit the IDoc from SAP to any other System. Here is the Process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use the message Type DESADV.&lt;/P&gt;&lt;P&gt;2. Use the Basic IDoc Type DELVRY05.&lt;/P&gt;&lt;P&gt;3. Use the Outbound Idoc Triggering program IDOC_OUTPUT_DELVRY.&lt;/P&gt;&lt;P&gt;4. Configure an Output Type for the delivery so that when ever a Delivery is Created, an Idoc is sent to the External System based on your requirement.&lt;/P&gt;&lt;P&gt;5. Use Message Control to Transfer the IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkat Phani Prasad Konduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 17:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outbound-delivery/m-p/4884200#M1141375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T17:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - outbound delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outbound-delivery/m-p/4884201#M1141376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Konduri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for your prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to transfer outbound delivery from R/3 system to another R/3. Output of delivery is not required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 00:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-outbound-delivery/m-p/4884201#M1141376</guid>
      <dc:creator>cathy_liang</dc:creator>
      <dc:date>2008-12-16T00:31:59Z</dc:date>
    </item>
  </channel>
</rss>

