ABAP Views Flashcards

1
Q

Database view

A

view created on two or more tables using inner join concepts. you can not maintain the data and you can only read the data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Project View

A

view created on single table.
mainly used to minimize the database interface and improve the performance of system. You can maintain the data in project view. This view supports insert, update, delete and select operators.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Help View

A

created on two or more tables using outer join concepts. You can not execute help views directly, instead you have to include help views inside the search helps. It provides help functionary F4 for an input field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Maintenance View

A

used in SAP for internal purpose. It helps in creating the maintenance data and the data can be distributed into several tables. In real time we do not create maintenance views because the data multiple tables leads to inconsistency.
If you need to extract the data from different tables with desired fields, then you need to create a view of the required fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Tcode to create ABAP views

A

SE11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly