‎2008 Mar 04 5:21 AM
Hi all,
I am using a report which calls another system thru RFC. Here i am facing the following error.
'Exception while calling YMCIP table via function module RFC_READ_TABLE.'.
Can anyone tell the reason why I am facing this error. Also pls tell me how shud I need to execute this fun mod? What shud I need to give in the RFC target sys?
Solutions please...
Thanks,
Vijay.
‎2008 Mar 04 5:52 AM
Hi ,
You need to pass the RFC destination of the remote system for RFC target system field.
generally same name will be maintained for Logical System name and RFC destination .
you can use OWN_LOGICAL_SYSTEM_GET in remote system to know its Logical System name.
or else you can go to SM59 in source system to see the available RFC destinations.
or table name is RFCDES for RFC destinations.
Thanking You.
Kind Regards,
Ravi Sankar.Z
‎2008 Mar 04 9:58 AM
'Exception while calling YMCIP table via function module RFC_READ_TABLE.'.
this looks like a custom message given by the program which calls RFC_READ_TABLE. you need to get the actual exception thrown by RFC_READ_TABLE to analyze the issue.