cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC Function Module to fetch Table data

former_member233553
Active Participant
0 Likes
10,696

Hi Team,

We are using RFC_READ_TABLE Function module to fetch reference data from LAGP (Storage Bin data) table, but the issue is in destination server, there are more ther 1 Lakh data, but we are only able to fetch 1.23k data by this function module, please help me out, if anything is missing out.

Regards

Kumar.

View Entire Topic
RaymondGiuseppi
Active Contributor
0 Likes

First read 382318 - FAQ|Function module RFC_READ_TABLE, then (at your own risk) you can look for parameters ROWSKIPS and ROWCOUNT and multiple call of the FM...)

But what is the actual business requirement to extract the whole table?

former_member233553
Active Participant
0 Likes

Hey Raymond,

Actually we want to sync up LAGP storage bin data from one system to another, we have written a custom program for this function, inside the program we are calling the FM.

RaymondGiuseppi
Active Contributor

Didn't you find any less ressource intensive solution, like some delta load or a standard/custom tool like an Idoc/change pointer solution, even considering some implicit enhancements in function group L01S which contains the L_LAGP* update FMs?