Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

ABAP runtime errors COMPUTE_BCD_OVERFLOW

$
0
0

Hi All,

 

I am getting the below dump:

 

>> Short dump has not been completely stored. It is too big.


Overflow for arithmetical operation (type P) in program "SAPLCSS7 "

 

"COMPUTE_BCD_OVERFLOW"

"BCD_FIELD_OVERFLOW" (By release 4.0A, this error has been remedied at this

point)

"SAPLCSS7 " or "LCSS7FS1 "

"STUFE_02"

 

Information on where termination occurred

 

The termination occurred in the ABAP/4 program "SAPLCSS7 " in

"STUFE_02".

The main program was "Z_S1_DOCS ".

The termination occurred in line 242

of the source code of program "LCSS7FS1 " (when calling the editor 2420).

 

Source code extract

FORM STUFE_01.
   AST_STUFE = 0.
ENDFORM.


FORM STUFE_02.
----->  APS_STUFE = AST_STUFE + 1 .
ENDFORM.


FORM STUFE_03.
   CHECK NOT LTB-XTLNR IS INITIAL.

   AST_STUFE = LTB-STUFE.
ENDFORM.

 

How to solve this problem. Please help.

 

Thanks,

Venkata


Viewing all articles
Browse latest Browse all 8332

Trending Articles