2006 Nov 10 5:59 AM
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
2006 Nov 10 6:08 AM
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
2006 Nov 10 10:17 AM
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^
2006 Nov 10 10:19 AM
hi ,
try to clear the variables before the values goes into variables and tables .
Regards
santosh!!!!!
2006 Nov 10 10:24 AM
Hi,
Use this FM's for operations on KONV table
MRM_DBTAB_KONV_READ
SD_SCD_KONV_UPDATE
KONV_UPDATE
Regards,
Raghav