Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

maintanance view

Former Member
0 Likes
297

why can't we use maintanance view in search help where as we can use help view insted of it . though both of them is based on outer join?

why can't we use maintanance view in search help where as we can use help view insted of it . though both of them is based on outer join?

1 REPLY 1
Read only

Former Member
0 Likes
277

see the maintanance view view is different from other views ..because by using it we can change the data in the table ..... you mayit be see and used it ....

whereas in the search help we should not change the data in the table .... it is used for user helping purpose ...

so that the maintance view is not used in search help ...

note :

There are some restrictions for selecting the secondary tables of a maintenance view or help view. The secondary tables have to be in an N:1 dependency to the primary table or directly preceding secondary table. This ensures that there is at most one dependent record in each of the secondary tables for a data record in the primary table

go through the below link for diagramatically explaination of the maintance view not used in search help ..

<a href="http://">http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ec9e446011d189700000e8322d00/frameset.htm</a>

Reward points if it is usefull ..

gIRISH