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

How to delete object from HRP1000 by using ABAP function module?

Former Member
0 Likes
1,864

Dear all,


Are there any standard function modules appropriate for deleting objects (org units, positions...) from table HRP1000?

(Delete the according relationships are necessary.)

Thanks!


Best Regards,

sandy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,015

Hi,

What about RH_DELETE_OBJECT?

You can also have a look at report RHRHDL00 ...

Kr,

Manu.

3 REPLIES 3
Read only

Former Member
0 Likes
1,016

Hi,

What about RH_DELETE_OBJECT?

You can also have a look at report RHRHDL00 ...

Kr,

Manu.

Read only

0 Likes
1,015

Thanks For the reply Manu,

but does the FM RH_DELETE_OBJECT will take care of the relationships?

thank you

Read only

0 Likes
1,015

Yes, as well as all other infotypes related to the objects passed to the FM...

Manu.