SPHSETOB 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 SPHSETOB into the relevant SAP transactions such as SE38 or SE80
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.
Title: Program for object type SPH_ADMIN : SAPphone settings
Text Symbol: A01 = Enter values
Text Symbol: A02 = Template for user
Text Symbol: A03 = Entry for server
Text Symbol: A04 = Choose
Text Symbol: A05 = Template
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING F4_FORMNAME = 'F4_HELP' F4_PROGRAMNAME = 'SPHSETOB' POPUP_TITLE = TEXT-A01 IMPORTING RETURNCODE = RC TABLES FIELDS = FIELDS EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING SELECTFIELD = 'TELUSER' TITEL = TEXT-A04 SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' REDUCED_STATUS_ONLY = 'X' IMPORTING SELECT_VALUE = P_VALUE_HELP TABLES FIELDS = FIELDS FULL_TABLE = L_PATTERN_TAB HEADING_TABLE = L_HEADER_TAB EXCEPTIONS FULL_TABLE_EMPTY = 1 NO_TABLESTRUCTURE_GIVEN = 2 NO_TABLEFIELDS_IN_DICTIONARY = 3 MORE_THEN_ONE_SELECTFIELD = 4 NO_SELECTFIELD = 5 OTHERS = 6.
HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING FIELDNAME = 'SERVER' TABNAME = 'SPH_TERMNL' SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' IMPORTING SELECT_VALUE = P_VALUE_HELP.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SPHSETOB - Program for object type SPH_ADMIN : SAPphone settings SPHSETOB - Program for object type SPH_ADMIN : SAPphone settings SPHICALL - Program for object type IFINCCALL: Inbound calls SPHICALL - Program for object type IFINCCALL: Inbound calls SPHCPCALL - Program for object type CP_CALL : Telephone call SPHCPCALL - Program for object type CP_CALL : Telephone call