Using SAP Tables from C# application - RFC_READ_TABLE



  • Many users use RFC_READ_Table as API for generic table access.
  • Joins are not supported in RFC_READ_TABLE - Not correct as you can any time join your application. If you face any issues, you can ask user ABAP developer to create a Function Module.
  • Select * query does not work for most cases as the data_buffer_exceed error is thrown- You shouldn’t run select * all the time as you don’t need all the data. You should only pull information that is required.

Advertisements