Application Development and Automation 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: 
Read only

Delete infotype data (HR)

Former Member
0 Likes
1,159

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

Thanks.

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

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
768

use delete statement.....

ex.

delete pa0001 where pernr in s_pernr.

or

use 'HR_INFOTYPE_OPERATION' with delete mode.

Read only

Former Member
0 Likes
768

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 !

Read only

abdulazeez12
Active Contributor
0 Likes
768

Hi

Use HR_MAINTAIN_MASTERDATA..

under parameters, use ACTIO = 'DEL'

It will delete the entries which u want..

Cheers,

Shakir

Read only

0 Likes
768

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