DMC_CU_RUN_OBJTS SAP (Object pair for Content Upgrade Analysis) Table details

Dictionary Type: Table
Description: Object pair for Content Upgrade Analysis




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




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

DMC_CU_RUN_OBJTS is a standard SAP Table which is used to store Object pair for Content Upgrade Analysis data and is available within R/3 SAP systems depending on the version and release level.

The DMC_CU_RUN_OBJTS table consists of various fields, each holding specific information or linking keys about Object pair for Content Upgrade Analysis data available in SAP. These include RUNID (CU Run Identifier), ORGUNIT_GUID (DMC: Globally Unique Key (22 Characters)), PARENT_GUID (DMC: Globally Unique Key (22 Characters)), ORIG_GUID (DMC: Globally Unique Key (22 Characters)).. 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 (Deep)


SAP DMC_CU_RUN_OBJTS 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
OBJ_GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
RUNIDCU Run Identifier DMC_CU_RUNIDENTCHAR20DMC_CU_RUNIDENTDMC_CU_RUNIDENT_SRC_HELP
ORGUNIT_GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
PARENT_GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
ORIG_GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
ORIG_IDENTComment CHAR50CHAR50TEXT50
COPY_GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
COPY_IDENTComment CHAR50CHAR50TEXT50
RTIDMC: Flag that specifies the class DMC_RTINUMC3DMC_RTI
IS_SAP_OBJECTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
INPROCESSBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
ANALYSISBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
MERGEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_ROOT_OBJECTBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
APPLICDMC Tool: Application DMC_APPLICCHAR3Assigned to domainDMC_APPLIC
DELTA_TYPECU Delta Type DMC_CU_DELTA_TYPECHAR1DMC_CU_DELTA_TYPE
ORGCPY_LNK_ENTRYBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
ACTIVEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
PROCESSING_STATEProcessing state DMC_CU_PROC_STATECHAR1DMC_CU_PROC_STATE
CHNAMEUser Name SYUNAMECHAR12SYCHAR12
CHDATESystem Date SYDATUMDATS8SYDATS
CHTIMETIME Data Element for SYST SYTIMETIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_CU_RUN_OBJTS
INTO CORRESPONDING FIELDS OF WA_DMC_CU_RUN_OBJTS
WHERE...

How to access SAP table DMC_CU_RUN_OBJTS

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