what do u mean by one to one relationship in the database of
transparent and many to one relation in pooled table could
please tell me the answers i couldnt understand the concepts
Answer Posted / hari
Actually, SAP itself defines some pre-defined tables. All
these table details will be maintained in Data Dictionary.
For transparent table it is always one to one relation. It
means, there exist only one table in the DB for an table in
Data Dictionary.
For Pooled table it is always many to one relation. It
means, there exist only one table in the DB for more than
two table in Data Dictionary. Physically one table exists in
Database level, however the tables in Data Dictionary are
act as views. This concept is implement only to use by SAP
itself. In general, we dont make use of this concept. This
concept meant of better performance of the SAP application.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Have you processed BDCs ?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
How can we access the correction and transport system?
Explain the advantages of abap query tool?
What is processing class, where we do them and why? : sap abap hr
What kind of BDC programs are written ?
What are domains and data element? : abap hr
How will you insert record in a sorted table
What is the difference between a pool table and a transparent table and how they are stored at the database level?
Can a filed occur in several field groups?
Name a few data dictionary objects?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is the disadvantage of a call by reference?
after creating lock object if does n't access record by second user what should we do?