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

problem when updating delivery quantity using 'BAPI_OUTB_DELIVERY_CHANGE'

Former Member
0 Likes
832

Hi experts,

I have a requirement in which i need to update the material's delivery quantity in VL03N transaction. For this im trying the BAPI

'BAPI_OUTB_DELIVERY_CHANGE' and im passing the following values.

HEADER_DATA : Delivery no.

DELIVER : Delivery no.

ITEM_DATA : Delivery no,

item no,

DLV_QTY quantity(changed),

FACT_UNIT_NOM ( default to value '1')

FACT_UNIT_DENOM ( default to value '1')

ITEM_CONTROL : Delivey no,

item no,

CHG_DELQTY ( value "X")

Then i use 'BAPI_TRANSACTION_COMMIT' for updating the changes.

Here the problem is, the BAPI is working fine for some quantity , say if i enter the DLV_QTY as 2 in ITEM_DATA, it is gettting updated. But if i pass some other quantity , say 12, it is returning the folowing error.

T ID NUM MESSAGE

E VL 363

Pls tell why this error comes. and how to successfully update the delivery quantity for a set of material?

Regards,

Shanthi

Hi experts,

I have a requirement in which i need to update the material's delivery quantity in VL03N transaction. For this im trying the BAPI

'BAPI_OUTB_DELIVERY_CHANGE' and im passing the following values.

HEADER_DATA : Delivery no.

DELIVER : Delivery no.

ITEM_DATA : Delivery no,

item no,

DLV_QTY quantity(changed),

FACT_UNIT_NOM ( default to value '1')

FACT_UNIT_DENOM ( default to value '1')

ITEM_CONTROL : Delivey no,

item no,

CHG_DELQTY ( value "X")

Then i use 'BAPI_TRANSACTION_COMMIT' for updating the changes.

Here the problem is, the BAPI is working fine for some quantity , say if i enter the DLV_QTY as 2 in ITEM_DATA, it is gettting updated. But if i pass some other quantity , say 12, it is returning the folowing error.

T ID NUM MESSAGE

E VL 363

Pls tell why this error comes. and how to successfully update the delivery quantity for a set of material?

Regards,

Shanthi

1 REPLY 1
Read only

Former Member
0 Likes
562

not answered