Skip to Content
0
Former Member
Jan 12, 2012 at 09:01 AM

Error: Exception Class CX_BOL_EXCEPTION - Access Previously Deleted Entity

173 Views

HI

i am creating a followup collaboration appointment from a case.

in Component: BT126H_APPT ; view: BT126H_APPT/ApptDetails ; DO_PREPARE_OUTPUT i am using the below code.

IF V_PARTNER_FCT = 'Z0000009'.

LR_ENTITY1->DELETE( ).

LR_CORE = CL_CRM_BOL_CORE=>GET_INSTANCE( ).

LR_CORE->MODIFY( ).

RETURN.

ENDIF.

Later when i am accessing the Partners AB(from BTPARTNER component). i get the below error.

An error occurred during input processing in view ApptDetails.htm1 of &2 &3

An exception has occurred Exception Class CX_BOL_EXCEPTION - Access Previously Deleted Entity

Method: CL_CRM_BOL_CORE=>REREAD_ENTITY

Source Text Row: 118

please suggest.

thanks

aj