
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- Connect to SAP system from C# application
- Converting the data back to table using SAP FM RFC_READ_TABLE
- Second approach to fetch data from SAP tables without using SAP JCo
- Rfcabapexception error while querying a number of columns using RFC_READ_TABLE in SAP
- RFC returns exception while using SAP RFC_READ_TABLE to output data to software
- Connecting SAP system from C# application via .NET Connector 3.0
- Fetching list of products from SAP: connecting SAP database from .net application
- Using Aggregate function to fetch values from different tables in SAP
- Getting data in SAPUI5 application from backend tables in NetWeaver
- Using SAP JCO to connect SAP server to JAVA application
- Getting information from pooled tables in SAP system
- Fetching data from transparent tables in SAP system
- Consuming Web Service in C# application (SAP)
- Using SAP connector 3.0 on an MVC application
- Building an XCode application using Maven plugin (SAP)
Advertisements