Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

before executing the program i got dump

vallamuthu_madheswaran2
Active Contributor
0 Likes
1,187

Hi Friends,

While i executing the program i got the following DUMP.

What happened?

The current ABAP program had to be terminated because the

ABAP processor detected an internal system error.

The current ABAP program "program name " had to be terminated

because the ABAP

processor discovered an invalid system state.

perform (SY-XFORM) in program (SY-XPROG).

in the include <sysini>

Thanks & Regards,

Vallamuthu.M

3 REPLIES 3
Read only

Former Member
0 Likes
904

Hi,

Does this happen for all programs ?

Any recent changes to the system, Support packs etc ?

Regards

Read only

Former Member
0 Likes
904

Hi,

Where do you get this dump?

Just check if the subroutine in variable SY-XFORM exists in program (SY-XPROG).

Probably some routine is not created.

Regards,

Ankur Parab

Read only

vallamuthu_madheswaran2
Active Contributor
0 Likes
904

Solved by Basis