‎2008 Aug 25 10:33 AM
Hi Experts,
We need to debug a custom search help in the transaction Se11 itself.
We have kept a break point in the search help exit and given input details then also it is not going in to the debug mode be it is throwing a message 'No Values found'
Kindly help on this.
Regards
Paul
‎2008 Aug 25 10:45 AM
The interface of the Exit function should be this way..
first check that.
*"----------------------------------------------------------------------
*"*"Local Interface:
*" TABLES
*" SHLP_TAB TYPE SHLP_DESCT
*" RECORD_TAB STRUCTURE SEAHLPRES
*" CHANGING
*" VALUE(SHLP) TYPE SHLP_DESCR
*" VALUE(CALLCONTROL) LIKE DDSHF4CTRL STRUCTURE DDSHF4CTRL
*"----------------------------------------------------------------------Follow the Function
F4IF_SHLP_EXIT_EXAMPLE , the code also should be same. inside the STEPS you have to write the code.
‎2008 Aug 25 10:36 AM
‎2008 Aug 25 10:45 AM
The interface of the Exit function should be this way..
first check that.
*"----------------------------------------------------------------------
*"*"Local Interface:
*" TABLES
*" SHLP_TAB TYPE SHLP_DESCT
*" RECORD_TAB STRUCTURE SEAHLPRES
*" CHANGING
*" VALUE(SHLP) TYPE SHLP_DESCR
*" VALUE(CALLCONTROL) LIKE DDSHF4CTRL STRUCTURE DDSHF4CTRL
*"----------------------------------------------------------------------Follow the Function
F4IF_SHLP_EXIT_EXAMPLE , the code also should be same. inside the STEPS you have to write the code.