Application Development and Automation 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: 
Read only

Debug a Custom Search help

Former Member
0 Likes
691

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
483

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.

2 REPLIES 2
Read only

Former Member
0 Likes
483

Hi ,

please check Update debugging mode.

regards

jana

Read only

Former Member
0 Likes
484

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.