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 with currency field...

aris_hidalgo
Contributor
0 Likes
521

Hello Experts,

I am currently getting data value from KONP-KBETR to display the rate. When I look

at KONP table, the values in KBETR is shown as '10,00-', '250,00', etc. But if I look at

transaction VBO3(Display Rebate Agreements), the '10,00-' is now shown as '1,000-'. My

question is, are there any conversion formy problem? KBETR is a currency field with decimals 2.

Hope you can help me guys. Thank you and take care!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

Dear , your problem <b>surely resolved</b>.

Dont worry actully KBETR field always stored in database with a multiple of 10.

So when you are using the same in ur program , always do <b>KBETR = KBETR / 10.</b>

I have faced the similar problem on this. Ya it has two decimal points and length is 11.

Hello Experts,

I am currently getting data value from KONP-KBETR to display the rate. When I look

at KONP table, the values in KBETR is shown as '10,00-', '250,00', etc. But if I look at

transaction VBO3(Display Rebate Agreements), the '10,00-' is now shown as '1,000-'. My

question is, are there any conversion formy problem? KBETR is a currency field with decimals 2.

Hope you can help me guys. Thank you and take care!

2 REPLIES 2
Read only

Former Member
0 Likes
492

Dear , your problem <b>surely resolved</b>.

Dont worry actully KBETR field always stored in database with a multiple of 10.

So when you are using the same in ur program , always do <b>KBETR = KBETR / 10.</b>

I have faced the similar problem on this. Ya it has two decimal points and length is 11.

Read only

Former Member
0 Likes
491

hi

yes there is problem with currency field it works on check table

so better to create a temp. variable take that value into it and assign this value

to u r required field

then u will get the correct output

directly won't take the value