SCDTOBJSEL SAP (Cross-System Customizing Object) Table details

Dictionary Type: Table
Description: Cross-System Customizing Object




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




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

SCDTOBJSEL 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 SCDTOBJSEL 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), TABNAME (Table Name), TABTYPE (Object type), SAPRL_FROM (SAP Release).. 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 SCDTOBJSEL 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_IDCHAR32Assigned to domainSCDT_ID
SYSTEM_TRGSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TABTYPEObject type CMPOBJTYPCHAR1CMPOBJTYP
SAPRL_FROMSAP Release SAPRLCHAR4SAPRL
TABNAME_TTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAM_TField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SPOSITIONPosition in a repetition group MCPOSNUMC4AS4POS
OPERATOROperator in Filter Condition SCDTOPERCHAR2SCDTOPER
CONSTANTSConstant in selection conditions VSCONSTCHAR38VSCONST

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCDTOBJSEL
INTO CORRESPONDING FIELDS OF WA_SCDTOBJSEL
WHERE...

How to access SAP table SCDTOBJSEL

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