cancel
Showing results for 
Search instead for 
Did you mean: 

Help With BAPI_OUTB_DELIVERY_CHANGE

0 Kudos

Hello friends!

At first, sorry about my english.

I hope u guys can help me with that... I'm trying to use the BAPI_OUTB_DELIVERY_CHANGE to change a quantity vallue of a delivery order.

But aways get the following error message:

TYPE: 'E'

ID: 'VL'

NUMBER: '602'


For the BAPI's parameters, im passing those vallues:

EXPORTING:

header_data-deliv_numb = '0081136099'

header_control-deliv_numb = '0081136099'

delivery = '0081136099'

TABLES:

item_data-deliv_numb = '0081136099'

item_data-deliv-item = '000010'

item_data-batch = 'LOTEFRANGO'

item_data-dlv_qty = '777.000'

item_data-fact_unit_nom = '1'

item_data-fact_unit_denom = '1'

item_data-sales_unit = KG

item_control-deliv_numb = '0081136099'

item_control-deliv-item = '000010'

item_control-chg-delqty = 'X'


Accepted Solutions (1)

Accepted Solutions (1)

former_member543347
Active Participant
0 Kudos

Hi Christopher,

Error VL602: Goods issue has already been posted for delivery

You cannot change a delivery anymore, if goods movement has already been posted. Try with a new one or reverse GI with VL09 and try again.

Answers (0)