TMSSRV SAP (TMS SRV: Description of General Server Systems) Table details

Dictionary Type: Table
Description: TMS SRV: Description of General Server Systems




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




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

TMSSRV is a standard SAP Table which is used to store TMS SRV: Description of General Server Systems data and is available within R/3 SAP systems depending on the version and release level.

The TMSSRV table consists of various fields, each holding specific information or linking keys about TMS SRV: Description of General Server Systems data available in SAP. These include LIMBO (General Flag), DOMNAM (TMS: Transport Domain), SYSNAM (TMS: System Name), RFCHOST (Name of target host).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TMSSRV 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
SERVERTMS: System Name TMSSYSNAMCHAR10SYSNAME
LIMBOGeneral Flag FLAGCHAR1FLAG
DOMNAMTMS: Transport Domain TMSDOMNAMCHAR10Assigned to domainTMSDOMNAM
SYSNAMTMS: System Name TMSSYSNAMCHAR10SYSNAME
RFCHOSTName of target host RFCHOSTCHAR100RFCHOST
RFCSERVService used (TCP service, SAP System number) RFCSERVICECHAR2RFCSERVICE
RFCGROUPLogon Group for Load Balancing Mode RFCLOAD_DCHAR64RFCEXEC
LOADBLNCERFC Using Load Balancing Procedure RFCLBFLAGCHAR1RFCLBFLAG
RFCDESLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
RFCDIALOGGeneral Flag FLAGCHAR1FLAG
TRUST_SYSLogon Procedure RFCSLOGINCHAR1SYST_FLAG
RFCCLIENTExplicit logon client RFCCLIENTCLNT3Assigned to domainMANDT
RFCUSERExplicit user ID RFCUSERCHAR12SYCHAR12
RFCLANGExplicit language RFCLANGLANG1ISOLASYLANGU
RFCAUTHExplicit password RFCAUTHCHAR40XUBCODE
RFCPWSCRUnencrypted password RFCPWSCRCHAR1SYST_FLAG
STATUSTMS: Status of CI Configuration TMSCISTATCHAR1TMSCISTAT
MODDATSystem Date SYDATUMDATS8SYDATS
MODTIMSystem Time SYUZEITTIMS6SYTIME
MODUSRLast Changed by AS4USERCHAR12AS4USER
GWHOSTGateway host name RFCGWHOSTCHAR100RFCHOST
GWSERVGateway service RFCGWSERVCHAR32RFCNAME
USERROLESGeneral Flag FLAGCHAR1FLAG
SNCALLOWGeneral Flag FLAGCHAR1FLAG
SNCNAMESNC: Printable name SNC_PNAMECHAR255SNC_PNAME
SNCQOPSNC: Quality of protection SNC_QOPCHAR1SNC_QOP
RFCUNICODENumber of Bytes per Character (Unicode System) RFCUNICODENUMC1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMSSRV
INTO CORRESPONDING FIELDS OF WA_TMSSRV
WHERE...

How to access SAP table TMSSRV

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