Difference between transparent tables and pooled tables ?
Answer Posted / deepa thirunavukkarasu
Transparent tables: Transparent tables in the dictionary
has a one-to-one relation with the table in database. Its
structure corresponds to single database field. Table in
the database has the same name as in the dictionary.
Transparent table holds application data.
Pooled tables. Pooled tables in the dictionary has a many-
to-one relation with the table in database. Table in the
database has the different name as in the dictionary.
Pooled table are stored in table pool at the database
level.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the names of the function modules that will be generated upon activation of a lock object?
What are the list of screen elements?
How can we create callable modules of program code within one abap/4 program?
What are the uses of table pool or table cluster.
How many types of views are there ?
What are the components of sap scripts? : abap hr
What is transparent table?
What will exactly the hide statement do?
Create any functions? How to go about it?
How to combine multiple order in one Delivery ( Step by Step)?
What is the use of enqueue function module? : sap abap data dictionary
What are the tcodes for performance tuning?
What are the internal tables and work area?
Why bapi need then bdc ? : abap bdc
What is a 'z' report?