TMSCDES SAP (TMS CI: Destinations) Table details

Dictionary Type: Table
Description: TMS CI: Destinations




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




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

TMSCDES is a standard SAP Table which is used to store TMS CI: Destinations data and is available within R/3 SAP systems depending on the version and release level.

The TMSCDES table consists of various fields, each holding specific information or linking keys about TMS CI: Destinations data available in SAP. These include LIMBO (General Flag), RFCTYPE (Type of Entry in RFCDES), RFCLBFLAG (RFC Using Load Balancing Procedure), 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 TMSCDES 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
RFCDESLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
LIMBOGeneral Flag FLAGCHAR1FLAG
RFCTYPEType of Entry in RFCDES RFCTYPE_DCHAR1RFCTYPE
RFCLBFLAGRFC Using Load Balancing Procedure RFCLBFLAGCHAR1RFCLBFLAG
RFCHOSTName of target host RFCHOSTCHAR100RFCHOST
RFCSERVService used (TCP service, SAP System number) RFCSERVICECHAR2RFCSERVICE
RFCCLIENTExplicit logon client RFCCLIENTCLNT3Assigned to domainMANDT
RFCUSERExplicit user ID RFCUSERCHAR12SYCHAR12
RFCLANGExplicit language RFCLANGLANG1ISOLASYLANGU
RFCAUTHExplicit password RFCAUTHCHAR40XUBCODE
RFCPWSCRUnencrypted password RFCPWSCRCHAR1SYST_FLAG
DOMNAMTMS: Transport Domain TMSDOMNAMCHAR10Assigned to domainTMSDOMNAM
DELETEDGeneral Flag FLAGCHAR1FLAG
MODDATSystem Date SYDATUMDATS8SYDATS
MODTIMSystem Time SYUZEITTIMS6SYTIME
GWHOSTGateway host name RFCGWHOSTCHAR100RFCHOST
GWSERVGateway service RFCGWSERVCHAR32RFCNAME
SNCALLOWGeneral Flag FLAGCHAR1FLAG
SNCNAMESNC: Printable name SNC_PNAMECHAR255SNC_PNAME
SNCQOPSNC: Quality of protection SNC_QOPCHAR1SNC_QOP
LANGUAGESCharacter field of length 40 CHAR40CHAR40CHAR40
RFCUNICODENumber of Bytes per Character (Unicode System) RFCUNICODENUMC1
TRUSTEDRFCLogon Procedure RFCSLOGINCHAR1SYST_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMSCDES
INTO CORRESPONDING FIELDS OF WA_TMSCDES
WHERE...

How to access SAP table TMSCDES

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