cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi for inserting new items in outbound delivery

zach2015
Explorer
0 Kudos
3,951

Hi Everyone,,,

The business process is that I need to add new items with no reference to sto into outbound delivery by bapi

I used bapi_outb_delivery_change for this but didnt succeed with that .

(the item can be added to the outbound delivery manually if im not using the bapi )

Could some one tell me what am I’m doing wrong or is there another bapi that I can use

for updating the items

Im inserting values in the folowing parameters At the bapi_outb_delivery_change

Header data , likp- vbeln

Delivery - likp vbeln

Item data - delivery _numb , deliv_item, material_dlv_qty, fact_unit_nom , fact_unit_denom

item_data_spl - deliv_numb, deliv_item , stge_loc

Best Regrds

ZACK

View Entire Topic
zach2015
Explorer
0 Kudos

Hi again

issu is solved so Im writing to the ones that will search How to insert package item with no refernce to oudbound delivery

I used CLASS CL_IM_SD_DELIVERY_IN

Method

IF_EX_LE_SHP+DELIVERY_PROC-SAVE_DOCUMENT_PREPARE

and dont forget to do updkz = i when inserting the item

ZACK