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_READ_TABLE

Bharath84
Participant
0 Likes
677

Hi All,

I am calling RFC_READ_TABLE DESTINATION lv_sys. I am passing QUERY_TABLE as 'TSTCT'. I need the Transaction codes descriptions. In my program this function module is fetching 18500 entries. Where as In my destination system, TSTCT table has 22500 entries. Why it is not fetching some entries does any one has idea please let me know.

Thanks,

Haritha

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
481

For analyzing, split the problem, the error is either in RFC_READ_TABLE or in the RFC connector. Note: there is no limit at RFC_READ_TABLE side except if you limit via parameters ROWSKIPS or ROWCOUNT. Of course, make sure you logged in the right system.