Hi experts,
I have a requirement where i need to delete the payroll result for a set of personnel numbers at once.
I see that PU01 deletes the payroll result of one personnel number at one time. But i want to perform the same for a
set of personnel numbers.
when i tried to record the PU01 transaction through SHDB, it is not acutally deletes the result.(No message is returned when i click the 'Delete' button while recording).
When i tried, 'SUBMIT RPCDPU01 VIA SELECTION-SCREEN with per = '1295' AND RETURN.' from my Z pgm, it returns sy-subrc as 0. But it does not actually deletes the payroll data..
Can anyone pls tell me how to use this transaction for deleting the payroll result for a bulk of personnel numbers.