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

search help & help view

Former Member
0 Likes
789

Hi Guys,

I am not clear wtih search help & help view. Plz let me know the diff b/w them..

I have created Help view but how to use it I am unaware of it so cld you plz help me how t o work on it.

What I am thinking in my view is the selection method what we get for search help is nothing but the help view if i am right so...then how to put the selection criteria for my search help

Points will be rewarded for your valuable answers

Regards,

Ravi Ganji

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
656

Hi Ravi,

Please refer the links,

Regards,

Hema.

    • Reward points if it is useful.

Hi Guys,

I am not clear wtih search help & help view. Plz let me know the diff b/w them..

I have created Help view but how to use it I am unaware of it so cld you plz help me how t o work on it.

What I am thinking in my view is the selection method what we get for search help is nothing but the help view if i am right so...then how to put the selection criteria for my search help

Points will be rewarded for your valuable answers

Regards,

Ravi Ganji

6 REPLIES 6
Read only

Former Member
0 Likes
656

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.

Regards,

Manoj

Read only

Former Member
0 Likes
656

Hi Ravi,

Help view is used for search help.

You can use only projection view and database view in your ABAP program.

Search helps are of two types:

Elementary and collective.

Read only

abdul_hakim
Active Contributor
0 Likes
656

hi

you can use ur help view as the selection method of the search help....

Cheers,

Abdul Hakim

Read only

0 Likes
656

Hi,

Can you show me with a help of screen shots ....how to attach help view for our search help.

Points will be rewarded.

Kind Regards,

Ravi Ganji

Read only

Former Member
0 Likes
657

Hi Ravi,

Please refer the links,

Regards,

Hema.

    • Reward points if it is useful.

Read only

Former Member
0 Likes
656

Hello Ravi,

When u press F4 for any field there is a predefined process within SAP for displaying possible values. It checks if u have coded F4 module in ur screen program. If not then it will check if there is a check table. If yes then It will look for help view if available and display accordingly if already existing. If not then it continue with the process of looking out a method to display the values.