‎2010 Sep 23 3:58 PM
Dear Experts,
The FM RH_STRUC_GET is used in ZFM in HR server and that has to be called from EREC server. If we execute this FM in HR server we got 350 records. But if you called from Erec system it returns null. And sy-subrc is 0.
Can anyone says that what may be the reason for returning without values & without errors?
Thanks in Advance.
Regards,
Anita Vizhi Arasi B
‎2010 Sep 23 4:03 PM
Execute it with debug mode in EREC and set the login with DIALOG.
Here, you can trace if it is due to data conversion.
Bye
‎2010 Sep 23 4:12 PM
Hi,
assumed that your ZFM wrapper is defined as Remote enabled function module, your issue is probably due to a mismatch of the data dictionary structures used in both systems (calling and receiving system) or a missing move in the ZFM wrapper.
Regards,
Andrea
‎2010 Sep 25 11:38 AM
Dear Andrea,
Thanks for your reply.
In our case both the input as CHAR8 & table as SWHACTOR are same. Is there any other reasons for this?
Regards,
Anita Vizhi Arasi B
‎2010 Sep 27 8:12 AM
Hi,
It could be a permissions issue of the RFC user.
Did you try to call RH_STRUC_GET with the import parameter AUTHORITY_CHECK = SPACE?
Regards,
Andrea