Difference between Maintanance view, Help view, Data Base
View and Projection View?
Answer / uma mb
Maintenance View: Created by joining two or more related (by
foreign key) tables. Join conditions are always using the
foreign key. Data can be changed, viewed and created using
such maintenance views. This type of view implements outer
join (where those records that do not have a corresponding
entry in some of the tables participating in the view also
show up) against database views that implement inner joins
(where the user sees only records which have a corresponding
entry in all tables participating in the view).
In tcode SE54, generate table view, and select view type as
'maintenance view'. More information is available in
manuals/books on how to create a one step and two step
maintenance view.
A database view can be READ only (formed by joining two or
more tables) and of course, if the appropriate option is
selected while creating it, it could write into the
underlying table also. If a database view involves more than
one table, then it can only be a READ ONLY view.
Projection View is formed out of exactly only one table and
it is a projection view (selective columns are displayed
from the table).
Help views also implement an outer join in the tables
participating in the view. Typically these are used when one
creates a F4 help in a field of a data entry screen. A
database view could also be linked to a search help but must
be avoided because database views use an inner join and
therefore some records may get hidden and may not therefore
really HELP.
Is This Answer Correct ? | 58 Yes | 2 No |
How will you transfer data into a file in application server?
how to print a logo in script
What is roles and responsibilities of sap hr consultants? : sap abap hr
explains how to handle the table control in bdc
how to use table control in bdc, plz somebody tell me.
what next in SAP-ABAP/4 is it going to be change?
how to print barcode in vertical manner
What is RFC function module?
How can we omit a leading sign and a leading zero in sapscript?
Which commands are used for interactive reports?
what is itcsy structure? what is the importance of it? give me the detailed information of it ?
what are the differences between scripts & smart forms?