2007 Nov 30 3:30 AM
(Q) There are four types of views namely
Projection view, Database view, Help view and Maintenance view.
Only the first two can be used in the ABAP program.
In which situations the rest two can be used?
I would like to award more points you. Pls send me the answers.
Thanks & Regards,
veni.
hui krishna,
You have to create a help view if a view with outer join is needed as selection method of a search help.
All the tables included in a help view must be linked with foreign keys. Only foreign keys that have certain attributes can be used here
A help view implements an outer join
-
Maintenance views enable a business-oriented view on data, while at the same time, making it possible to maintain the data involved. Data from several tables can be combined in a maintenance view and maintained collectively with this view. That is, the data is entered with the view and then distributed to the underlying tables by the system.
A standardized table maintenance transaction is provided for this (SM30), permitting you to maintain the data from the base tables of a view at one time. The data can often also be maintained with customizing transactions.
Database view
- defined just as a table is defined within the database
- one or more related tables may be used
- only transparent tables may be used
Help view
- accessed from within transactions
- accessed only from within SAP Help
- Open SQL and Native SQL cannot access
- only 1:1 and 1:C relationships are possible
Projection view
- allows suppression of some fields within transparent table displays
Maintenance view
- enables table maintenance via SM30
- allows specific customizing transactions
<b>Hope this is helpful, Do reward points.</b>
Message was edited by:
Runal Singh
2007 Nov 30 4:21 AM
Hai krishna,
Help Views
MAINTENANCE VIEW
hope this will clear ur doubt
reward for useful answers
Regards,
sunil kairam
2007 Nov 30 6:09 AM
Hi,
Help View ( SE54)
Help views are used to output additional information when the online help system is called. When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view.
- Maintenance View ( SE54 )
Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
Regards,
2007 Nov 30 6:54 AM
hui krishna,
You have to create a help view if a view with outer join is needed as selection method of a search help.
All the tables included in a help view must be linked with foreign keys. Only foreign keys that have certain attributes can be used here
A help view implements an outer join
-
Maintenance views enable a business-oriented view on data, while at the same time, making it possible to maintain the data involved. Data from several tables can be combined in a maintenance view and maintained collectively with this view. That is, the data is entered with the view and then distributed to the underlying tables by the system.
A standardized table maintenance transaction is provided for this (SM30), permitting you to maintain the data from the base tables of a view at one time. The data can often also be maintained with customizing transactions.
Database view
- defined just as a table is defined within the database
- one or more related tables may be used
- only transparent tables may be used
Help view
- accessed from within transactions
- accessed only from within SAP Help
- Open SQL and Native SQL cannot access
- only 1:1 and 1:C relationships are possible
Projection view
- allows suppression of some fields within transparent table displays
Maintenance view
- enables table maintenance via SM30
- allows specific customizing transactions
<b>Hope this is helpful, Do reward points.</b>
Message was edited by:
Runal Singh
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |