‎2006 Oct 05 9:32 AM
Hi,
I have created a STO. I want to create a Delivery for this STO. Can anyone pls let me know the BAPI for creation of delivery and Shipment for a STO?
Pls help
Thnaks
Ram
‎2006 Oct 05 9:35 AM
U can use the below FM...for the same.
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.
<b>--I will get you the BAPI for shipment creation but please assign points for all helpful answers!!</b>
Message was edited by: Anurag Bankley
‎2006 Oct 05 9:38 AM
Hi,
Thanks for the reply.
I want the BAPI for creation of Shipment also.
Pls help.
Thanks
Ram
‎2006 Oct 05 10:43 AM
‎2006 Oct 05 10:54 AM
Hi Ram
You can use BAPI_SHIPMENT_CREATE or SD_SHIPMENT_CREATE for shipment creation .
Regards
Saurabh