SXSERV SAP (SAPconnect: Node capabilities) Table details

Dictionary Type: Table
Description: SAPconnect: Node capabilities




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




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

SXSERV is a standard SAP Table which is used to store SAPconnect: Node capabilities data and is available within R/3 SAP systems depending on the version and release level.

The SXSERV table consists of various fields, each holding specific information or linking keys about SAPconnect: Node capabilities data available in SAP. These include NODE (Name of SAPconnect Node or Telephony Server), ADDR_TYPE (SAPconnect: Address type), FORMATG (SAPconnect: Format group), DEVTYPE (SAPconnect: Device type).. 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


SAP SXSERV 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
MANDTClient MANDTCLNT3T000MANDT
NODEName of SAPconnect Node or Telephony Server SX_NODE_IDCHAR6SXNODESSX_NODE_IDSXNSX_NODE_ID
ADDR_TYPESAPconnect: Address type SX_ADDRTYPCHAR3SX_ADDRTYP
FORMATGSAPconnect: Format group SX_FORMATGCHAR8SXFORMATGCHAR8
DEVTYPESAPconnect: Device type SX_DEVTYPECHAR8TSP0ARSPOPTYPE
FORMATEXCLSAPconnect: Selection SX_BOOLEANCHAR1SX_BOOLEAN
CONVERT_SSAPconnect: Format description SX_FORMATCHAR3CHAR3
CONVERT_LSAPconnect: Format description SX_FORMATCHAR3CHAR3
CONVERT_OSAPconnect: Format description SX_FORMATCHAR3CHAR3
CONVERT_TSAPconnect: Format description SX_FORMATCHAR3CHAR3
SUFFIXSAPconnect: Domain of Internet Mail Address SX_DOMAINCHAR230
MAX_MSGLENSAPconnect: Maximum Length of Message Text SX_MAXMLENNUMC3
HTTP_URLSAPconnect: Uniform Resource Locator SX_URLCHAR255

Key field Non-key field



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

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

SELECT SINGLE *
FROM SXSERV
INTO CORRESPONDING FIELDS OF WA_SXSERV
WHERE...

How to access SAP table SXSERV

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