SPH_PCTONO SAP (SAPphone: Work center settings) Table details

Dictionary Type: Table
Description: SAPphone: Work center settings




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




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

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

The SPH_PCTONO table consists of various fields, each holding specific information or linking keys about SAPphone: Work center settings data available in SAP. These include TERMINAL (SAPphone: User terminal (small letters allowed)), TELNO (SAPphone: Extension (Part of a Telephone Number)), SERVER (Name of SAPconnect Node or Telephony Server), OUT_ACTIVE (SAPphone: CTI active for outgoing calls).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SPH_PCTONO 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
TERMINALSAPphone: User terminal (small letters allowed) SP_TERMCHAR36SP_TERM
TELNOSAPphone: Extension (Part of a Telephone Number) SP_OWNTELCHAR10CHAR10
SERVERName of SAPconnect Node or Telephony Server SX_NODE_IDCHAR6SPH_SERVERSX_NODE_IDSXNSX_NODE_ID
OUT_ACTIVESAPphone: CTI active for outgoing calls SP_ACTVOUTCHAR1SP_BOOLEAN
IN_ACTIVESAPphone: CTI active for incoming calls SP_ACTVINCHAR1SP_BOOLEAN
OUT_CALLSAPphone: Call present SP_CALL_ONCHAR1SP_BOOLEAN
IN_CALLSAPphone: Call present SP_CALL_ONCHAR1SP_BOOLEAN
TERM_USERSAPphone: Work Center User SP_USERCHAR12SYCHAR12
TERM_NUMSAPphone: Terminal number for internal processing SP_TERMNONUMC20NUM20
ACT_USERSAPphone: Work Center User SP_USERCHAR12SYCHAR12

Key field Non-key field



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

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

SELECT SINGLE *
FROM SPH_PCTONO
INTO CORRESPONDING FIELDS OF WA_SPH_PCTONO
WHERE...

How to access SAP table SPH_PCTONO

Within an ECC or HANA version of SAP you can also view further information about SPH_PCTONO 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!