Sunday, May 23, 2010

SAP Monitoring Tcode (Pt 2)

ST22 – ABAP Dump
SAP Menu : Choosing Tools-> Administration-> Administration-> Monitor-> Dump Analysis or tcode ST22
If a runtime error occurred in ABAP program, this can be access and analyze the associated information in st22


ABAP program can be terminated during its runtime for a number of different reasons. Below table show some common errors:

ABAP Programming errors

Errors in the ABAP program, such as division by zero or a catch able exception that was not caught

Resource bottleneck

Typical example: SYSTEM_NO_ROLL. The application no longer has sufficient memory available

External Errors

Example:

An incorrect logon attempt occurred when calling outside the SAP System (for example RFC)

No comments:

Post a Comment