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

views

vijy_mukunthan
Active Contributor
0 Likes
407

hi friends

help me

why is view?

why we need view?

what the each type of view does?

What is the purpose of maintenance and help view

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
378

Hi..

Views are used to Access the data from one or more tables. They do not store the data in DB.

Types of views:

Database view: Uses inner join. We can use this to access several tables from program.

Projection View: To access few fields from a table

Maintenance view: To update multiple Tables at a time using SM30.

So after creating Maintenance view we must generate

Table maintenance in SE54.

Help view: Uses Outer Join. It is only used to Create Search helps.

<b>Reward if Helpful</b>

1 REPLY 1
Read only

varma_narayana
Active Contributor
0 Likes
379

Hi..

Views are used to Access the data from one or more tables. They do not store the data in DB.

Types of views:

Database view: Uses inner join. We can use this to access several tables from program.

Projection View: To access few fields from a table

Maintenance view: To update multiple Tables at a time using SM30.

So after creating Maintenance view we must generate

Table maintenance in SE54.

Help view: Uses Outer Join. It is only used to Create Search helps.

<b>Reward if Helpful</b>