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

KONV table

Former Member
0 Likes
851

Hi All,

I have a report program in which i use the table konv and when at the run time i change the value of konv-kwert and konv-kbetr to 4(for ex) it wud automaticallly change to 0.004 and 0.04 respectively,thus i am feeling problem in fetching the data from konv table it comes different and i am not able to divide or multipy these values because they are changing accordingly..

kindly help.

its urgent

thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
716

First, you can search in the program to see if there are any codes working on convert these data format.

If not, you can try to 41000 or 4100 before you tranform your data to the table.

Linette

Read only

Former Member
0 Likes
716

hi

good

debug the program properly and check why it is not coming properly from the database table, put the break point at your select statement and see each and every data in the internal table to which you r passing the data.

thanks

mrutyun^

Read only

Former Member
0 Likes
716

hi ,

try to clear the variables before the values goes into variables and tables .

Regards

santosh!!!!!

Read only

Former Member
0 Likes
716

Hi,

Use this FM's for operations on KONV table


MRM_DBTAB_KONV_READ
SD_SCD_KONV_UPDATE
KONV_UPDATE

Regards,

Raghav