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: 

ABAP Convert Float To Decimal in CTE Query

immanuels
Explorer
0 Kudos

Is it possible to convert fltp to decimal in cte query ? if can, then how ?

Thanks

1 REPLY 1

Sandra_Rossi
Active Contributor

It's not available in ABAP SQL but it's available in CDS (function FLTP_TO_DEC) so you could create a CDS view and query it from ABAP...