‎2007 Jul 04 1:12 PM
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.
‎2007 Jul 04 1:24 PM
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
‎2007 Jul 04 1:16 PM
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
‎2007 Jul 04 1:17 PM
Hi,
You can give the Condition inside thesearch help itself...As per the condition we can retrieve the records...
REWARD IF USEFUL!!1111
‎2007 Jul 04 1:24 PM
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
‎2007 Jul 04 1:35 PM
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
‎2007 Jul 04 1:48 PM
<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