cancel
Showing results for 
Search instead for 
Did you mean: 

SYSTEM_DATA_ALREADY_FREE

Former Member
0 Kudos

Hi,

we have a lot of shot dumps in the CRM 7.0 system, whith the error "SYSTEM_DATA_ALREADY_FREE". We don't know, how we can solve the issue, because, we cannot reproduce the dump.

The SAP cannot help, because, we cannot reproduce the steps to create this dump.

Has anyone an idea, what the problem could be?

Thanks a lot for your help.

Regards,

Sascha

Details:

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.

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=============CM006"

"GET_NAME"

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Sascha,

Were you able to fix the issue?

Thanks,

Raghunath

former_member189549
Active Contributor
0 Kudos

Hello Sascha,

can you please apply notes 1315124, 1648539 then retest the issue in your system.

Thanks

Willie

Former Member
0 Kudos

Hi Sascha,

Appreciate your help if you can let me know whether the issue has been resolved? As we are also facing same issue at the moment.

Tried all the available SAP Notes suggested on SDN but all in vain.

We are currently on SAP CRM 7.0 (EhP2).

Your valuable inputs & suggestions is highly appreciated.

Thanks....

Regards,

Abhishek

Former Member
0 Kudos

Hi Sascha,

Were you able to fix this one?

Former Member
0 Kudos

Hello Sascha,

did you found a solution?

We are facing the same error in CRM 7.0 EHP2 and also are not able to reproduce it.

Thanks and kind regards

Hannes

kavindra_joshi
Active Contributor
0 Kudos

Its a basis issue. The system doesn't have enough space.

~Kavindra

Former Member
0 Kudos

Hi Kavindra,

Can you please elaborate on that?

Any details.....

Thanks,

Ravi

Former Member
0 Kudos

Hi Sascha,

  We are also facing the similar kind of issue.Could you please share the solution if you have fixed it.

Thanks and Regards

Rajarama U

Former Member
0 Kudos

Hi,

Check below SAP note for similar issue.

Note 1765020 - SYSTEM_DATA_ALREADY_FREE in CLEAN_UP_OBJECTS

---Shobhit