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 to find the print/driver prg of smartform.I used FM SSF_FUNCTION_MODULE_NAME in driver prg.
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
Difference between user exit and badis?
how to write a Classical batch input program using transaction FK01 to create vendor/change the vendor address into R/3 system. (Call Transaction Method) plz mention the detail coding Tahnks, Rahul
What is synchronous update?
while creating table in ECC 6.0,it'll ask for enhancement Catagory?What is that?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
what is table maintenace generator? How to create it?
what are diffrences between user-exits and customer-exits?
what are the conversion routine?
What is the name of ur presentation,application server in ur comp???
1/ what is the diff between parameter & range ? 2/ what is the methodology used in your project ? 3/ what is system symbol ? 4/ what is the diff between support project & implimented project ?