- 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
Second approach to fetch data from SAP tables without using SAP JCo
If you need to access the SAP Tables with the help the table name and column names, then you can use the RFC RFC_READ_TABLE. It also provides external access to R/3 tables with the help of remote function calls.
RFC requires following details:
- table name (required parameter)
- number of rows to skip (optional parameter)
- maximum number of rows to be loaded (optional parameter)
- Related Articles
- Selecting cut field value of SAP tables using JCo
- Using Aggregate function to fetch values from different tables in SAP
- Using SAP JCO to connect SAP server to JAVA application
- How to build JCo server without using a Properties file in SAP?
- Using JCo to connect SAP with Android
- Fetching data from transparent tables in SAP system
- Using SAP Tables from C# application - RFC_READ_TABLE
- Using Filter to fetch specific data in SAP Crystal Reports
- ABAP dump while creating an entry in SAP system using SAP JCO
- Connecting to SAP R/3 system via JCo client and JCo Server
- Tables for generated Time data in SAP HANA
- Extract data from SAP system using ERPConnect
- Installing SAP JCo on Glassfish server 4.0
- How to extract data from SAP using .NET provider.
- Accessing Source code of SAP Transport without using SAP system

Advertisements