cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a new position and updating IT 1028 using HCM processes and forms

agnihotro_sinha2
Active Contributor
0 Kudos

I have to create a new position and update the related infotypes using the design time framework of HCM processes and forms. The problem I am facing is the info type 1028 is not a part of the de coupled infotype framework and does not appear in the service fields list. How can I update the infotype 1028? I was thinking of updating it using the FLUSH method of the class implementing the ADV services interface IF_HRASR00GEN_SERVICE_ADVANCED by calling the function module RH_INSERT_INFTY. But, how do I get the position ID created? Is there any other way of achieving this? Please help as soon as possible.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI

Create one Function Module to return all the vacant positions and load that in a drop down.

For IT1028 you have to update via the RH_INSERT_INFTY.

Kind Regards,

Mukesh