‎2007 Feb 23 10:24 PM
hi,
i understand cluster is made up of other transparent table like bseg.
so what is the difference for cluster and view? view also made up of several table.
thanks
‎2007 Feb 23 10:48 PM
El,
As of what I know.....
cluster r very big but small number of logical tables grouped together and assigned a table cluster. These clusters stores control data and also used for to store the temporary data or text.
where as view combines the tables based on the application you know like..
View is a logical grouping of fields from different tables and it holds data of different tables together. If you don't want any fields from any table u can skip and if u want you can hide also. view can be used in ABAP programs for data selection.
The data of a view is derived from one or more tables, but not stored physically.
If anything wrong in it sorry for that...
~~Guduri
‎2007 Feb 23 10:56 PM
hi, thanks
i clear of view as i m doing view also but cluster i still not quite clear.
when u said "cluster r very big but small number of logical tables ", logical table means what here?
what is control data
what is the field clustd for? i cannot read data in this field in pcl1.
thanks