‎2007 Jun 18 4:28 AM
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
‎2007 Jun 18 4:30 AM
Hi Alexander,
Use RFC_READ_TABLE as it is most commanly used.
Reward points if useful.
Regards,
Atish
‎2007 Jun 18 4:41 AM
Use : RFC_READ_TABLE
This is better one than others
Thanks
Seshu
‎2007 Jun 18 4:46 AM
There is also another function module
SRTT_GET_DATAthis compresses the data from the remote system and returns it back to improve on performance
then you can use the FM
SCT2_CONVERT_TABLEto uncompress it
‎2007 Jun 18 5:11 AM