We are getting following dump when we are calling an action of standard business object.
This dump comes only in background execution and we are calling this action in Asynchronous RFC.
Details:
Runtime Errors UNCAUGHT_EXCEPTION
Except. /BOBF/CX_FRW_FATAL
ABAP Program /BOBF/CL_FRW==================CP
Application Component AP-RC-BOF-RNT
Details of error:
While executing action "DELETE_TEAM_MEMBER" of
node "MP_TEAM" of business object "/CPD/PWS_BO_MP" an
exception has occurred. The method "EXECUTE" of class
"/CPD/CL_PWS_MP_A_TEAM" didn't call
"END_MODIFY" and the subsequent framework call of "END_MODIFY"
led to the exception chain below. Root cause may be a lock situation or...
Please open a ticket to the responsible component
"CA-CPD-WS"!
I have checked few blogs and threads but could not get much help.
Has anyone faced this issue before?