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

Difference between help view and search help

Former Member
0 Likes
3,216

What is the difference between help view and search help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,634

HI

search help - F4 help. for one field we are creating help with one table(check table).

in se11 , when u create search help selection method can be help view or any DBtable.

help view - it is used as selection method for search help.

when u create help view u can create this view for only one table with n no of fields.

the help view created by u can be given as selection method in search help creation.

reward if useful.

4 REPLIES 4
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
1,634

Hi,

Helpview is a view that is created to be used as a selection method for a search help.

Its a Database view.

Where as Search help is a DDIC component created to fetch the data from this view using some selection criteria.

Serach help is what that gives you F4 help.

Helpview can be the source of data for a search help.

Regards,

Sesh

Read only

Former Member
0 Likes
1,634

Hi, help view is difft frm serach help in ths manner

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.

Please have a look at below link. It will help you.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm

for more detailed info look on:

http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm

&

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&;

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.

for creating it see:

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed13446011d189700000e8322d00/content.htm

thnkx

bhanu

Read only

Former Member
0 Likes
1,634

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.

Reagrds,

Omkar.

Read only

Former Member
0 Likes
1,635

HI

search help - F4 help. for one field we are creating help with one table(check table).

in se11 , when u create search help selection method can be help view or any DBtable.

help view - it is used as selection method for search help.

when u create help view u can create this view for only one table with n no of fields.

the help view created by u can be given as selection method in search help creation.

reward if useful.