STRUC_CM_STRUCTURE SAP (CM: Structure of a product folder) Structure details

Dictionary Type: Structure
Description: CM: Structure of a product folder




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




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

STRUC_CM_STRUCTURE 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 "CM: Structure of a product folder" 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_STRUCTURE TYPE STRUC_CM_STRUCTURE.

The STRUC_CM_STRUCTURE table consists of various fields, each holding specific information or linking keys about CM: Structure of a product folder data available in SAP. These include SON_INSTNO (IB: Component (instance)), SON_NR (Counter), BOR_TYPE (Object Type), OBJTYP (CM: Object type for the reservation of structure components).. 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_STRUCTURE 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
PAR_INSTNOIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
SON_INSTNOIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
SON_NRCounter COUNTER1INT13COUNTER1
BOR_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
OBJTYPCM: Object type for the reservation of structure components DE_CM_OBJTYPCHAR4DO_CM_OBJTYP
OBJNR_FIELDS 0
GUIDGUID for external usage (for example, as BOR key) in CM DE_CM_EXTERNAL_GUIDCHAR32SYSUUID_C
DOKARDocument Type DOKARCHAR3DOKARCV2
DOKNRDocument number DOKNRCHAR25ALPHADOKNRCV1
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
EQUNREquipment Number EQUNRCHAR18ALPHAEQUNREQNEQUI
MATNRMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
TPLNRFunctional Location TPLNRCHAR30TPLNRTPLNRIFLIFLM
KLARTClass Type KLASSENARTCHAR3KLASSENARTKAR
CLASSClass number KLASSE_DCHAR18KLASSEKLA
SERNOSerial Number GERNRCHAR18GERNRGERNRSER
PLNTYTask List Type PLNTYCHAR1PLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
SPECNONumber of a Set of Model Service Specifications SPEC_NOCHAR10ALPHASPEC10MSPSPEC
STLTYBOM category STLTYCHAR1STLTY
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
STLALAlternative BOM STALTCHAR2ALPHAALTNR
WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
STLANBOM Usage STLANCHAR1STLANCSV
PSPNRProject definition (internal) PS_INTNRNUMC8KONPDPS_PSPNR
PRODUCT_IDConfiguration definition DE_CM_PRODUCT_IDCHAR40DO_CM_PRODUCT_IDCM_PRODUCT
FOLDER_IDConfiguration folder DE_CM_FOLDER_IDCHAR40DO_CM_FOLDER_IDCM_FOLDER
LC_PHASEKey for the life cycle phase DE_CM_LIFE_CYCLE_PHASECHAR5DO_CM_LIFE_CYCLE_PHASECM_LC_PHASE
BASELINE_IDBaseline DE_CM_BASELINE_IDCHAR30DO_CM_BASELINECM_BASELINE
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8CO_APLZL
STLKNBOM item node number STLKNNUMC8KNTNR
STPOZInternal counter CIM_COUNTNUMC8CIM_COUNT
POSNRWBS Element PS_POSNRNUMC8ABPSPPS_POSNR
.INCLU--AP 0
CLF_IDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
KSOBJIDField length 18 CHAR18CHAR18CHAR18
MAFIDRecord type MAFIDCHAR1MAFID
SERNRBOM explosion number SERNRCHAR8SERNR
VFINTInternal number of variant function VFINTNUMC10VFINT
VFNAMName of Function Module RS38L_FNAMCHAR30FUNCNAMELIB
VTINTInternal number of variant table VTINTNUMC10VTINT
VTNAMName of variant table VTNAMCHAR18VTNAM
KNNAMName of Dependency KNNAMCHAR30KNNAMBEZ
KNNUMInternal number of knowledge element KNNUMNUMC10KNNUM
ATINNInternal characteristic ATINNNUMC10ATINNATINN
ATNAMCharacteristic Name ATNAMCHAR30ATNAMFEA
CUVCPR_IDInternal ID of a configuration profile CUVCPR_ID_INTERNCHAR22SYSUUID_22
UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
AMOUNTQuantity field, length 13, with +/- sign MENGV13QUAN13(3) MENGV13
VALID_FROMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
VALID_TOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
OBJECTIBase Node Object DE_IB_OBJECTREF0IF_IBASE_OBJECT
IB_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_STRUCTURE using ABAP code?

As STRUC_CM_STRUCTURE 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_STRUCTURE as there is no data to select.

How to access SAP table STRUC_CM_STRUCTURE

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