cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP GRC: Delete HR Table Entries Delivered by Mistake

reza_ahoui2
Participant
0 Likes
399

Hi

After the GRC system has been set up, table HRP1000 contains entries that are not relevant. SAP recommends we delete the wrongly delivered HR data within table HRP1000 with its dedicated tcodes: SPRO->GRC->Shared Master Data Settings->Clean Up HR Data

Does anyone know that if the removal of such data would in any shape affect EAM functionality and its workflow?

Thanks

Reza Ahoui

Accepted Solutions (1)

Accepted Solutions (1)

Colleen
Product and Topic Expert
Product and Topic Expert

Suggest you test in a non production system first but if you look at the code, it checks for UNAME='SAP'

Program GRPC_RHDEL_PD_TABLES

" Get all hrp1000 data

SELECT * FROM hrp1000 INTO TABLE hrp1000_tab

WHERE plvar IN s_plvar

AND otype IN s_otype

AND uname = 'SAP'.

The EAM data shouldn't be referencing the SAP records.

Answers (0)