Menu

SAP Function Module OUTGOING_CALL_PROCESS

Screen for initiating call, incl. display and exit possibility

The Function Module OUTGOING_CALL_PROCESS (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 OUTGOING_CALL_PROCESS
Short Text Screen for initiating call, incl. display and exit possibility
Function Group PHON
Package SPHO
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTION TYPE SX_BOOLEAN 'D' Action for execute w/o dialog: D-Dial, E-Hang up
BUTTON_TEXT LIKE SPHFIELDS-NAME Text for optional button
CALLBACK_FUNCTION LIKE RS38L-NAME SPACE Function to be executed by optional button
COUNTRY_TO TYPE LAND1 Country code of call recipient
DISPLAY_POPUP TYPE SX_BOOLEAN 'X' Flag indicating whether dialog is to be displayed
NAME_IN LIKE SPHFIELDS-VALUE Name of call recipient
POPUP_MODE TYPE SP_BOOLEAN SPACE Dialog box for dialing instead of directly calling SAPphone
POPUP_TITLE LIKE SPHFIELDS-NAME Dialog box title
TEL_NUMBER TYPE SP_TELNO Telephone number split according to prefic and main number
TEST_MODE TYPE SX_BOOLEAN SPACE Execution in test mode (RFC test, display)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COMPANY_OUT LIKE SPHFIELDS-VALUE Company of call recipient
DIAL_BUTTON_PRESSED TYPE SX_BOOLEAN Dial button was activated
HANDLE_OUT LIKE SPH_CALL-HANDLE Call ID
NAME_OUT LIKE SPHFIELDS-VALUE Name of call recipient
NUMBER_CALLED LIKE SPH_CALL-NO_DIALED (Converted) number dialed
OPT_BUTTON_PRESSED TYPE SX_BOOLEAN Optional button was pressed

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
EXCLUDED LIKE HRSFCODES Table with FCodes for excluding
FIELDS LIKE SPHFIELDS Table with descriptors and values for display

Exceptions

This function module does not define any Exceptions.