0% found this document useful (0 votes)
171 views2 pages

FLTP Conversion - SCN

test1

Uploaded by

Gautam Malhotra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
171 views2 pages

FLTP Conversion - SCN

test1

Uploaded by

Gautam Malhotra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

FLTP COnversion | SCN http://scn.sap.

com/message/4848263#4848263

Hi, Guest Log On Join Us

Share 0 Tweet 0 Like 0

Kesavadas Thekkillath Feb 8, 2008 5:36 AM

FLTP COnversion
This question has been Answered.

How to convert

1.2800000000000000E+02

to 128.

Correct Answer
by Allwin jose Daveed on Feb 8, 2008 5:42 AM

Hi,

data : output type p,


fltp_fld type f value '1.2800000000000000E+02'.

move fltp_fld to output.

write output.

Cheers,
jose.

Edited by: jose on Feb 8, 2008 5:42 AM

1483 Views Topics: abap


Average User Rating

(0 ratings)

Allwin jose Daveed Feb 8, 2008 5:42 AM (in response to Kesavadas Thekkillath)

Correct Answer Re: FLTP COnversion

Hi,

data : output type p,


fltp_fld type f value '1.2800000000000000E+02'.

move fltp_fld to output.

write output.

Cheers,
jose.

Edited by: jose on Feb 8, 2008 5:42 AM

1 of 2 04-03-2015 6:12 PM
FLTP COnversion | SCN http://scn.sap.com/message/4848263#4848263

Like (0)

Jay Raj Feb 8, 2008 6:19 AM (in response to Kesavadas Thekkillath)

Re: FLTP COnversion

hi you can also use some FM


CALL FUNCTION 'FLTP_CHAR_CONVERSION_FROM_SI'
EXPORTING
char_unit = 'EA'
unit_is_optional = 'X'
decimals = 0
exponent = 0
fltp_value_si = lv_atwrt_temp
indicator_value = 'X'
masc_symbol = '_'
IMPORTING
char_value = lv_atwrt
EXCEPTIONS
no_unit_given = 1
unit_not_found = 2
OTHERS = 3.

Like (0)

Share 0 Tweet 0 Like 0

Site Index Contact Us SAP Help Portal


Privacy Terms of Use Legal Disclosure Copyright

2 of 2 04-03-2015 6:12 PM

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy