

- 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
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 Questions & Answers
- 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
- Accessing table data from SAP system
- Hiding SAP ABAP table control column
- 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
- Inserting data in a table in SAP HANA
- Modification not working for both internal table and control table in SAP ABAP
- Sending a table from UI5 application to ABAP Function Module
- Table type while importing data from flat file in SAP HANA
Advertisements