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
Proxy Programming with ABAP - How to develop the Proxy identification through programming
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
What is the transaction for recording bdc ? : abap bdc
What is filter dependent BADI?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
Explain buffering
What are the types of the software component being deployed in the sap?
What is the difference between scrolling a table horizontally and vertically?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
How many structures can be created in a Ztable ?
From Excel to ABAP - Is batch mode possible ?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What abap statement will trigger list generation?
What is open sql vs native sql ?