cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict the Search Criteria in Search Screen

AB069
Active Participant
0 Kudos

Hi Frds,

I need to restrict the user to search with the set of value for a particular group.

Example: group G1 link to 5 users which will be '10'  '30'   '60'   '80'  '110'.

I am able to detect the G1 group at run time and also get all users link into it. but i dont know how can i make a setup so that resultant show only those order created by these user only.

Thanks

Imran .  

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

the above is the AET and you can chose the Business role for which you want to restrict and click on show configarable areas and select the search frame dotted and blue and the above screen will open and from above screen

2 parts will be there Available and selected criteria select what ever you want and save and close and you can see the result of your wish..

All the best..

Bye.

AB069
Active Participant
0 Kudos

Thanks Smod,

I think u dont understand my ques.

Anyways some how i achieve my req.

Below are the steps i used.

Loop at lt_name. 

lv_index = 8.
lr_query_service
->insert_selection_param( iv_index = lv_index
iv_attr_name
= 'CREATED_BY'
iv_sign
= 'I'
iv_option
= 'EQ'
iv_low
= Lt_UNAME
iv_high
= Lt_UNAME ).
lv_index
= lv_index + 1.

endloop.