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

Delivery

Former Member
0 Likes
1,079

Hi ,

Can anyone please help me in creating Outbound Delivery through BAPI. i found <b>BAPI_OUTB_DELIVERY_SAVEREPLICA </b> but this is not helpful. can anyone suggest me the correct BAPI.

thanks in Advance,

anjani.

5 REPLIES 5
Read only

christian_wohlfahrt
Active Contributor
0 Likes
852

Hi Anjani!

For outbound deliveries following Bapis are available:

BAPI_OUTB_DELIVERY_CONFIRM_DEC

BAPI_OUTB_DELIVERY_CHANGE

BAPI_LIKP_GET_LIST_MSG

BAPI_LIKP_PROCESS_MSG

BAPI_LIKP_PROCESS_MSG_DIRECT

BAPI_OUTB_DELIVERY_SAVEREPLICA

BAPI_OUTB_DELIVERY_SPLIT_DEC

Delivery creation is not supported, only changing would be possible. If it's not part of your document flow and automatically created, it will be difficult.

Regards,

Christian

Read only

0 Likes
852

Hi christian,

Actually my requirement is i have to create a salesorder, Delivery and Shipment in one shot. i found out BAPI's for Salesorder and shipment and i want to know how to create an Outbound Delivery in a flow.

thanks,

anjani.

Read only

0 Likes
852

Hello Anjani,

It depends on the business requirement, but you can think of using cash order scenario, sales order type BV or a variant of it. In this case the delivery is created automatically on creation of sales order..

Hope this help..

Regards,

Samir..

Read only

0 Likes
852

I have this problem.

I cannot create Outbound Delivery with order reference through BAPI.... I test any functions: BAPI_OUTB_DELIVERY_SAVEREPLICA, W_FRM_DELIVERY_CREATE_GENERAL, BAPI_DELIVERYPROCESSING_EXEC, SD_SALESDOCUMENT_CREATE but these are not helpful or not create Outbound Delivery even.

I have this inputs: Sales order, material, charg, quantity.

Have you any example?

Thanks a lot for you help!!!!

Yina

Read only

stefan_wagner2
Explorer
0 Likes
852

You might try Function module W_FRM_DELIVERY_CREATE_GENERAL.

Regards,

Stefan