‎2008 Aug 19 8:33 PM
All,
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.
But the process to create a new delivery based on a sales order (using BAPI_OUTB_DELIVERY_CREATE_SLS or its IDoc SHP_OBDLV_CREATE_SLS01 ) 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.
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?
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?
‎2008 Aug 19 8:39 PM
Sales Order Type customization provides the option to create an Outbound delivery, as soon as the Order is saved.
Go to Tcode VOV8
Open any Sales Order type
In the Shipping Frame, you will find the field "Immediate Delivery". Set this to X or A, as per the requirement.
Your SD consultant should be knowing this step.
Regards,
Naimesh Patel
‎2008 Aug 19 10:20 PM
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.
‎2009 Jan 22 1:33 PM
Hi Mark,
I've got this same requirement and am wondering if you ever got a resolution for this?
(Specifically, creating an outbound delivery from a sales order using ABAP)
Thx.
Andy Jacobs