SCTS_SYSGROUPS SAP (Repository for System Groups (Central CTS)) Table details

Dictionary Type: Table
Description: Repository for System Groups (Central CTS)




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




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

SCTS_SYSGROUPS is a standard SAP Table which is used to store Repository for System Groups (Central CTS) data and is available within R/3 SAP systems depending on the version and release level.

The SCTS_SYSGROUPS table consists of various fields, each holding specific information or linking keys about Repository for System Groups (Central CTS) data available in SAP. These include GROUPNAM (TMS: System Name), SYSDOMNAM (TMS: Transport Domain), SYSNAM (TMS: System Name), SYSCL ().. 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: Can be enhanced (character-type)


SAP SCTS_SYSGROUPS 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
DOMNAMTMS: Transport Domain TMSDOMNAMCHAR10Assigned to domainTMSDOMNAM
GROUPNAMTMS: System Name TMSSYSNAMCHAR10SYSNAME
SYSDOMNAMTMS: Transport Domain TMSDOMNAMCHAR10Assigned to domainTMSDOMNAM
SYSNAMTMS: System Name TMSSYSNAMCHAR10SYSNAME
SYSCL 0
OPMODEMode of a Managed System CTS_MANAGED_SYSTEM_MODECHAR1CTS_MANAGED_SYSTEM_MODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCTS_SYSGROUPS
INTO CORRESPONDING FIELDS OF WA_SCTS_SYSGROUPS
WHERE...

How to access SAP table SCTS_SYSGROUPS

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