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: 

VL01N BAPI with delivery type option

former_member182379
Contributor
0 Kudos

Hi,

  While  creating the delivery with VL01N user can enter the delivery type on the screen, then ref. to that delivery type Delivery get created if delivery type not given then dafult type as per setting for sales order is taken into place this is working fine.

   I am using the BAPI ''BAPI_OUTB_DELIVERY_CREATE_SLS' to create the delivery but in this delivery type option is not there so is there any other BAPI for creating the outbond delivery VL01N but with delivery type option on the import parameters.

regards,

zafar

2 REPLIES 2

former_member404244
Active Contributor
0 Kudos

Hi,

You can try with FM "BAPI_OUTB_DELIVERY_SAVEREPLICA".

Regards,

Nagaraj

Former Member
0 Kudos

You can use "BAPI_OUTB_DELIVERY_SAVEREPLICA" It has DLV_TYPE Field in importing parameter HEADER_DATA.

Thanks,

Gaurav Mittal