- 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
Retrieving data from a table in SAP ABAP
Usually, in ABAP you use OpenSql statements to retrieve the data. OpenSql statements are similar to normal SQL statements.
In case you need to use the function module on a remote system, then you need to use remote function calls like RFC_READ_TABLE. It lets you query data on remote calls as well.
- Related Articles
- Retrieving ABAP BAdi from SAP BW
- Fetch unique records from table in SAP ABAP
- Retrieving Idoc XML data from SAP system over HTTPS
- Fetch fields from table or structure in ABAP SAP
- Hiding SAP ABAP table control column
- Accessing table data from SAP system
- SAP BI retrieving PDF from Web Service
- In SAP ABAP, mapping two database table fields
- Using ABAP, changing a value in itab by getting data from database table
- Refreshing list viewer data selectively in SAP ABAP
- Finding the table from which data is fetched in SAP
- Modification not working for both internal table and control table in SAP ABAP
- Inserting data in a table in SAP HANA
- Inserting rows to an internal table through debug in SAP ABAP
- Difference between using - "standard table of", "Hashed table of", or simply "table of" in SAP ABAP

Advertisements