SCDTOBJECT SAP (Cross-System Customizing Object) Table details

Dictionary Type: Table
Description: Cross-System Customizing Object




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




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

SCDTOBJECT is a standard SAP Table which is used to store Cross-System Customizing Object data and is available within R/3 SAP systems depending on the version and release level.

The SCDTOBJECT table consists of various fields, each holding specific information or linking keys about Cross-System Customizing Object data available in SAP. These include SYSTEM_TRG (Software Component), OBJ_TYPE (Object type), SYSTEM_SRC (Software Component), LUSER (User 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. .

Delivery Class: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SCDTOBJECT 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
IDSynchronization Object SCDT_IDCHAR32SCDT_ID
SYSTEM_TRGSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
OBJ_TYPEObject type OB_TYPCHAR1OB_TYP
SYSTEM_SRCSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
LUSERUser Name SYUNAMECHAR12SYCHAR12
LDATESystem Date SYDATUMDATS8SYDATS
LTIMETIME Data Element for SYST SYTIMETIMS6SYTIME
INACTIVYes/No (X/ ) OAXCHAR1X
IMGACT_SRCIMG Activity CUS_IMG_ACCHAR20CUS_IMGACHCUS_IMG_ACS_CUS_IMG_ACTIVITY
IMGACT_TRGIMG Activity CUS_IMG_ACCHAR20CUS_IMGACHCUS_IMG_ACS_CUS_IMG_ACTIVITY
DISTRIB_IRLDistribution-Relevant S_DIST_FLGCHAR1S_DIST_FLG
PARAMSTRG128 character CHAR128CHAR128CHAR128
DOC_NAMEDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
BACKWD_ACTIVYes/No (X/ ) OAXCHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCDTOBJECT
INTO CORRESPONDING FIELDS OF WA_SCDTOBJECT
WHERE...

How to access SAP table SCDTOBJECT

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