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 different types of parameters? : abap modularization
What is a badi?
What is a data class? : abap data dictionary
Can you assign a matchcode object to a parameter? If so how?
List some of the many different ways that the sap standard functionality can be changed by a customer?
Is it possible to pass data to and from include programs explicitly? : abap modularization
visibility section for class level and attributes level
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What is the difference between pnp and pnpce? : abap hr
Can a posting run be deleted? : sap abap hr
What is the sap abap?
Difference between Insert, Update and Modify?
Different types of luws. What are they?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What are the steps in creating screen ?