Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cluster vs view

Former Member
0 Likes
395

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

2 REPLIES 2
Read only

Former Member
0 Likes
363

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

Read only

0 Likes
363

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