2010 Sep 23 2:12 PM
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
2010 Sep 23 4:14 PM
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
2010 Sep 23 4:14 PM
Generic function to create infotypes 1000 and 1001 is RH_INSERT_OBJECTS
Classes are CL_HRBAS_INFTY_1000, CL_HRBAS_INFTY_1001, etc