2007 Nov 08 1:03 AM
Hello everybody.
I need a Bapi to create an outbound delivery with reference to a Sales Order.
This type of deliveries are created in transaction VL01N.
Do you know if there is a Bapi for this purpose?
Any help is very apreciated. Thanks.
Hello everybody.
I need a Bapi to create an outbound delivery with reference to a Sales Order.
This type of deliveries are created in transaction VL01N.
Do you know if there is a Bapi for this purpose?
Any help is very apreciated. Thanks.
2007 Nov 08 3:26 PM
Hello,
Try the following.
BAPI_OUTB_DELIVERY_SAVEREPLICA
BAPI_DELIVERPROCESSING_EXEC
The below is for creating delivery for STO's.
----
Delivery creation
----
call function 'SHP_VL10_DELIVERY_CREATE'
exporting
IF_LEDAT = I_LFDAT
IF_NUR_VORGABE_POS = YES
IT_KEY_ENQUE_READ = IT_KEY_ENQUE_READ
IT_KOMDLGN = IT_KOMDLGN
changing
CX_SD_ORDER = XS_SD_ORDER
CT_VBSK_ALL = XT_VBSK_ALL
CT_VBLS = XT_VBLS
CT_KEY_LATE = XT_KEY_LATE.
Thanks,
Suresh Ganti
2007 Nov 08 5:10 PM
hi
good
try with these BAPIS
BAPI - BAPI_DELIVERYPROCESSING_EXEC
FM's : RV_DELIVERY_CREATE,GN_DELIVERY_CREATE
thanks
mrutyun^
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |