

- 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
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 Questions & Answers
- 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
- Using JCo to connect SAP with Android
- How to build JCo server without using a Properties file in SAP?
- Fetching data from transparent tables in SAP system
- Using SAP Tables from C# application - RFC_READ_TABLE
- ABAP dump while creating an entry in SAP system using SAP JCO
- Using Filter to fetch specific data in SAP Crystal Reports
- Connecting to SAP R/3 system via JCo client and JCo Server
- Fetch Second minimum element from an array without sorting JavaScript
- Installing SAP JCo on Glassfish server 4.0
- Extract data from SAP system using ERPConnect
- Tables for generated Time data in SAP HANA
- Accessing Source code of SAP Transport without using SAP system
Advertisements