‎2007 Aug 22 6:50 AM
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
‎2007 Aug 22 7:41 AM
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>
‎2007 Aug 22 7:41 AM
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>