Skip to Content
0
Jan 11, 2023 at 03:46 AM

Delete/update table content of hrp1001 via abap report

53 Views

Hello,

I want to delete records of hrp1001 table with specific condition

suppose table has following entries:

A B C D

1 2 3 (blank)

4 5 6 .00

7 8 9 .00

0 6 1 (blank)

Requirement is to delete data of hrp1001 table and update the table content via report where d= ".00"

How can this be achieved

Thanks.