SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

RSPHGCTI SAP ABAP Report - SAPphone: Set global CTI flag







RSPHGCTI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSPHGCTI into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SPH4 - Activ./deactiv. telephony in system


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RSPHGCTI. "Basic submit
SUBMIT RSPHGCTI AND RETURN. "Return to original report after report execution complete
SUBMIT RSPHGCTI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAPphone: Set global CTI flag
Text Symbol: W02 = a possibility that SAPphone work center data may not be found.
Text Symbol: W03 = All work centers would then have to be maintained again.
Text Symbol: W04 = Do you still want to change the settings?
Text Symbol: W05 = Change settings anyway?
Text Symbol: W01 = If you change these settings when the system is in operation, there is
Text Symbol: I01 = Information
Text Symbol: M01 = Registry
Text Symbol: M02 = Host Name
Text Symbol: M03 = User
Text Symbol: M04 = Session


INCLUDES used within this REPORT RSPHGCTI

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting ID = 'IDMETH_WP' VALUES = VALUES exceptions ID_ILLEGAL_NAME = 1 others = 2.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting ID = 'IDMETH_WT' VALUES = VALUES exceptions ID_ILLEGAL_NAME = 1 others = 2.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting ID = 'IDMETH_JV' VALUES = VALUES exceptions ID_ILLEGAL_NAME = 1 others = 2.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting ID = 'IDMETH_WB' VALUES = VALUES exceptions ID_ILLEGAL_NAME = 1 others = 2.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting ID = 'IDMETH_BS' VALUES = VALUES exceptions ID_ILLEGAL_NAME = 1 others = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting DEFAULTOPTION = 'N' DIAGNOSETEXT1 = TEXT-W01 DIAGNOSETEXT2 = TEXT-W02 DIAGNOSETEXT3 = TEXT-W03 TEXTLINE1 = TEXT-W04 TITEL = TEXT-W05 CANCEL_DISPLAY = 'X' importing ANSWER = ANSWER.

POPUP_DISPLAY_TEXT call function 'POPUP_DISPLAY_TEXT' exporting LANGUAGE = SY-LANGU POPUP_TITLE = TEXT-I01 TEXT_OBJECT = 'SAPPHONE_HELP_5'.

IWB_HTML_HELP_OBJECT_SHOW CALL FUNCTION 'IWB_HTML_HELP_OBJECT_SHOW' EXPORTING PROGRAM = 'RSPHGCTI' DYNPRONR = '100' * CALL_BROWSER = 'X' EXCEPTIONS OBJECT_NOT_FOUND = 1 RFC_ERROR = 2 NO_PROFIL_PARAMETER = 3 IMPORT_PARAMETER_IS_INVALID = 4 OTHERS = 5.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSPHGCTI or its description.