‎2006 May 03 6:27 AM
hi guys,
i am trying to create a delivery with reference to a SO and i have a question with bapi_deliveryprocessing_exec
is it enough to pass just the SO number,Line item number and the document-type = 'A' to this bapi to create a delivery.
does anyone know what are the minimum fields the bapi would expect to create a delivery?
please let me know asap
thanks
‎2006 May 03 7:01 AM
Hi,
You can use this function module to carry out the following functions within the context of delivery processing:
Deliver sales-order items with specification of date/time and quantity
The preceding document can be in another system. To ensure that the entire requested quantity is generated in the delivering system and the corresponding requirements are planned in the planning system, for example, for cross-system deliveries SAP recommends creating unchecked deliveries (techn_control-check_mode = 'A'). This does require the additional step of converting the unchecked delivery into a checked delivery, but also has the advantage that the requested quantity in the delivering system will definitely create an issue element in requirments planning.
Delivery items whose preceding document is in another system are flagged in the interface parameter REQUEST in the LESHP_DOCUMENT_TYPE field (see fixed values for the relevant domain LESHP_DOCUMENT_TYPE).
Add to a delivery
Add packaging items to a delivery
For further details refer to the Function Module documentation for respective tables and structures.
Hope it helps...
Lokesh
pls. reward appropriate points
‎2006 May 03 7:09 AM
hi lokesh,um
I am not able to understand from the documentatation what parameters at the minimum are needed for the BAPI.please can you specify the parameters if you are using the BAPI in your implementation.i am wanting to get the delivery created by only passing the sales order number,SO line number and the document-type = 'A'.
will this work?
please let me know....