Application Development 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: 

partial delivery creation from sales order (bapi or transaction to do)

Former Member
0 Kudos

Hi all,

Please help me in the issue i want to create delivery against sales order partially for some line items of the sales order . Can any one suggest me the procedure how to do it through programing .

Thanks in advance,

4 REPLIES 4

Former Member
0 Kudos

Hi,

use VL01N transaction for creation of delivery or bapi BBP_INB_DELIVERY_CREATE.

Regards,

Lokeswari.

0 Kudos

Hi Eric ,

step 1

creation of saleorder to delivery order (1:1 copy)

CALL FUNCTION 'BAPI_SALESDOCUMENT_COPY'

The above bapi will create an order , u need to pass order no and document type

step 2

Now , use

CALL FUNCTION 'BAPI_SALESORDER_CHANGE'

Using the above bapi u can delete , change or add line item to existing sale order.

Read the documentation of the above bapis.

Need any help ...let me know

Ram.

Former Member
0 Kudos

solved self

former_member623135
Participant
0 Kudos

TRY THIS "BAPI_OUTB_DELIVERY_CREATE_SLS"