SYSCOMP_DATA SAP (Directory of Repository Objects) Table details

Dictionary Type: Table
Description: Directory of Repository Objects




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




SYSCOMP_DATA is a standard SAP Table which is used to store Directory of Repository Objects data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The SYSCOMP_DATA table consists of various fields, each holding specific information or linking keys about Directory of Repository Objects data available in SAP. These include OBJ_TYPE (Object Type), OBJ_NAME (Development Environment TADIR Name), SUB_TYPE (Subobject Type), SUB_NAME (Subobject Name)... 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. .

SYSCOMP_DATA table Technical Details:

Delivery Class: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SYSCOMP_DATA table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the SYSCOMP_DATA table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RUN_NUMMERDictionary: Line item DDPOSITIONNUMC6DDPOSITION
OBJ_TYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEDevelopment Environment TADIR Name EU_ANAMECHAR40SYCHAR40
SUB_TYPESubobject Type SUB_TYPECHAR4CHAR4
SUB_NAMESubobject Name SUBNAME120CHAR120CHAR120
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
SYS1Name of Local System LOCAL_SYSTEMCHAR3CHAR3
SYS2Logical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
DIAGNOSISText (15 characters) TEXT15CHAR15TEXT15
DETAILText (80 Characters) TEXT80CHAR80TEXT80UEB
OBJACTIONDiagnosis SCTS_DIAGNOCHAR80TEXT80
COMP_USERPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
NOTICEchar120 CHAR120CHAR120CHAR120

Key field Non-key field



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

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

SELECT SINGLE *
FROM SYSCOMP_DATA
INTO CORRESPONDING FIELDS OF WA_SYSCOMP_DATA
WHERE...

How to access SAP table SYSCOMP_DATA

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