<?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: Using code for creating outbound delivery from sales orders in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-for-creating-outbound-delivery-from-sales-orders/m-p/4359534#M1037778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am aware of the order type customization, commonly used for rush orders.  I was more looking for help from a coding or interface perspective using the BAPI or IDoc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2008 21:20:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-19T21:20:29Z</dc:date>
    <item>
      <title>Using code for creating outbound delivery from sales orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-for-creating-outbound-delivery-from-sales-orders/m-p/4359532#M1037776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;I have a client requirement where sales orders will be created and updated from an external 3rd-party system, as well as having outbound deliveries created and updated from this 3rd-party system.  There seems to be lots of information online about uses of BAPIs or IDOCs to create the sales orders from external systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the process to create a new delivery based on a sales order (using &lt;STRONG&gt;BAPI_OUTB_DELIVERY_CREATE_SLS&lt;/STRONG&gt; or its IDoc &lt;STRONG&gt;SHP_OBDLV_CREATE_SLS01&lt;/STRONG&gt; ) looks like it was newly released with ECC 6.0 and was not previously available, making it hard to find information online about using this BAPI or IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone share their experience if you have used these available options for outbound delivery creation?  What issues did you encounter, like failure to create delivery if not enough stock is available, or someone was editing the order in VA02 causing a user lock failure?&lt;/P&gt;&lt;P&gt;Has anyone using an older version of SAP created their own 'create delivery from sales order' function module?  If so, was it successful?  What effort was required - difficult or easy to develop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 19:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-for-creating-outbound-delivery-from-sales-orders/m-p/4359532#M1037776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T19:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using code for creating outbound delivery from sales orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-for-creating-outbound-delivery-from-sales-orders/m-p/4359533#M1037777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sales Order Type customization provides the option to create an Outbound delivery, as soon as the Order is saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Tcode VOV8&lt;/P&gt;&lt;P&gt;Open any Sales Order type&lt;/P&gt;&lt;P&gt;In the Shipping Frame, you will find the field "Immediate Delivery". Set this to X or A, as per the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your SD consultant should be knowing this step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 19:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-for-creating-outbound-delivery-from-sales-orders/m-p/4359533#M1037777</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-08-19T19:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using code for creating outbound delivery from sales orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-for-creating-outbound-delivery-from-sales-orders/m-p/4359534#M1037778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am aware of the order type customization, commonly used for rush orders.  I was more looking for help from a coding or interface perspective using the BAPI or IDoc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 21:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-for-creating-outbound-delivery-from-sales-orders/m-p/4359534#M1037778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T21:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using code for creating outbound delivery from sales orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-for-creating-outbound-delivery-from-sales-orders/m-p/4359535#M1037779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got this same requirement and am wondering if you ever got a resolution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Specifically, creating an outbound delivery from a sales order using ABAP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;P&gt;Andy Jacobs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 13:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-for-creating-outbound-delivery-from-sales-orders/m-p/4359535#M1037779</guid>
      <dc:creator>andrew_jacobs2</dc:creator>
      <dc:date>2009-01-22T13:33:50Z</dc:date>
    </item>
  </channel>
</rss>

