on 2025 Feb 25 2:01 PM
Hi experts,
I store the PERNRs in an internal table and loop through it. This is in a test environment, not Production.
Step 1: I use fm HR_MAINTAIN_MASTERDATA to set to clear out PA0003-ABRDT, and this works fine.
Step 2: I need to run Submit RPUDEL20 to delete the payroll results. How do I code this to suppress the screens, and can I check whether it was successful? my SUBMIT statement is as follows:
ls_seltab-selname = 'PNPPERNR'.
ls_seltab-kind = 'S'.
ls_seltab-sign = 'I'.
ls_seltab-option = 'EQ'.
ls_seltab-low = lv_pernr.
CLEAR ls_seltab-high.
APPEND ls_seltab TO lt_seltab.
SUBMIT rpudel20 WITH SELECTION-TABLE lt_seltab
AND RETURN
EXPORTING LIST TO MEMORY.
Step 3: CALL TRANSACTION pu00 to delete the PERNR. This doesn't work because step 2 fails.
Please help.
Thanks,
Dan
Request clarification before answering.
First read 2927142 - Bulk or massive deletion of payroll results as this report should only be used in quality and development systems (test system should be ok)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 30 | |
| 27 | |
| 21 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.