Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between transparent, pooled and
cluster table

Answer Posted / hari

Table pools (pools) and table clusters (clusters) are
special table types in the ABAP Dictionary. The data from
several different tables can be stored together in a table
pool or table cluster. Tables assigned to a table pool or
table cluster are referred to as pooled tables or cluster
tables.


Table Pools
===========
A table pool or table cluster should be used exclusively for
storing internal control information (screen sequences,
program parameters, temporary data, continuous texts such as
documentation). Data of commercial relevance is usually
stored in transparent tables.

A table in the database in which all records from the pooled
tables assigned to the table pool are stored corresponds to
a table pool.

Table Clusters
==============

Several logical data records from different cluster tables
can be stored together in one physical record in a table
cluster.

A cluster key consists of a series of freely definable key
fields and a field (Pageno) for distinguishing continuation
records. A cluster also contains a long field (Vardata) that
contains the contents of the data fields of the cluster
tables for this key. If the data does not fit into the long
field, continuation records are created.

Is This Answer Correct ?    24 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?

1263


what is the difference between hashed & sorted internal tables?

2266


What is the difference between field-group header and other field groups?

1034


Is it possible to pass data to and from include programs explicitly?

1069


how to capture the errors in bdc Call transaction method?

1145


How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?

1062


What is an interactive report?

1179


What does the insert statement in extract datasets do? : abap modularization

1114


How do you validate the selection criteria of a report? And how do you display initial

1162


Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary

1191


What is the disadvantage of a call by reference? : abap modularization

1162


Table events aNd table maintains generation

1555


What is the difference between the function module and a normal abap/4 subroutine? : abap modularization

1228


What is the difference between data elements and domains?

1145


What are ranges?

1093