SAP ABAP Question:
Download Questions PDF

How many types of tables exist and what are they in data dictionary?

Answer:

4 Types of Tables:

1. Transparent tables - Exists with the same structure both in dictionary as well as in database exactly with the same data and fields. Both Open SQL and Native SQL can be used.
2. Pool tables
3. Cluster tables - These are logical tables that are arranged as records of transparent tables. One cannot use Native SQL on these tables (only Open SQL). They are not manageable directly using database system tools.
4. Internal tables

Download SAP ABAP Interview Questions And Answers PDF

Previous QuestionNext Question
What are the different types of data dictionary objects?What is the step-by-step process to create a table in data dictionary?