SCDTOBJMAP SAP (Cross-System Customizing Object: Mapping Type) Table details

Dictionary Type: Table
Description: Cross-System Customizing Object: Mapping Type




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




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

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

The SCDTOBJMAP table consists of various fields, each holding specific information or linking keys about Cross-System Customizing Object: Mapping Type data available in SAP. These include SYSTEM_TRG (Software Component), RL_FROM_T (Release of SAP System), RL_FROM_S (Release of SAP System), RL_TO_T (Release of SAP System).. 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 SCDTOBJMAP 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
RL_FROM_TRelease of SAP System SYSAPRLCHAR4SYCHAR04
RL_FROM_SRelease of SAP System SYSAPRLCHAR4SYCHAR04
RL_TO_TRelease of SAP System SYSAPRLCHAR4SYCHAR04
RL_TO_SRelease of SAP System SYSAPRLCHAR4SYCHAR04
OBJMAPTYPEMapping Type OBJMAPTYPECHAR3OBJMAPTYPE
OBJMAPMODModule Name Mapping OBJMAPMODCHAR32Assigned to domainOBJMAPMOD
MOD_EXECExecution Location (Source, Target, Workplace) MOD_EXECCHAR10MOD_EXEC
UNCHECKEDYes/No (X/ ) OAXCHAR1X
OBJFILTERModule Name Mapping OBJMAPMODCHAR32Assigned to domainOBJMAPMOD
OBJMAPMOD_SModule Name Mapping OBJMAPMODCHAR32Assigned to domainOBJMAPMOD
EXTRACT_MODULE_SModule Name Mapping OBJMAPMODCHAR32Assigned to domainOBJMAPMOD
EXTRACT_MODULE_TModule Name Mapping OBJMAPMODCHAR32Assigned to domainOBJMAPMOD

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCDTOBJMAP
INTO CORRESPONDING FIELDS OF WA_SCDTOBJMAP
WHERE...

How to access SAP table SCDTOBJMAP

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