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

RSPHQTRM SAP ABAP Report - SAPphone: Select list of work centers







RSPHQTRM 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 RSPHQTRM into the relevant SAP transactions such as SE38 or SE80


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 RSPHQTRM. "Basic submit
SUBMIT RSPHQTRM AND RETURN. "Return to original report after report execution complete
SUBMIT RSPHQTRM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SERVER = Telephony server
Selection Text: HOST = Host name
Selection Text: DYN = Temporary
Selection Text: CUSER = User logged on
Selection Text: ALL = All
Selection Text: USER = User responsible
Selection Text: TRMB = Work center-dependent
Selection Text: TERM = Work center ID
Selection Text: TELNO = Telephone number
Selection Text: STAT = User-dependent settings
Title: SAPphone: Select list of work centers
Text Symbol: C02 = Save changes?
Text Symbol: C01 = The data was changed
Text Symbol: A02 = Server
Text Symbol: A01 = Enter value
Text Symbol: 001 = Link type of settings
Text Symbol: ID3 = User-dependent
Text Symbol: ID2 = Temporary
Text Symbol: ID1 = Workcenter-dependent
Text Symbol: C03 = Quit work center maint.


INCLUDES used within this REPORT RSPHQTRM

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:

SPH_TERMINAL_FROM_MEMORY CALL FUNCTION 'SPH_TERMINAL_FROM_MEMORY' EXPORTING USER = P_TERM_DELETE-CURR_USER IMPORTING TERMINAL = L_TERMINAL EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.

SPH_TERMINAL_TO_MEMORY CALL FUNCTION 'SPH_TERMINAL_TO_MEMORY' EXPORTING DELETE = SPH_TRUE USER = P_TERM_DELETE-CURR_USER.

SPH_DELETE_MEMORY_ALL_SERVERS call function 'SPH_DELETE_MEMORY_ALL_SERVERS' exporting user_table = LT_USER_TABLE exceptions not_deleted = 1 others = 2.

SERVER_ATTRIBUTES_GET * CALL FUNCTION 'SERVER_ATTRIBUTES_GET' * EXPORTING SERVER_ID = P_TERM_LIST-SERVER * IMPORTING SERVER_ATTRIBUTES = SERVERALL * EXCEPTIONS NO_ENTRY_FOUND = 1 * OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-C01 TEXTLINE2 = TEXT-C02 TITEL = TEXT-C03 IMPORTING ANSWER = ANSWER.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING POPUP_TITLE = TEXT-A01 IMPORTING RETURNCODE = RC TABLES FIELDS = FIELDS EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.

TEL_TERMINAL_DISPLAY CALL FUNCTION 'TEL_TERMINAL_DISPLAY' EXPORTING TERMINAL = TERMINAL ACTIVITY = SPH_MODE_CHANGE EXCEPTIONS NO_TERMINAL_SPECIFIED = 1 OTHERS = 2.

TEL_TERMINAL_DISPLAY CALL FUNCTION 'TEL_TERMINAL_DISPLAY' EXPORTING TERMINAL = TERMINAL ACTIVITY = SPH_MODE_CHANGE EXCEPTIONS NO_TERMINAL_SPECIFIED = 1 OTHERS = 2.

TEL_USER_DISPLAY CALL FUNCTION 'TEL_USER_DISPLAY' EXPORTING USERNAME = TELUSER ACTIVITY = SPH_MODE_CHANGE EXCEPTIONS NO_USER_SPECIFIED = 1 OTHERS = 2.

TEL_SERVER_DISPLAY CALL FUNCTION 'TEL_SERVER_DISPLAY' EXPORTING SERVER = TELSERVER ACTIVITY = SPH_MODE_DISPLAY EXCEPTIONS NO_SERVER_SPECIFIED = 1 OTHERS = 2.



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 RSPHQTRM or its description.