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

RFC_READ_TABLE error

Former Member
0 Likes
1,191

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.

2 REPLIES 2
Read only

ravisankara_varaprasad
Active Participant
0 Likes
926

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

Read only

athavanraja
Active Contributor
0 Likes
926

'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.