cancel
Showing results for 
Search instead for 
Did you mean: 

run-time

Former Member
0 Kudos

How to check run-time error?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi friend,

you have these options:

01. Since this could have resulted in a temporary bottleneck, you should try to restart the program.

02. Ask your system administrator to increase the size of the area (PXA) used to store the ABAP/4 programs.

03. Make a note of the actions and input which caused the error.

04. To resolve the problem, contact your SAP system administrator.

05. You can use transaction ST22 (ABAP Dump Analysis) to view and administer termination messages, especially those beyond their normal deletion date.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You can analyse the short-dump using transaction ST22, provided if you have sufficient authorization. Dump error can occur due to many issues in the code. The dump error description give the message clearly why the run time error happened.

Consult your ABAP consultant, he will do the dump analysis and help you to identify what caused the error and how can you overcome or any coding changes required...

Prase