Application Development 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: 

Transfer an Internal table using an RFC FM

Former Member
0 Kudos

Hi All,

I want to execute an SQL query and retrieve data from a remote R3 server.

I have used RFC_READ_TABLE and RFC_ABAP_INSTALL_AND_RUN Function modules and they are not quite useful for my requirements.

I mean can a get the data in the form of an internal table similar to my final table rather than a what he above 2 FM's provide i.e. data in form of lines.Can anyone help me regarding this issue? Thanks in advance

1 REPLY 1

SAPAI
Participant
0 Kudos

You can write your own RFC enabled custom FM if the existing ones are not serving your requirement.

pass your internal table is the exporting parameter.