0% found this document useful (0 votes)
31 views2 pages

Views

A projection view is created on a single table to minimize the database interface by hiding unnecessary fields while still allowing maintenance of key data fields. For example, a projection view called zproj_view was created on the mara table by selecting specific fields like matnr, mtart, mbrsh, and meins, then setting the view to allow adding and changing data by including the key field mandt.

Uploaded by

phanikumarpujyam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views2 pages

Views

A projection view is created on a single table to minimize the database interface by hiding unnecessary fields while still allowing maintenance of key data fields. For example, a projection view called zproj_view was created on the mara table by selecting specific fields like matnr, mtart, mbrsh, and meins, then setting the view to allow adding and changing data by including the key field mandt.

Uploaded by

phanikumarpujyam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Projection view:

A view created on single table is called projection view. Projection views are
mainly used to minimize the database interface (number of fields) and improve
the system performance.
In simple words, we can hide the unnecessary fields from a single table.
We can maintain the data in the projection views.
We cannot provide any selections in the projection views.
Example on projection view:
1) Go to SE11
2) Provide the view name zproj_view
3) Click on create, provide description
4) Provide the basis table as mara
5) Click on table fields button
6) Select matnr, mtart, mbrsh and meins
7) Click on copy button
8) Save and activate
9) Click on contents and display the view
Maintaining the data:
To maintain the data, we have to provide the key fields i.e. mandt, matnr.
1) Go to the view and add the first field as mandt.

2) Click on maintenance status tab


3) Select read and change radio button
4) Select display maintenance allowed

5) Save, activate and display the data

You might also like