Hi All,
I am encountering a runtime error CX_OS_OBJECT_NOT_FOUND upon running the program RSPPFPROCESS. I encountered this when I used the FM CRM_ORDER_SAVE in my BADI to save the changes in the partner however when I tried to put the same code in a custom program, it saved without error. I think the problem is in the PPF since I only get the error when I trigger the BADI via PPF.
Runtime Errors UNCAUGHT_EXCEPTION
Except. CX_OS_OBJECT_NOT_FOUND
ABAP Program CL_METHODCALL_PPF=============CP
Could not find the referenced object with the OID
"1402EC946A451EDC95E63FC4131740E5" (instance GUID) and
"BECA3BF12720D411AB61009027C3C00A" (class GUID)
ABAP STACK
METHOD CL_METHODCALL_PPF=============CP CL_METHODCALL_PP
CL_METHODCALL_PPF=>IF_OS_STATE~HANDLE_EXCEPTION
METHOD CL_METHODCALL_PPF=============CP CL_METHODCALL_PP
CL_METHODCALL_PPF=>SET_SAVE_LOG
METHOD CL_METHODCALL_PPF=============CP CL_METHODCALL_PP
CL_METHODCALL_PPF=>IF_MEDIUM_PPF~EXECUTE
Please give some inputs to proceed further. Thank you.