Hi experts I need your help, I have a problem and I can't resolve.
In my job I need to move the payroll from a country (BR) to another country (MX), Each country is in different client.
To download the data from BR, I used the fm HCRM_PAYROLL_RESULTS_GET and return me all the sequences
and all tables asociates to employee (RT, CRT, etc). I work with Logical Database PNP.
for update the payroll in MX (with data of BR) I used some fm, for example I used the fm CU_READ_RGDIR to validate if exist
the sequences of the employee. (The employee exist in all tables of PA in MX) But the fm CU_READ_RGDIR always return me the table RGDIR empty.
The question is, If exist some function or some way to upload the data to RGDIR from a client to another client?