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 Standard Query?

Former Member
0 Likes
398

Hi experts,

I want to get records from a query between two tables like BKPF and BSIS in many systems. I have used the function RFC_READ_TABLE to get results from a single table, but is there a similar standard function that returns the result of a query between 2 or more tables? Exists any other way to get remote records in a internal table??

Thanks in advance!!

Hi experts,

I want to get records from a query between two tables like BKPF and BSIS in many systems. I have used the function RFC_READ_TABLE to get results from a single table, but is there a similar standard function that returns the result of a query between 2 or more tables? Exists any other way to get remote records in a internal table??

Thanks in advance!!

1 REPLY 1
Read only

Former Member
0 Likes
313

Hi,

I think that the best approach is to develop your own remote enabled function module which will perform selection and will be called as RFC FM. You can make your selection like inner join, outer join,... whatever and return back exactly what You need.

Regards,

Adrian