Guru,
I am trying to create IT0017 on every save of IT0001 using BADI HRPAD00INFTY .
To create IT0017 I am trying to use function module HR_INFOTYPE_OPERATION
in on_update.
The code for this function module works fine standalone program but when I am trying to use this in BADI, I am getting error. Looks like some lock issue.
Anyone is having any suggestions.
Is it possible to create IT using BADI HRPAD00INFTY . If yes, how we can do it.
I did this with dynamic action and it works fine. But we want to run this in background..so I am trying to put this in the BADI...
Any suggestion or help is appreciated. Thanks