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 - Generic method or function to create a PD object & Relat (IT1001)

Former Member
0 Likes
1,059

Hi,

This question is related to HR Abap .

Do we have a generic class method or function module which can be used to create any PD object(O,S,C,...) and relationships (A008, A003, 007,...)between these objects .(not RH_INSERT_INFTY) . It should also trigger change pointers .

And also do we have a decoupled or generic infotype(1000,1001,1002,....) classes in PD side also similar to PA infotype classes(CL_HRPA_INFOTYPE_0002, CL_HRPA_INFOTYPE_0008,....) . It should also trigger change pointers .

Thanks in advance

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
671

Generic function to create infotypes 1000 and 1001 is RH_INSERT_OBJECTS

Classes are CL_HRBAS_INFTY_1000, CL_HRBAS_INFTY_1001, etc

Hi,

This question is related to HR Abap .

Do we have a generic class method or function module which can be used to create any PD object(O,S,C,...) and relationships (A008, A003, 007,...)between these objects .(not RH_INSERT_INFTY) . It should also trigger change pointers .

And also do we have a decoupled or generic infotype(1000,1001,1002,....) classes in PD side also similar to PA infotype classes(CL_HRPA_INFOTYPE_0002, CL_HRPA_INFOTYPE_0008,....) . It should also trigger change pointers .

Thanks in advance

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
672

Generic function to create infotypes 1000 and 1001 is RH_INSERT_OBJECTS

Classes are CL_HRBAS_INFTY_1000, CL_HRBAS_INFTY_1001, etc