You are on page 1of 11

Implementation of Restricted Columns in Analytic View

Analytic view:

 Analytical views are the multi dimensional objects and in the form of star schema where
we join one fact table to multiple dimension tables.
 It is executed on olap engine
 It deals with the transaction data.

Restricted columns:
 Restricted Column is an additional measure created based on Attribute restrictions.
 As the name implies it is a column that does not give the complete picture of a column, it
is restricted to a subset of the original on Amount, column.
 The benefit of a restricted column is that it expands the modeling options in a view,
giving the modeler the possibilities of creating objects that can be easily reported on or
reused.

Right click on analytic view < Click New


Enter name and label < Click Finish

Click on data foundation plus icon


Enter table name and click ok
Select fields to output

Drag and drop required attribute views


Define relationship between foreign key ARTNR to Material Primary key MATNR and join type
as Referential

Refine relationship between foreign key HZDAT to AT_TIME Primary key DATE_SQL and
join type as Referential
Click on semantics

Click on save
Right click on restricted column and click new

Provide Name and Label

Select column as VV010


Select expression

Expand columns
Enter expression and click ok

Click on save and validate < click on save and activate


Assign objects to a change < Click finish

Click on Data Preview


Click on Raw Data

You might also like