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

HR-ABAP

Former Member
0 Likes
700

Can anyone please tell me the name of the BAPI to delete all infotypes of a Pernr.Manually we can do that using PU00 tcode.

Can anyone please tell me the name of the BAPI to delete all infotypes of a Pernr.Manually we can do that using PU00 tcode.

3 REPLIES 3
Read only

Former Member
0 Likes
660

Hi,

try using this BAPI

BAPI_PERSDATA_DELETE

Regards,

PAVAN.

Read only

0 Likes
660

Hi Pavan

This BAPI will delete only Personal data infotype.But i want all infotypes to be deleted using a BAPI.

Read only

Former Member
0 Likes
660

Hi,

from the top of my head,

Use program RPUDELPN to delete pernrs. (or view the source to see which parts to use)

Kind regards, rob Dielemans