Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Delete last payroll result for multiple employees (PU01)

Former Member
0 Kudos

Dear Experts,

My requirement is to delete the last payroll result of multiple employees.

PU01 allows to delete for only one employee at a time.

I tried to create a BDC but not working. Is there any other alternative to do so.

Regards.

4 REPLIES 4

Former Member
0 Kudos

Development aborted.

0 Kudos

Hi, could you find a solution to this approach?

0 Kudos

Try to change your CALL TRANSACTION..

DATA: w_option TYPE ctu_params.

w_option-dismode = 'E'.

w_option-nobinpt = 'X'.

CALL TRANSACTION 'PU01'

USING bdcdata

OPTIONS FROM w_option

MESSAGES INTO tablmess.

Former Member
0 Kudos

You can use program RPUDEL20 to delete payroll results for multiple personnel numbers.

Regards.