System reports "MAIN STORAGE DESTROYED" in Short Dump or System Log.
... has to be found.
Within ABAP/4 debugging there is the possibility to activate 'memory monitoring'.
Find out the program which caused the error.
Start that program in debugging mode (/h).
Activate 'memory monitoring' and let the program run.
'memory monitoring' checks all memory segments of the ABAP/4 program in every ABAP/4 statement.
As soon as the memory gets destroyed by an ill behaving part of the SAP system, the system writes a short dump and a system log entry.
In general the user mode is canceled then.
Login again and look for the corresponding short dump (ST22) and system log entry (SM21).
Send the short dump and the system log to SAP with your problem report.
No comments:
Post a Comment