Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8372

Re: how to debug a loop with 80K records

$
0
0

Hi,

 

PFA for shortdump details.

 

Category               ABAP Programming Error

Runtime Errors         BCD_FIELD_OVERFLOW

Except.                CX_SY_CONVERSION_OVERFLOW

ABAP Program           /DPM/CL_MON_STOCK=============CP

Application Component  Not Assigned

Date and Time          02.11.2014 19:36:29

 

 

 

 

Short text

     A calculation field is defined too small.

 

 

 

 

 

 

What happened?

     Error in the ABAP Application Program

 

 

     The current ABAP program "/DPM/CL_MON_STOCK=============CP" had to be

      terminated because it has

     come across a statement that unfortunately cannot be executed.

 

 

 

 

 

 

What can you do?

     Note down which actions and inputs caused the error.

 

 

 

 

     To process the problem further, contact you SAP system

     administrator.

 

 

     Using Transaction ST22 for ABAP Dump Analysis, you can look

     at and manage termination messages, and you can also

     keep them for a long time.

 

 

 

 

 

 

Error analysis

     An exception occurred that is explained in detail below.

     The exception, which is assigned to class 'CX_SY_CONVERSION_OVERFLOW', was not

      caught in

     procedure "SELECT_PHYSICAL_STOCK" "(METHOD)", nor was it propagated by a

      RAISING clause.

     Since the caller of the procedure could not have anticipated that the

     exception would occur, the current program is terminated.

     The reason for the exception is:

     A value generated during processing is too large for the

     field "LS_STOCK_MON-QUAN" of the program "/DPM/CL_MON_STOCK=============CP".

 

 

 

SY-SUBRC 4

SY-INDEX 0

SY-TABIX 76377

SY-DBCNT 1

SY-FDPOS 1

SY-LSIND 0

SY-PAGNO 0

SY-LINNO 1

SY-COLNO 1

SY-PFKEY

SY-UCOMM

SY-TITLE Stock Synchronization between EWM and SPICS

SY-MSGTY I

SY-MSGID /LIME/CORE

SY-MSGNO 600

SY-MSGV1

SY-MSGV2

SY-MSGV3

SY-MSGV4

SY-MODNO 0

SY-DATUM 20141102

SY-UZEIT 190005

SY-XPROG RSDBRUNT

SY-XFORM INIT_%_INIT

 

regards

Vishnu


Viewing all articles
Browse latest Browse all 8372

Trending Articles