Application Development 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: 

Set Sequence in Search help

sri6666
Active Participant
358

Hi Experts,

i have added elementary search help in SD_DEBI. all good. but my custom search help is Placed in Last posistion in collective search help when we click on search help of the field. is there any possibility bring my custom search help in 1st place ?

i have checked 'BADI_ESH_IF_F4_MODIFY_STEP and COM_SE_F4_STEP_SELONE Badi's but those are doesn't work , even not triggreing.

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos
262

As far as I know, COM_SE_F4_HELP_EXIT (and other COM_SE_F4 stuff) is to be explicitly called by a few search help exits, and BADI_ESH_IF_F4_MODIFY_STEP is itself called by COM_SE_F4 stuff.

The only solution I can think of, is to define a search help exit in SD_DEBI, where you can arrange the order of search helps.