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 infotype data (HR)

Former Member
0 Kudos

Is there any standard report to delete infotype data of some employees ??

Thanks.

4 REPLIES 4

Former Member
0 Kudos

use delete statement.....

ex.

delete pa0001 where pernr in s_pernr.

or

use 'HR_INFOTYPE_OPERATION' with delete mode.

Former Member
0 Kudos

Hi maria

You can use the FM "HR_INFOTYPE_OPERATION" to delete the employee infotype data. Uyou can find the documentation for this FM about the usage.

~ Ranganath

PS : Reward points for all useful answers !

abdulazeez12
Active Contributor
0 Kudos

Hi

Use HR_MAINTAIN_MASTERDATA..

under parameters, use ACTIO = 'DEL'

It will delete the entries which u want..

Cheers,

Shakir

0 Kudos

The idea is to delete infotype records without having to program. Is there any STANDARD sap program to do this ???