cancel
Showing results for 
Search instead for 
Did you mean: 

Appraisal error "Status cannot be deleted"

Former Member
0 Kudos

after deleting some statuses and pushbuttons using transaction OOHAP_BASIC, I cannot save my category group anymore, I get error "status cannot be deteted". any idea how can I find the exact status the causes the error?

T.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

yes, what we found is that when we delete substatuses from oohap_basic, the data in SAP tables becomes out of synch. we had to find the discrepancies by checking the tables you mentioned, then add the data back manually in oohap_basic. I think this is a miss from sap, they should have ensured that all data is consistent after deletion from oohap_basic, or they should prevent deletion, at least provide a warning to users. anyway, problem solved.

Edited by: Tiberiu Sasu on Dec 8, 2010 4:50 PM

Former Member
0 Kudos

yes, what we found is that when we delete substatuses from oohap_basic, the data in SAP tables becomes out of synch. we had to find the discrepancies by checking the tables you mentioned, then add the data back manually in oohap_basic.>

> Edited by: Tiberiu Sasu on Dec 8, 2010 4:50 PM

Hi,

Can u please tell me how did u sync these tables?? I have added sub statuses but have not deleted any existing ones.

For testing purpose i have various forms in Development, but these does not exist in Golden client.

I am getting the similar error, can you please help me resolve it??

Former Member
0 Kudos

That means that some statuses are still used in the lower level (Category level or Template level). You have no choice but to check one by one I think.

If you prefer to check the database table:

Statuses used in Category Group level are stored at T77HAP_CG_STATUS

Statuses used in Category level are stored at T77HAP_C_STATUS

Statuses used in Templata level are stored at HRP5026 and HRT 5026

Hope this helps.