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

wrong value getting updated into konv table.

Former Member
0 Likes
2,313

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

5 REPLIES 5
Read only

Lakshmipathi
SAP Champion
SAP Champion
0 Likes
1,408
when i checked this sales order value into VA02 It shows 14,700

Can you share the screen shot of condition tab?

G. Lakshmipathi

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,408

Which currency code, did you perform some seach on "internal format of data" and "currency amount" in SAP ABAP online documentation ?

Regards,

Raymond

Read only

vikas_mulay2
Participant
0 Likes
1,408


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

Read only

Former Member
0 Likes
1,408

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

Read only

Lakshmipathi
SAP Champion
SAP Champion
0 Likes
1,408

Please note in KONV

  • KBETR is the unit rate
  • KWERT is the condition value (Qty * KBETR)

Now let me know which field you were referring?

G. Lakshmipathi