Hi,
I am very new on sap environment
may i get help on this issue
Category ABAP programming error Runtime Errors COMPUTE_INT_PLUS_OVERFLOW Except. CX_SY_ARITHMETIC_OVERFLOW ABAP Program SAPLFIBS Application Component FI-GL-GL Date and Time 19.05.2020 11:09:41 (UTC+8) ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Short Text | | Integer overflow during addition (type I or INT8) | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What happened? | | Error in the ABAP application program. | | | | The current ABAP program "SAPLFIBS" had to be terminated because it found a | | statement that could not be executed. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |What can I do? | | Note which actions and entries caused the error to occur. | | | | Consult your SAP administrator. | | | | Using transaction ST22 for ABAP dump analysis, you can view, manage, | | and retain termination messages for longer periods. | | Note which actions and entries caused the error to occur. | | | | Consult your SAP administrator. | | | | Using transaction ST22 for ABAP dump analysis, you can view, manage, | | and retain termination messages for longer periods. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |Error analysis | | An exception has occurred in class "CX_SY_ARITHMETIC_OVERFLOW". This exception | | was not caught | | in procedure "FI_BS_NODE_GET_HEIGHT" "(FUNCTION)" or propagated by a RAISING | | clause. | | Since the caller of the procedure could not have anticipated this | | exception, the current program was terminated. | | The reason for the exception occurring was: | | The reason for the exception is: | | In the current program "SAPLFIBS", adding the numbers 2147483647 and 1 (using | | the | | operation '+' or 'ADD') returned a value either greater than 2147483647 | | or smaller than -2147483648 (or greater than 9223372036854775807 or | | smaller than -9223372036854775808 if using type INT8). This resulted in | | an integer overflow. | ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- |How to correct the error | | If the exception cannot be prevented, "CX_SY_ARITHMETIC_OVERFLOW" must be | | caught within | | procedure "FI_BS_NODE_GET_HEIGHT" "(FUNCTION)" or declared in the procedure's | | RAISING clause. | | To prevent the exception, note the following: | | | | You could try to split the current process into separate components so | | that the amounts in the values are smaller. | | If the error occurs in one of your own ABAP programs or an SAP program | | that you have modified, try to remedy the error. | | | | If you cannot solve the problem yourself, please send the following | | information to SAP: | | | | 1. The description of the problem (short dump) | | To do this, choose System -> List -> Save -> Local File (unconverted) | | on the screen you are in now. | | | | 2. The relevant system log | | To do this, call the system log in transaction SM21. Restrict the time | | interval to ten minutes before the short dump and five minutes after | | it. In the display, choose System -> List -> Save -> Local File | | (unconverted). | | | | 3. If these are programs of your own, or modified SAP programs: The | | source text of the programs | | To do this, please choose | | "Other Utilties -> Upload/Download -> Download". | | | | 4. Details regarding the conditions under which the error occurred or | | which actions and input caused the error. | ----------------------------------------------------------------------------------------------------