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

Former Member
0 Likes
442

Hi,

When I create a Search Help form SE11, will I be able to get only certain records based on a predefined condition?

For example,

I have a header table. I have a column called deleted. I always want to display records where deleted <> '1' in the search help.

Right now, I have a search help that is displaying all the records from the table. I want to restrict the values to be displayed based on the condition.

Regards,

Vinodh.

1 ACCEPTED SOLUTION
Read only

former_member196299
Active Contributor
0 Likes
418

Hi ,

For modifying the existing search help conditions , you can take the help of search help exits . Inside the search help, Create a seasrch help exit and provide the necessary logic in the exit to achieve your requirement.

Reward if helpful !

Regards,

Ranjita

5 REPLIES 5
Read only

Former Member
0 Likes
418

Hi,

create a new search help and in the search help code u can write ur logic to restrict the values

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
418

Hi,

You can give the Condition inside thesearch help itself...As per the condition we can retrieve the records...

REWARD IF USEFUL!!1111

Read only

former_member196299
Active Contributor
0 Likes
419

Hi ,

For modifying the existing search help conditions , you can take the help of search help exits . Inside the search help, Create a seasrch help exit and provide the necessary logic in the exit to achieve your requirement.

Reward if helpful !

Regards,

Ranjita

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
418

Hi,

Alternatively you can create a HELP VIEW (If it is already not there) And there you can enter selection condition like this DELETE <> 1..

Then VIEW itself will filter the values you need not do anything.

Regards,

Sesh

Read only

Former Member
0 Likes
418

<b>Create a maintainance view</b> with the fields you want in the search help and add the condition

deleted <> '1' in the view where there is option for selecting values based on the condition ...

so that your View will have the filtered vaules ....

for attaching the view see this link here it is <b>given using screen shots </b> .

<a href="http://">http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_elementary.htm</a>

reward points if it is usefull ....

Girish