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

Write Relation in HRPAD00INFTY

Former Member
0 Likes
496

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?

1 ACCEPTED SOLUTION
Read only

former_member31961
Contributor
0 Likes
423

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

2 REPLIES 2
Read only

former_member31961
Contributor
0 Likes
424

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

Read only

0 Likes
423

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