on ‎2019 May 20 11:05 AM
Hi experts:
Our HR consultant deleted person data thru PU00, and now we need to find out the records that has been deleted.
My question is how to find the history of the deletion thru transaction PU00, we need to get the list of the deleted pernr, plz tell me if any table or functon is useful. Thanks all the way.
PS: I've tried the following ways and non of them worked to me.
1.Table: CDHDR CDPOS, no records found
2.Tcode: SLG1,object 'HRDELPN', no records found
3.Report:RPUAUD00, With spro->personal management configuration of some infotypes, records were finally found here but it doesn't have any fields to filter my needed data, let along to history data before the configuration.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
I finally solve this problem via BADI (HRPAYXX_DELETE_PERNR),.
In the interface DELETE_DATA, when user delete employee via PU00, it finally comes to this BADI, where you can save infomation of this deleted employee like pernr in you Z table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you look in cluster PCL4 (If I recall correctly) for the deletion log (If PU00 was actually executed and not report RPUDELN) > Try transaction S_AHR_61016380
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi! Thanks for your sincere commention.
I've look up at the transancion S_AHR_61016380, this is a Tcode of the report RPUAUD00, and still I got nothing if I didn't configure the infotypes in V_T585A, V_T585B, V_T585C, so as cluster PCL4.
Let's say PCL4 is the only storage of the infotypes changement, is there any fields to tell a delete action?
| User | Count |
|---|---|
| 7 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.