How many types of tables exists and what are they in data dictionary?
Answer Posted / nitish sharma
4 types of tables in data dictionary.
i) Transparent tables - Exists with the same structure both in dictionary as well as in database exactly with the same data and fields. Both Opensql and Nativesql can be used.
ii) Pool tables- It is a database table with a special structure that enables the data of many R/3 tables to be stored within it.
iii) 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.
iv) Internal tables - Internal table is a temporary table gets created in the memory of application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention what is alv programming in abap?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What are differences between at selection-screen and at selection-screen output?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What is the t-code to display batch input sessions? : abap bdc
What happens if a function module runs in an update task?
How do you write a function module in sap?
Where are you used type casting?
How do you write transaction programs in sap?
Where the payroll results are stored
Name some system global variables you can use in abap programs?
Difference between domain and data element? What are aggregate object?
What does the extract statement do in extract datasets?
Double click function on the lists, identifying the line selected by the user on the list?
What are the components of sap scripts? : abap hr