2009 May 07 12:58 PM
Hi experts,
Do you know the meaning of this messsages??
I'm trying delete a item of a delivery.
Error in document 0180000144 item 000010 (quantity consistency check)
Conversion factors 0:0 are zero, not defined mathematically
I'm trying with:
HEADER_DATA-DELIV_NUMB = '0180000144'.
DELIVERY = '0180000144'.
ITEM_DATA-DELIV_NUM = '0180000144'.
ITEM_DATA-DELIV_ITEM = 0010
ITEM_CONTROL-DELIV_NUM = '0180000144'.
ITEM_CONTROL-DELIV_ITEM = 0010
ITEM_CONTROL-DEL_ITEM = 'X'.
Could you help us?
please
thank you
2009 May 07 1:01 PM
Hello,
These are the standard programs which are using this FM.
check this u will get any idea
LV50IU53 Include LV50LF15
LV50KU45 Include L0ORGF03
RBUS2015 Program for Object Type BUS2015: Shipping Notification
Hi experts,
Do you know the meaning of this messsages??
I'm trying delete a item of a delivery.
Error in document 0180000144 item 000010 (quantity consistency check)
Conversion factors 0:0 are zero, not defined mathematically
I'm trying with:
HEADER_DATA-DELIV_NUMB = '0180000144'.
DELIVERY = '0180000144'.
ITEM_DATA-DELIV_NUM = '0180000144'.
ITEM_DATA-DELIV_ITEM = 0010
ITEM_CONTROL-DELIV_NUM = '0180000144'.
ITEM_CONTROL-DELIV_ITEM = 0010
ITEM_CONTROL-DEL_ITEM = 'X'.
Could you help us?
please
thank you
2009 May 07 1:01 PM
Hello,
These are the standard programs which are using this FM.
check this u will get any idea
LV50IU53 Include LV50LF15
LV50KU45 Include L0ORGF03
RBUS2015 Program for Object Type BUS2015: Shipping Notification
2009 May 07 1:09 PM
Hi,
Try to use WS_DELIVERY_UPDATE OR WS_DELIVERY_UPDATE_2 function modules or try to pass quantity as well in the bapi.
KR Jaideep,
2009 May 07 1:27 PM
Change ITEM_CONTROL-DELIV_ITEM = 0010
ITEM_CONTROL-DELIV_ITEM = '0010'
Also for item_data.
And are u calling BAPI_TRANSACTION_COMMIT after that....??
Still not able 2 resolve set the debugger at the BAPI call and see what's happening.
2009 May 07 1:31 PM
Hi,
When i tried in debigging it is going for Quantity check even if you have not check Qty Change flag. So to get rid of error you pass all the data specified in BAPI Documentation example for Quantity change, But instead of Qty Change flag check you go for Delete flag.
It will work.
Thanks,
Jyothi
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |