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

Create delivery order

Former Member
0 Likes
956

Im not familiar on how to create a delivery from previously created SO can you please advice?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
923

Hi,

If you want to create an outbound delivery for a sales order then the transaction is VL01N.

If you want to create a delivery for a sales order via a BAPI then use BAPI_OUTB_DELIVERY_CREATE_SLS.

Regards,

Ankur Parab

Im not familiar on how to create a delivery from previously created SO can you please advice?

thanks

5 REPLIES 5
Read only

Former Member
0 Likes
923

goto tcode VL01n enter the Shipping point and order number and deliver type .

Read only

Former Member
0 Likes
923

Try with the BAPI -


BAPI_OUTB_DELIVERY_CREATE_SLS. Dont forget to call BAPI_TRANSACTION_COMMIT after the first BAPI.

Regards,

Kiran

Read only

Former Member
0 Likes
924

Hi,

If you want to create an outbound delivery for a sales order then the transaction is VL01N.

If you want to create a delivery for a sales order via a BAPI then use BAPI_OUTB_DELIVERY_CREATE_SLS.

Regards,

Ankur Parab

Read only

Former Member
0 Likes
923

Hi Ryann,

I think you are talking about outgoing delivery.

Once you create SO, then just goto VL01N and give SO reference and supply appropriate input for the delivery, I believe you can combine more than one SO into a single Delivery in this t-code.

Pls post back to me if you cant achieve this.

Rgds,

Sripal

Read only

0 Likes
923

Hi could you please elaborate on that, after I open the transaction above, what should I do next?

Do I have to open other transactions aside from what you've mentioned above?