Difference between transparent tables and pooled tables ?
Answer Posted / 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 |
Post New Answer View All Answers
Define external layer? : abap data dictionary
Difference between sy-tabix and sy-index?
Explain how data is stored in cluster table?
Can i Have Some Realtime Examples on Badi ?
How can we create callable modules of program code within one abap/4 program?
What is a data dictionary? : abap data dictionary
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
Explain what is a logical database?
How to find the return code of a statement in abap programs?
What are the functional modules used in sequence in bdc? : abap hr
What is Transactional based Application & Role based Application?
What is a table pool?
How is conversion of data types done between abap/4 & external level?