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

serch help exit

Former Member
0 Likes
462

hi

whay in one environment the callcontroler-step get to "SELECT"

and in another its get to "DISP"

can i control the callcontroler-step

tanks

shlomit

hi

whay in one environment the callcontroler-step get to "SELECT"

and in another its get to "DISP"

can i control the callcontroler-step

tanks

shlomit

2 REPLIES 2
Read only

Former Member
0 Likes
443
Read only

Former Member
0 Likes
443

Hi,

Callcontrol-step: This field is set by the system and can be changed by your code. The function module will be called once for each step of the process, with some conditional exceptions noted below.

SELONE – before selecting an elementary search help.

PRESEL1 – after selecting an elementary search help.

PRESEL – before sending the dialog box for restricting values.

SELECT - before selecting the values.

DISP - before displaying the hit list.

RETURN - set by your code if one hit was found during selection.

RETTOP – follows RETURN if called from a collective search help

EXIT – set by your code. Terminates the search help process

CREATE - if the user selects the function “Create new values".

Regards

Sudheer