cancel
Showing results for 
Search instead for 
Did you mean: 

Dump while saving an Internal note .

former_member196299
Active Contributor
0 Kudos

Hi All ,

I am facing a dump when I add an internal note to my project and try to save he project .

Below is the detail of the dump :

Cannot display view GSTEXT/List of UI Component GSTEXT

An exception has occurred

Exception Class CX_BOL_EXCEPTION - Access Previously Deleted Entity

Method: CL_CRM_BOL_ENTITY=>MAKE_VALID_STATE

Source Text Row: 22

I have not done any enhancement to the component GSTEXT .

At the same time the standard NOTES works fine for the activity documents .

I have seen other people facing the similar issue in SDN , but I didnu2019t get any clear picture of the analysis .

I tried to check GSTEXT component in BOL and GENIL browsers, but I didnu2019t get this component there . I got the below message u201CBOL Could Not Be Loaded: Component GSTEXT has not been definedu201D.

Can anyone guide me on resolving this issue.

Regards,

Ranjita

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ranjita , How were you able to solve this issue ? I am getting the same error ater applying a note 1406164 . Can you please provide some pointers . thanks!

regards

Piyush

former_member196299
Active Contributor
0 Kudos

Hi Piyush,

Sorry for the late response, even I have not been able to fix this issue as yet .

Kindly let me know if you get the process to resolve this .

Regards,

Ranjita

ajaya_kumar
Active Participant
0 Kudos

Hi ,

This generally happens when the GenIL layer is unable to read attributes of a BOL object for a given key. So, you might need to debug and see when this happens.

You can put a breakpoint in GET_OBJECTS( ) method of your genil implementation class and debug from there.

Regards,

Ajay