cancel
Showing results for 
Search instead for 
Did you mean: 

CRM WEB UI DUMP

Former Member
0 Kudos

Dear All,

I am getting the following dump on UI while accessing a role

We are on CRM 7 EHP 2. I have checked and applied the correction in SAP Note 1846043(even though it only applies to EHP 1) .

ABAP Dump in ST 22 is as below

SYSTEM_DATA_ALREADY_FREE" " "

"CL_CRM_GENIL_INTERNAL_MODEL===CP" or "CL_CRM_GENIL_INTERNAL_MODEL===CM006"

"CLEANUP_MODEL"

Category               ABAP Programming Error
Runtime Errors         SYSTEM_DATA_ALREADY_FREE
ABAP Program           CL_CRM_GENIL_INTERNAL_MODEL===CP
Application Component  CA-WUI-GOL-GIL
Date and Time          31.10.2013 12:09:59

Source Code Extract

Line  SourceCde

     1 method CLEANUP_MODEL.
     2
     3 * Method cleans up unused model entries for performance reasons.
     4 * Entries are kept under unsed relations
     5
     6 * Loop at relations and check if property of target object is part of model:
     7 * Cleanup relation if target object is irrelevant
     8   field-symbols: <LINE> type GENIL_MODEL_ENTRY.
     9   loop at ME->MODEL_TAB assigning <LINE>.
>>>>>     read table ME->PROPERTIES_TAB with table key NAMESPACE   = <LINE>-NAMESPACE
    11                                                  OBJECT_NAME = <LINE>-DETAILS->OBJECT_B
    12                transporting no fields.
    13     if SY-SUBRC ne 0.
    14       <LINE>-UNUSED = ABAP_TRUE.
    15     else.
    16       <LINE>-UNUSED = ABAP_FALSE.
    17     endif.
    18   endloop.
    19
    20 endmethod.

Any help is much appreciated.

Kind Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Himayatullah
Active Participant
0 Kudos

Hi Naresh,

I belive it is a standard dump.

If you want to check whether this is a standard dump or due to custom code then go to su01 tcode and open your EID assign below parameter:   

   

WCF_IGNORE_ENHANCEMT  with Value 'A'  and then again try.

If it is still coming, then it is better to raise a SAP Note and get it addressed.

BR/Himayat

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Naresh,

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_member188098
Active Contributor
0 Kudos

Hi Naresh,

if error exist after

setting WCF_IGNORE_ENHANCEMT  with Value 'A'  then it is due to standard one.

And if not any note is there for it.you can raise to SAP for this.

Regards,

Former Member
0 Kudos

Thanks Himayat, Still dumping after setting the Parameter.

Harish, Had checked that note. it is for a different component. Looks like the correction instruction we already applied for the same

Still need to resolve this urgently, so any pointers will be helpful

former_member188098
Active Contributor
0 Kudos

Hi Naresh,

try to Check with note

Note 1765020 - SYSTEM_DATA_ALREADY_FREE in CLEAN_UP_OBJECTS

Regards,