cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Create DO

Former Member
0 Kudos

Are there any BAPI or function to create Delivery Order based on the Sales order?

I already tried using SHDB to create RFC but didn't work exactly.

Anyone has custom code maybe?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

BAPI_SALESDOCU_CREATEFROMDATA Creating a Sales Document

BAPI_SALESORDER_CHANGE Sales Order: Change Sales Order

BAPI_SALESORDER_CREATEFROMDAT1 Sales Order: Create Sales Order

BAPI_SALESORDER_CREATEFROMDAT2 Sales Order: Create Sales Order

BAPI_SALESORDER_CREATEFROMDATA Create sales order, no more maintenance

BAPI_STOREORDER_CREATE Creates Documents (PR, PO, Delivery or Sales order) From Store Orders

BAPI_ACC_SALES_ORDER_POST Accounting: Post Sales Order

-


BAPI_IBDLV_CREATE_FROM_OBDLV BAPI Inbound Delivery from Outbound Delivery

BAPI_INB_DELIVERY_CONFIRM_DEC BAPI for Inbound Delivery Confirmation from a Decentralized System

BAPI_INB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Inbound Deliveries

BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Confirmation from a Decentralized System

check the BAPI which one you can use.. for ur purpose.. those are some of the bapi's which are relevant for ur purpose..

creating SO and delivery with BAPI would be faster

Regards,

Murthy V N

Answers (0)