‎2009 Aug 13 7:48 AM
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
‎2009 Aug 13 7:52 AM
Hi,
Does this happen for all programs ?
Any recent changes to the system, Support packs etc ?
Regards
‎2009 Aug 13 8:06 AM
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
‎2010 Feb 09 9:38 AM