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 data is contained? : abap data dictionary
What is locking ?
Did you use buffering?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
Where can you find error log for call transaction? : abap bdc
What is the difference between scrolling a table horizontally and vertically?
What are system variable in abap?
What is the function of the transport system and workbench organiser? : abap data dictionary
What is its? : abap hr
In select-options, how to get the default values as current month first date and last date by default?
What is open sql?
What are the events in classical reports?
What two statements would be used to exchange data between programs using abap memory?
Event handling in oops
What is For-period and In-period