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

Problem in FLTP conversion

sergio_atzori
Explorer
0 Likes
757

Null.

Edited by: sergio atzori on Jul 17, 2009 11:18 AM

Edited by: sergio atzori on Jul 17, 2009 11:47 AM

Null.

Edited by: sergio atzori on Jul 17, 2009 11:18 AM

Edited by: sergio atzori on Jul 17, 2009 11:47 AM

2 REPLIES 2
Read only

former_member435013
Active Participant
0 Likes
650

Hi,

why are you fixed on floating point. SAP does not use it for amounts of money.

regards

Walter Habich

Read only

0 Likes
650

Hi Walter,

I had to treat Floating point as I was dealing not with money but wtih measerement readings on some gas power consumption,

system keeps theese data on an FLTP type's form, unfortunatelly when you pass from char input fields to FLTP or even you get to do comparisons between them, often accuracy in rounding values get varying and is not predictable,

Anyway I've found some standard method due to carry a reliable rounding within an accuracy to 15 decimals, which I could use

to convert any FLTP value before comparisons or calculation,

Thenkyou Walter,

regards,

Sergio,