Menu

SAP Function Module CALL_PROCESS_GENERAL

Screen for initiating call, incl. display and exit possibility

The Function Module CALL_PROCESS_GENERAL (Screen for initiating call, incl. display and exit possibility) is a standard Function Module in SAP ERP and is part of the function group PHON within the package SPHO.

Technical Information

Function Module CALL_PROCESS_GENERAL
Short Text Screen for initiating call, incl. display and exit possibility
Function Group PHON
Package SPHO
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTION LIKE
ACTIVE_HANDLE LIKE SPH_CALL-HANDLE
ADDRESS_NUMBER LIKE ADDR_KEY
BUTTON_TEXT LIKE SPHFIELDS-NAME
CALLBACK_FUNCTION LIKE RS38L-NAME SPACE
DISPLAY_POPUP TYPE SX_BOOLEAN 'X' Flag indicating whether dialog is to be displayed
HANDLE_IN LIKE SPH_CALL-HANDLE
ITS_MODE TYPE SP_BOOLEAN SPACE
POPUP_MODE TYPE SP_BOOLEAN SPACE
POPUP_TITLE LIKE SPHFIELDS-NAME
TEL_NUMBER LIKE SPH_TELNO Telephone number split according to prefic and main number
TEST_MODE TYPE SX_BOOLEAN SPACE

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DIAL_BUTTON_PRESSED TYPE SX_BOOLEAN Dial button was activated
HANDLE_OUT LIKE SPH_CALL-HANDLE Call ID
OPT_BUTTON_PRESSED TYPE SX_BOOLEAN Optional button was pressed
TEL_NUMBER_OUT LIKE SPH_TELNO (Converted) number dialed

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADDR_LIST LIKE ADDR_KEY
CALLDATA LIKE SPH_IOCONT
EXCLUDED LIKE HRSFCODES
EXTCALLS LIKE SPH_CSTATE
EXTCALLS_PER_EXTENSION LIKE SPH_TCSTAT
FIELDS LIKE SPHFIELDS
TELNO_LIST LIKE SPH_TELNO

Exceptions

This function module does not define any Exceptions.