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,690

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
NTeunckens
Active Contributor
0 Likes

Please check the following references on how to experiment with "RFC_READ_TABLE" :

  • SAP-KBA 1752954 : link
  • Working around limitations of TableReader / RFC_READ_TABLE Symptoms : link
former_member233553
Active Participant
0 Likes

Hi Nic,

Thanks a lot for your quick help, I have created the custom FM but once I am running this FM system is throwing runtime error CALL_FUNCTION_Not_found, and in your link lastly mentioned is some think like that,
tr = s.GetTableReader("some_table")

 tr.Option("tablereader.transportcall") = "ZRFC_READ_TABLE"
 tr.Read(0,0)
Where I need to add this thing.
Also output is giving differently for different tables.

Regards
Kumar.
NTeunckens
Active Contributor

The RFC "Z_AW_RFC_READ_TABLE" is not always provided / installed straight away (it is part of "SAP Data Services"). Please verify if SAP-BASIS is able to obtain this RFC-code as is mentioned in some other posts (link, link).

They should be able to 'install' this additional RFC.

Alternatively, some people also suggest making use of RFC "/BODS/RFC_READ_TABLE" ...

former_member233553
Active Participant
0 Likes

Hi Nic,

Thanks a lot we are trying to do same, will let you inform.

Regards

Kumar.

former_member233553
Active Participant
0 Likes

Thanks Nic,

We have done, BASIS has installed it.

NTeunckens
Active Contributor

Great (you have some willing / fast BASIS people) ...

Hopefully this can set you on the path to a solution.

Please Close the Question if this has actually answered your Query.