- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
How the Table statement works in ABAP
With table statement, you are able to get a single line of data corresponding to the dictionary structure you specify. The fields of structure can be used as select options and the structure can be passed as variable in the program.
- Related Articles
- Debugging a failed Insert statement in SAP ABAP
- How to have a structure with a table in ABAP?
- How ANALYZE TABLE statement helps in maintaining the MySQL tables?
- How can I see the CREATE TABLE statement of an existing MySQL table?
- Hiding SAP ABAP table control column
- In ABAP, How to select all the data into my internal table using loops?
- Sorting an already sorted internal table in ABAP
- In SAP ABAP, mapping two database table fields
- Retrieving data from a table in SAP ABAP
- Fetch unique records from table in SAP ABAP
- How we have multiple stored GENERATED COLUMNS in MySQL table with CREATE TABLE statement?
- Fetch fields from table or structure in ABAP SAP
- Modification not working for both internal table and control table in SAP ABAP
- Difference between using - "standard table of", "Hashed table of", or simply "table of" in SAP ABAP
- Finding a particular value in internal table itab in ABAP

Advertisements