2010 Jan 28 2:18 PM
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!!
2010 Jan 28 9:51 PM
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