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

removing delivery

Former Member
0 Likes
756

Hi All,

My requirenment is to remove delivery from manifest as in T -Code VT02N when i am recording the BDC for the same it does not works i also tried the BAPI BAPI_OUTB_DELIVERY_CHANGE but it is for completly removing the delivery .

Please help.

Thanks & Regards,

Ruchi Tiwari

Hi All,

My requirenment is to remove delivery from manifest as in T -Code VT02N when i am recording the BDC for the same it does not works i also tried the BAPI BAPI_OUTB_DELIVERY_CHANGE but it is for completly removing the delivery .

Please help.

Thanks & Regards,

Ruchi Tiwari

4 REPLIES 4
Read only

Former Member
0 Likes
624

Hope you are passing all the parameters to the BAPI properly. Pass following parameters while calling BAPI.

HEADER_DATA-DELIV_NUMB (Delivery Number)
HEADER_CONTROL-DELIV_NUMB (Delivery Number)
HEADER_CONTROL-DLV_DEL ('X')
DELIVERY (Delivery Number)
TECH_CONTROL-UPD_IND ('D')
TECH_CONTROL-DLV_TYPE (Delivery Type - LIKP-LFART)

Call BAPI_TRANSACTION_COMMIT after the first BAPI call.

Regards

Vinod

Read only

0 Likes
624

hi ,,

thanks a lot but i want to remove the delivery as in VT02N (from manifest) not completely remove it.

Read only

0 Likes
624

Anyone ....plz help

Read only

Former Member
0 Likes
624

solved by self BAPI_SHIPMENT_CHANGE is the answer.