ABAP Runtime Errors

COMPUTE_SIN_LOSS SAP ABAP Runtime Error compute sin loss







COMPUTE_SIN_LOSS 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_SIN_LOSS ABAP Runtime Error

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.

Result of function SIN imprecise 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>, the result of operation SIN on the number <runtime parameter> was so imprecise that it makes no sense to continue processing.
The argument was probably too large in relation to the amount (i.e. the argument was either < -1E8 or > 1E8, although these limits could be smaller or larger, depending on the hardware being used). Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.