Application Development and Automation 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: 
Read only

fltp_char_conversion_from_si

Former Member
0 Likes
2,313

Hi ,

I have requirement in which i have to convert this 1.7625600000000000E+08 to char using FM fltp_char_conversion_from_si, but no unit is given.

Please help me out .

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

former_member386202
Active Contributor
0 Likes
1,640

Hi,

Use Fm "QSS0_FLTP_TO_CHAR_CONVERSION"

Regards,

Prashant

Hi ,

I have requirement in which i have to convert this 1.7625600000000000E+08 to char using FM fltp_char_conversion_from_si, but no unit is given.

Please help me out .

Thanks in advance.

6 REPLIES 6
Read only

Former Member
0 Likes
1,640

Hello,

Use following function module for FLTP to CHAR conversion:

Test for function group MCP2

Function module MC_FLTP_CHAR

Upper/lower case

Import parameters Value

FC_A_FLD 1.7625600000000000E+08

FC_FIX

FC_IVA X

FC_NK 0

FC_SUPPRESS_PMZ

Export parameters Value

FC_R_FLD 176256000

Thanks,

Amol Lohade

Read only

Former Member
0 Likes
1,640

Hi,

I tried using this Fm also, but no value is returning.

Please suggest me if there are any other function modules.

thanks.

Read only

0 Likes
1,640

Hello,

I had replied you with the snap of SE37 - Test for that function module with the result.... So it should work... Please try it in SE37 first..

Thanks

Amol Lohade

Read only

former_member386202
Active Contributor
0 Likes
1,641

Hi,

Use Fm "QSS0_FLTP_TO_CHAR_CONVERSION"

Regards,

Prashant

Read only

Former Member
0 Likes
1,640

Hi,

Sorry I have to convert this value 1,7625600000000000E+08 to type unit.

Please suggest.

Thanks .

Read only

Former Member
0 Likes
1,640

Thanks all