- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Articles
- Using table parameter in SAP RFC Function module
- Adding a field to SAP RFC table using .NET Connector 3.0
- Reading the contents of SAP structures from outside using RFC
- Existing RFC to load table data, and to get list of tables and list of BAPI’s in SAP
- Executing an inner join over RFC on database tables in SAP system
- User rights required to make a call to SAP RFC Function Module RFC_SYSTEM_INFO from JAVA application
- Second approach to fetch data from SAP tables without using SAP JCo
- Making RFC call from COM/OLE object in SAP
- How to call RFC in SAP using an ETL job?
- How to pass import parameter values using SAP RFC class?
- Specified cast not valid for datetime while using SAP RFC
- Filter output columns in Table in SAP application
- Executing SAP RFC creates an error: “The current application triggered a termination with a short dump”
- Using Aggregate function to fetch values from different tables in SAP
- Trusted RFC connection in SAP system

Advertisements