Skip to Content
0
Former Member
Sep 30, 2005 at 05:00 AM

FINDING PROBLEM IN USING FM :QSS0_FLTP_TO_CHAR_CONVERSION

442 Views

Hi Friends,

yday i got a fm QSS0_FLTP_TO_CHAR_CONVERSION for converting fltp value to characher value.

now i am finding a problem ..

i am fetching the value of qamv toleranzob and toleranzun using an itab.

now i have to use the above mentioned fm to convert the value

CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION'

EXPORTING

i_number_of_digits = y

i_fltp_value = itab-toleranzob

  • I_VALUE_NOT_INITIAL_FLAG = 'X'

  • I_SCREEN_FIELDLENGTH = 16

  • IMPORTING

  • E_CHAR_FIELD = z

Here in y i have to take the last 2 digits of tloeranzob

eg : itab-toleranzob = 3.0275000000000000E+02

y = 02

can you kinldy tell me how to cut the value of tolernzob .. (last 2 digits)

(i tried using offset position ,but i am getting an error.)

Thanks and Regards

Yamini.A