ABAP Runtime Errors

COMPUTE_LOG10_ERROR SAP ABAP Runtime Error compute log10 error







COMPUTE_LOG10_ERROR is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


COMPUTE_LOG10_ERROR ABAP Runtime Error

Floating point numbers can be displayed in one of the following ways in ABAP: [Sign][Mantissa]E[Sign][Exponent] [Sign][Integer part].[Fractional part]
Examples: -12E+34, +12E-34, 12E34, 12.34 Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

Invalid call of mathematical function LOG10 Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

In the current program <runtime parameter>, function LOG10 was called with invalid argument <runtime parameter>.
Function LOG10 is defined only for positive numbers (on some platforms also for 0).
It is possible that the argument is not a valid floating point number. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.