on ‎2020 Mar 27 1:44 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 16 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.