2007 Sep 25 6:30 AM
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!
2007 Sep 25 6:37 AM
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.
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.
2007 Sep 25 6:37 AM
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.
2007 Sep 25 6:39 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |