STRUC_CM_CTRLD_OBJ_REC SAP (Key for the controlled object in CM) Structure details

Dictionary Type: Structure
Description: Key for the controlled object in CM




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




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

STRUC_CM_CTRLD_OBJ_REC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Key for the controlled object in CM" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_STRUC_CM_CTRLD_OBJ_REC TYPE STRUC_CM_CTRLD_OBJ_REC.

The STRUC_CM_CTRLD_OBJ_REC table consists of various fields, each holding specific information or linking keys about Key for the controlled object in CM data available in SAP. These include MATNR (Material Number), SERNR (Serial Number), DOKAR (Document Type), DOKNR (Document number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP STRUC_CM_CTRLD_OBJ_REC structure 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
OBJTYPType of controlled object DE_CM_OBJ_TYPECHAR15DO_CM_OBJ_TYPE
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
PSP_ELTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PRJ_DEFProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
DESCRIPTIONDescription of a Configuration Management Object DE_CM_DESCRIPTIONCHAR40DO_CM_DESCRIPTION

Key field Non-key field



How do I retrieve data from SAP structure STRUC_CM_CTRLD_OBJ_REC using ABAP code?

As STRUC_CM_CTRLD_OBJ_REC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on STRUC_CM_CTRLD_OBJ_REC as there is no data to select.

How to access SAP table STRUC_CM_CTRLD_OBJ_REC

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