Application Development 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: 

data in table related with Base unit of measurement

Former Member
0 Kudos

Hi friends,

I have to read data from database table and pass in IDOC for vehicle...

But problem is that most of data stored in Base UOM and but corresponding UOM is storing as such e.g

engine power = 55

UOM = MGW

is stored as 55 000 000 but unit stored as MGW.

same thing is happening for all type of measurement data.

user want to display only the screen data...

regards,

Madan Gopal

3 REPLIES 3

Former Member
0 Kudos

please give any idea

0 Kudos

any idea

Former Member
0 Kudos

MIght be that the value is getting stored in decimals.

You can truncate the decimals using some commands for that just go to f1 help and check the keyword documentation fir truncating the decimals.

If that is not the case just check the data type you are using for engine power just use the sama type as in Data base table.

Reward if useful.

Thanks,

Nageswar