Hi,
Few user getting Application error page due to "SYSTEM_DATA_ALREADY_FREE" dump.
ST22 Dump Analysis:
Short text
It is not allowed to access data that have already been released.
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_CRM_BOL_ENTITY=============CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
What can you do?
Note down which actions and inputs caused the error.
To process the problem further, contact you SAP system
administrator.
Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.
Error analysis
Data in the area "ITAB" that has already been released by the system was
to be accessed.
Possible causes:
- Access using field symbols or parameters to table rows that do not
exist any more due to the deletion of the row or the table.
- Access to local data of a subroutine after the subroutine has been
exited (for example, using global fieldsymbols).
How to correct the error
Probably the only way to eliminate the error is to correct the program.
-
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"SYSTEM_DATA_ALREADY_FREE" " "
"CL_CRM_BOL_ENTITY=============CP" or "CL_CRM_BOL_ENTITY=============CM002"
"GET_KEY"
Is this CRM IC issue Or BASIS issue ?
Any notes is available to solve this dump else how to solve ?
Thanks,
Alex