2007 Jan 26 3:35 PM
Hi Abapers,
Diff B/w Help View and Search Help.
With Best Regards
Bhaskar Rao.M
Hi Abapers,
Diff B/w Help View and Search Help.
With Best Regards
Bhaskar Rao.M
2007 Jan 26 3:40 PM
HI Bhasker..
View is a joining of some Database tables referring to common fields in both tables.
Search help is a input help on the field when user press F4 to fill the field.
Regards
CNU
2007 Jan 26 3:47 PM
Hi,
Help view is created mainly as a selection method for a search help. You can join multiple tables in a help view.
The selection criteria for a search help will have to be passed through the input parameters and default values. You can also specify parameter ids in the default values column.
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.
Regards,
Ferry Lianto
2007 Jan 27 6:23 AM
HI,
VIEW is nothing but IMAGINARY TABLE. It contains the data during runtime only.
Tyeps of VIEWS ARE
Database view
Projection View
Maintenance view
Help view
Search help- Using this We can create for the field for the interner search purpose only. If user presses the F4 KEY he can search the values which are present in that particular field.
It having the types are
ELEMENTARY SEARCH HELP
COLLECTIVE SEARCH HELP
Thanks,
Star Shankar
2007 Jan 27 6:43 AM
please check the links
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ec5d446011d189700000e8322d00/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ec5d446011d189700000e8322d00/frameset.htm</a>
<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm</a>
regards
shiba dutta
2007 Jan 27 9:22 AM
Hi,
View are nothing but a join of one or more tables. Based on your join condition, the records are displayed in the form of a table. This improves performance too, and avoids spending more time on figuring out the how to write the select query for a join.
But Views have only INNER JOINS.
Search help: can also be created by you to have the F4 help for any particular field. You can use MATCHCODE OBJECT clause in parameters or select-options to display your F4 help.
Regards
Subramanian
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |