cancel
Showing results for 
Search instead for 
Did you mean: 

How to filter Search Help result list before display

Former Member
0 Kudos

Hi Frds,

I need to create elementary search help in se11 for ztable. Issue is ztable is use to hold f4 and drpdwn entries for many field.

So i am tking to create elementary search help and before display , the result list will get filter for my particular field.

Ques: How to filter search help result list before display.

please suggest.

Thanks,

Rajan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Rajan,

You can use "Search Help Exit" in your Elementary search help.

You need to create a function module with the following parametres as search halp exit.

*"----------------------------------------------------------------------

*"*"Local Interface:

*"  TABLES

*"      SHLP_TAB TYPE  SHLP_DESCT

*"      RECORD_TAB STRUCTURE  SEAHLPRES

*"  CHANGING

*"     VALUE(SHLP) TYPE  SHLP_DESCR

*"     VALUE(CALLCONTROL) LIKE  DDSHF4CTRL STRUCTURE  DDSHF4CTRL

*"----------------------------------------------------------------------



Serkan.