CTS_SY_DETAILS SAP (CTS: System details for handling of application types) Table details

Dictionary Type: Table
Description: CTS: System details for handling of application types




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




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

CTS_SY_DETAILS is a standard SAP Table which is used to store CTS: System details for handling of application types data and is available within R/3 SAP systems depending on the version and release level.

The CTS_SY_DETAILS table consists of various fields, each holding specific information or linking keys about CTS: System details for handling of application types data available in SAP. These include SID (TMS: System Name), APPL_TYPE (eCTS: Application Identifier), DEPLOY_METHOD (CTS: Deploy method for a file object), DEPLOY_URI (CTS: Deploy URI for reaching a Deployer).. 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: Cannot Be Enhanced


SAP CTS_SY_DETAILS 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
DOMNAMETMS: Transport Domain TMSDOMNAMCHAR10TMSCDOMTMSDOMNAM
SIDTMS: System Name TMSSYSNAMCHAR10TMSCSYSSYSNAME
APPL_TYPEeCTS: Application Identifier CTS_APPLIDENTCHAR30CTS_APPLTYPECTS_APPLIDENT
DEPLOY_METHODCTS: Deploy method for a file object CTS_SY_DPL_METHCHAR20CTS_SY_DPL_METH
DEPLOY_URICTS: Deploy URI for reaching a Deployer CTS_SY_DPL_URICHAR250CTS_SY_DPL_URI

Key field Non-key field



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

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

SELECT SINGLE *
FROM CTS_SY_DETAILS
INTO CORRESPONDING FIELDS OF WA_CTS_SY_DETAILS
WHERE...

How to access SAP table CTS_SY_DETAILS

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