Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bapi_deliveryprocessing_exec input parameters(urgent)

Former Member
0 Likes
1,266

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

2 REPLIES 2
Read only

Former Member
0 Likes
677

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

Read only

0 Likes
677

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....