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: 

Problem with BAPI_OUTB_DELIVERY_CREATE_SLS in creating deliveries

Former Member
0 Kudos

Hi all,

We are using the BAPI 'BAPI_OUTB_DELIVERY_CREATE_SLS' to create deliveries. The problem is we are unable to create same no. of deliveries as of VL10A.

When we are using VL10A to create deliveries, for a particular order, we are able to create 2 deliveries for a single sales order. Where as with the above BAPI it is creating only one delivery for sales order.

Could you please let me know what I should do inorder to make BAPI to create 2 deliveries like that of VL10A.

Thanks,

Aravind.

3 REPLIES 3

Former Member
0 Kudos

Try the BAPI "BAPI_OUTB_DELIVERY_SAVEREPLICA".

Regards

Vinod

0 Kudos

A colleague suggested the following.

Use FM SHP_EXTENDED_DUE_LIST and if sy-subrc = 0 then use FM RV_DELIVERY_GET_TABLES_FOM_MEM

Former Member
0 Kudos

Hi Aravind,

I am having same problem. Can you pelase explain me how you solved your issue.

Please help?

thanks,

Venkat.