Difference between transparent tables and pooled tables ?
Answers were Sorted based on User's Feedback
Answer / paramjeet
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 ? | 8 Yes | 0 No |
Answer / ramana
Transparent table : is table that we created in the data
dictinary (se11), has one to one relationship with table in
the database.
table is in the data base has same name as in the data
dictionary.
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.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What is logical database? : abap hr
write the codes for how to handle currency and date fields in bdc
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What is singleton pattern in OOPS?
Why do we use types statement in abap programming?
how to Implemented a BAPI to upload Payroll summary information into SAP R/3 system
what does SE stands for in T-CODE se38?
What is the advantage of structures? How do you use them in the ABAP programs?
What is the Difference Between basic list and interactive list?
what are the types of lists in pf-status in mod pool?
What are field symbols and field groups.?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue