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 Function Modules

Former Member
0 Likes
606

I am trying to extract data from two tables from a R/3 to another R/3.

I came across these function modules.

RFC_READ_TABLE

RFC_GET_TABLE_ENTRIES

Which one would be a better choice and why???

Also I can a get sample demo of RFC_GET_TABLE_ENTRIES

4 REPLIES 4
Read only

Former Member
0 Likes
576

Hi Alexander,

Use RFC_READ_TABLE as it is most commanly used.

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
576

Use : RFC_READ_TABLE

This is better one than others

Thanks

Seshu

Read only

former_member189059
Active Contributor
0 Likes
576

There is also another function module

SRTT_GET_DATA

this compresses the data from the remote system and returns it back to improve on performance

then you can use the FM

SCT2_CONVERT_TABLE

to uncompress it

Read only

Former Member
0 Likes
576

Hi,

Use RFC_READ_TABLE .

Pls. reward if useful