Message type: E = Error
Message class: R7B - BW Metadata (InfoCube, InfoObject, InfoObject catalog)
Message number: 136
Message text: Rundungsungenauigk. treten bei Datentyp FLOAT für AMOUNT und QUANTITY auf
ABAP data type FLOAT is an implementation of the IEEE data type DOUBLE.
In most databases<(>,<)> this data type is also implemented according to
the IEEE specification.
This data type is a floating point data type with mantissa and exponent
encoded in base 2. Because the conversion from base 10 to base 2 is
technically not possible without loss of accuracy for many numbers,
using FLOAT always results in rounding inaccuracies. Examples include
0.15, 25.5 and many more. They cannot be expressed exactly as FLOATs.
SAP Note 2798 describes some of the effects of this behavior. A decimal
shift can cause rounding inaccuracies for example.
All arithmetic operations on FLOAT cause additional inaccuracies. A
simple addition of 2 values has an inaccuracy in the last digit (15).
For 10 additions<(>,<)> you lose 1 digit in accuracy. For 100 additions
<(>,<)> 2 digits are lost, and for 1<(>,<)>000,000 additions 6 digits
are lost. The result of database aggregation SUM on 1 million records
has a remaining accuracy of 8 digits instead of 14 digits. Aggregating 1
billion rows means that only 5 digits will be correct.
Data type FLOAT is therefore not suitable for business-relevant data
like amounts and quantities<(>,<)> where exact results are required (for
example financial key figures).
The system raises a warning if this key figure is defined. The key
figure is used as defined.
Check the key figure definition and change it if used in
business-relevant scenarios. Suitable data types are the ones that the
system proposes by default when you create a key figure. These types use
decimal packed numbers and do not have the specific rounding
inaccuracies of FLOAT.
Das System gibt eine Fehlermeldung aus und erlaubt Ihnen nicht, mit dieser Transaktion fortzufahren, bis der Fehler behoben ist.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
Sign up takes 1 minute. 7-day free trial.
R7B135 Lokale Merkmale sind von Änderungen an InfoObject &1 betroffen
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlerm...
R7B134 Navigationsattribut &1 für Merkmal &2 als InfoProvider nicht verwendbar
Was verursacht dieses Problem? Compounding InfoObject &V3& of navigat...
R7B137 InfoObject &1 von Benutzer &2 gesperrt
Selbsterklärende Nachricht Da SAP der Meinung ist, dass diese spezielle Fehlerm...
R7B138 Attribut &1 ist nicht zulässig
Was verursacht dieses Problem? You specified master data read class &V2&a...
SAP-Meldungen fallen in 3 verschiedene Kategorien:
Fehlermeldungen (Meldungstyp = E), Warnungen (W) oder
Informationsmeldungen (I).
Eine Fehlermeldung hindert Sie daran, Ihre Arbeit fortzusetzen – es ist ein harter Stopp und Sie müssen den Fehler beheben, bevor Sie fortfahren können. Eine Warnmeldung stoppt Ihre Arbeit, Sie können die Warnung jedoch umgehen, indem Sie die Eingabetaste auf Ihrer Tastatur drücken. Dennoch ist es empfehlenswert, die Ursache der Warnmeldung zu untersuchen und zu beheben. Eine Informationsnachricht wird Ihre Arbeit nicht stoppen und dient wirklich nur zu Informationszwecken.
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.