cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in conversion of value from FLTP to char in PM module

Former Member
0 Kudos

Hi,

My requirement is In userexit i have to compare the values from table IMPTT fields MRMIN, MRMAX. here I have to convert FLTP type to char.

Ex: MRMIN = 5,0000000000000000E+07 MRMAX = 1,5000000000000000E+08

Output i should get is MRMIN as 500 and MRMAX as 1500.

I tried many FMs from blogs but getting incorrect value like 500000 and 1500000

Can anyone suggest me on it?

Accepted Solutions (0)

Answers (3)

Answers (3)

pavan_kumarcs
Active Participant
0 Kudos

Hello,

I understand that you need to get details about upper limit & lower limit of a measuring point from table IMPTT, you can use "QSS0_FLTP_TO_CHAR_CONVERSION".

Enter the required Min MRMIN = 5,0000000000000000E+07 in "I-FLTP_VALUE" and also enter number of digits required in "I_NUMBER_OF_DIGITS".

After Executing, following result will be obtained.

I hope it helps!!

Regards,

Pavan

peter_atkin
Active Contributor
0 Kudos

Try FM CLAF_CLASSIFICATION_OF_OBJECTS

PeteA

peter_atkin
Active Contributor
0 Kudos

What is the unit of measure?

PeteA

Former Member
0 Kudos

Unit of measure is Bar