cancel
Showing results for 
Search instead for 
Did you mean: 

UNCAUGHT_EXCEPTION the object was deleted already PO

Former Member
0 Kudos

Hi Experts,

When we try to edit a PO in portal, we get the below exception. Even when we click on 'refresh' we encounter the same error.

Any idea on what could be the issue?

=====================================================

UNCAUGHT_EXCEPTION

The object was deleted already

Method: IF_OS_STATE~HANDLE_EXCEPTION of program /SAPSRM/CL_WF_PROCESS_LEVEL===CP

Method: GET_MV_LEVEL_GUID of program /SAPSRM/CL_WF_PROCESS_LEVEL===CP

Method: GETOID of program /SAPSRM/CL_WF_PROCESS_LEVEL===CP

Method: CREATE_PROCESS_FORECAST of program /SAPSRM/CL_WF_APV_FACADE======CP

Method: RETRIEVE_PROCESS_INFO_60_RES of program /SAPSRM/CL_WF_APV_FACADE======CP

Method: RETRIEVE_COMP_PROCESS_DATA of program /SAPSRM/CL_WF_APV_FACADE======CP

Method: GET_PROCESS_INFO of program /SAPSRM/CL_WF_APV_FACADE======CP

Method: /SAPSRM/IF_PDO_DO_APV_EXT~INITIALIZE of program /SAPSRM/CL_PDO_DO_APV_EXT=====CP

Method: KEEP_PROCESS_INFO_FRESH of program /SAPSRM/CL_PDO_DO_APV_EXT=====CP

Method: /SAPSRM/IF_PDO_DO_APV_EXT~GET_PROCESS_INFO_REF of program /SAPSRM/CL_PDO_DO_APV_EXT=====CP

Regards,

Pavithra Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

ivy_li
Active Contributor
0 Kudos

Hi,

For this PO, would you please use its GUID to get "FIRST LVL ID" in table /SAPSRM/D_WF_000, and then use this value to insert as 'ID' in table /SAPSRM/D_WF_003 to get the entry?
If you can't find any entry in table /SAPSRM/D_WF_003 or the entry has some problem, please let me know.

By the way, can you reproduce the issue with a new PO?

BR,

Ivy

sap_srm1
Explorer
0 Kudos

Hi Ivy !

Thanks for the reply. I could find an entry in table /SAPSRM/D_WF_003 but did not find any issue with the entry. We cannot reproduce the issue with a new PO..can you advise further ?

Thanks

ivy_li
Active Contributor
0 Kudos

Hi,

I believe this dump is related with the document workflow since the call stack shows the workflow programs. I can only suggest  you set breakpoint at these programs to see why the dump is triggered. Then we can check further what information should be checked further.

BR,

Ivy

sap_srm1
Explorer
0 Kudos

Hi - Could you solve this issue. We are also facing the same issue for a couple of PO's. Thanks.