ABAP Runtime Errors

COMPUTE_ACOS_DOMAIN SAP ABAP Runtime Error compute acos domain







COMPUTE_ACOS_DOMAIN 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_ACOS_DOMAIN 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 ACOS 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 ACOS was called with invalid argument <runtime parameter>.
The argument is < -1.0 or > 1.0, or there is no 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.