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: 

what is the functional module that converts CHAR To FLOAT or decimal to float or string to FLOAT

naseemallika14
Participant
0 Kudos

Hello Experts,

Could you please let me know from any data type to float.

Exmaple :

char to FLTP

int to FLTP

decimal to FLTP

1 REPLY 1

Sandra_Rossi
Active Contributor

The conversion from character, integer or any number to ABAP type F (FLTP is the DDIC predefined data type) is part of ABAP basics, no need to use dark unreleased function modules.

Look at the tables below, depending on the type of source:

ABAP Keyword Documentation (sap.com) - Conversion Rules for Elementary Data Types