SPH_SERVER SAP (SAPphone: Telephony server settings) Table details

Dictionary Type: Table
Description: SAPphone: Telephony server settings




ABAP Code to SELECT data from SPH_SERVER
Related tables to SPH_SERVER
Access table SPH_SERVER




Table field list including key, data, relationships and ABAP select examples

SPH_SERVER is a standard SAP Table which is used to store SAPphone: Telephony server settings data and is available within R/3 SAP systems depending on the version and release level.

The SPH_SERVER table consists of various fields, each holding specific information or linking keys about SAPphone: Telephony server settings data available in SAP. These include SERVER (Name of SAPconnect Node or Telephony Server), RFC_DEST (Logical Destination (Specified in Function Call)), FLAG_CANON (Processing in Canonical Number Format), PRAEFIX (SAPphone: Number Prefix).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = SPH_SERVT


SAP SPH_SERVER table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
SERVERName of SAPconnect Node or Telephony Server SX_NODE_IDCHAR6SXNODESSX_NODE_IDSXNSX_NODE_ID
RFC_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
FLAG_CANONProcessing in Canonical Number Format SP_CANONICCHAR1SX_BOOLEAN
PRAEFIXSAPphone: Number Prefix SP_PRAEFIXCHAR24SKAREA
INTNUMLENSAPphone: Number of Digits in Extension SP_NUMLENINT13INT1
LOCALSERVTelephony Server for Local Work Center SP_LOCALCHAR1SP_BOOLEAN
WS_VERSIONSAPphone: Version number for work center software SP_VERSIONCHAR8CHAR8
SET_ENDSAPphone: Server reports end of incoming call SP_SET_ENDCHAR1SP_BOOLEAN
FLAG_BATCHSAPphone: Server in operation mode dialog or background SP_F_BATCHCHAR1SP_BOOLEAN
EXTGROUPSAPphone: Sequential number for extension number groups SP_EXGRKEYCHAR10CHAR10
TYPESKSM Entry Type: Dynamic, Static,... SP_TYPECHAR1SP_TYPE
F_PHONESAPphone: Server Responsible for Telephony SP_F_PHONECHAR1SP_BOOLEAN
F_DIALERSAPphone: Server Contains Dialer Functions SP_F_DIALRCHAR1SP_BOOLEAN
F_STATSAPphone: Server Contains Statistic Functions SP_F_STATCHAR1SP_BOOLEAN
DEL_ZEROSAPphone: Delete leading '0' of inbound number SP_DELZEROCHAR1SP_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP table SPH_SERVER using ABAP code

The following ABAP code Example will allow you to do a basic selection on SPH_SERVER to SELECT all data from the table
DATA: WA_SPH_SERVER TYPE SPH_SERVER.

SELECT SINGLE *
FROM SPH_SERVER
INTO CORRESPONDING FIELDS OF WA_SPH_SERVER
WHERE...

How to access SAP table SPH_SERVER

Within an ECC or HANA version of SAP you can also view further information about SPH_SERVER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!