2023 Sep 29 11:43 AM
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.
2023 Sep 29 12:55 PM
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.