‎2014 Jul 23 3:15 PM
Hi,
i have created 1 sales order through VA01 transaction.
when i checked this sales order value into VA02 It shows 14,700, but when i check into KONV table this value shows 147.00 .
please suggest a solution .
thanks
Abhay
‎2014 Jul 23 3:22 PM
‎2014 Jul 23 3:33 PM
‎2014 Jul 23 3:45 PM
Hello Abhay,
KONV is a table that deals with Condition types.
It's not a wrong value but only a different way used by SAP to store the value.
This rule is valid for all table where an amount, a percentage or unit dimension is stored.
Please find below two links for your reference.
For Eg - SAP will store 14.7 as 147 internally in SAP table.
http://scn.sap.com/thread/55183
http://scn.sap.com/thread/1208210
Regards,
Vikas
‎2014 Jul 23 3:45 PM
Hi,
In Condition type based on percentage(%) means in KONV table should be update cond.value * 10. After if you want condition type value means need to calculate (Cond.value / 10).
Regards,
Nivas.M
‎2014 Jul 23 3:49 PM