‎2008 Feb 04 10:03 AM
Hi everybody,
i try to write a relation between a BU and a person in an implementation of BAdI HRPD00INFTY in method in_update.
I tried different ways like FM
RH_WRITE_RELATION OR
RH_INSERT_INFTY(_DIRECT) or
FM RH_PNNNN_MAINTAIN
in Buffer modes and in dialog modes. All FM come up with sy-subrc = 0 and the RH_PNNNN_MAINTAIN shows all dialog steps but nothing is on the database.
Does anyone can help?
‎2008 Feb 05 6:04 AM
Hi Tobias,
I remember i used FM 'RH_UPDATE_DATABASE' after the call for RH_INSERT_INFTY for similar issue.
Use FM RH_UPDATE_DATABASE, if problem still persists let me know.
Check the documentation of Fm to how to use it.
Regards,
Shrinivas
‎2008 Feb 05 6:04 AM
Hi Tobias,
I remember i used FM 'RH_UPDATE_DATABASE' after the call for RH_INSERT_INFTY for similar issue.
Use FM RH_UPDATE_DATABASE, if problem still persists let me know.
Check the documentation of Fm to how to use it.
Regards,
Shrinivas
‎2008 Feb 05 11:16 AM
Hi Shrinivas,
it tried different ways of updating the buffer, but all do not work. So i gonna try .... in background task or i try to use the User Exit XPAD to resolve the problem. But i can try this first on friday so if you have another way in mind, please let me know.
regards