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: 

about on EXIT - HELP

Former Member
0 Kudos

1) we can call function modules for example like

===> f4if_shlp_exit_example..

i am not getting how to use in proper way .....in program ..?

2 REPLIES 2

graghavendra_sharma
Contributor
0 Kudos

Check out this FM documentation

FU F4IF_SHLP_EXIT_EXAMPLE

Functionality

This module has been created as an example for the interface and design of Search help exits in Search help.

All the interface parameters defined here are mandatory for a function module to be used as a search help exit, because the calling program does not know which parameters are actually used internally.

A search help exit is called repeatedly in connection with several

events during the F4 process. The relevant step of the process is passed on in the CALLCONTROL step. If the module is intended to perform only a few modifications before the step, CALLCONTROL-STEP should remain unchanged.

However, if the step is performed completely by the module, the following step must be returned in CALLCONTROL-STEP.

For more detailed information please refer to the documentation describing the concept of the search help exit.

The module must react with an immediate EXIT to all steps that it does not know or does not want to handle.

Parameters

SHLP

CALLCONTROL

SHLP_TAB

RECORD_TAB

Exceptions

Function Group

SDHI

Former Member