CRMD_STRUCT_I SAP (Item Data Structure Information) Table details

Dictionary Type: Table
Description: Item Data Structure Information




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




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

CRMD_STRUCT_I is a standard SAP Table which is used to store Item Data Structure Information data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_STRUCT_I table consists of various fields, each holding specific information or linking keys about Item Data Structure Information data available in SAP. These include CLIENT (Client), GUID (GUID of a CRM Order Object), INT_OBJ_NO (Configuration (Internal Object Number)), EXIST_VCKEY (Indicator Variant Key Available for Item).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMD_STRUCT_I 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
INT_OBJ_NOConfiguration (Internal Object Number) CRMT_INT_OBJ_NONUMC18ALPHAIB_INSTANCE
EXIST_VCKEYIndicator Variant Key Available for Item CRMT_EXIST_VCKEYCHAR1BOOLEAN
ROOT_CONFIGRoot Configuration Indicator CRMT_ROOT_CONFIGCHAR1BOOLEAN
COMP_QTYComponent quantity CRMT_COMP_QTYQUAN13(3) MENG13
COMP_QTY_UNITComponent unit of measure CRMT_COMP_QTY_UNITUNIT3Assigned to domainCUNITMEINS
BASE_QTYBase quantity CRMT_BASE_QTYQUAN13(3) MENG13
OBJ_IDENTObject Identifier CRMT_OBJ_IDENTCHAR50CHAR50
OBJ_TYPEType of Object Identifier CRMT_OBJ_TYPECHAR2CRM_OBJ_TYPE
DATE_KB_DETERMDate for KB Determination in IPC(Master Data Version Config) CRMT_DATE_KB_DETERMINATIONDATS8DATUM
CONFIG_FILTERConfiguration Filter CRMT_CONFIG_FILTERNUMC18ALPHAIB_INSTANCE
FILTER_REFFilter Flag is Referenced CRMT_FILTER_REFCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMD_STRUCT_I
INTO CORRESPONDING FIELDS OF WA_CRMD_STRUCT_I
WHERE...

How to access SAP table CRMD_STRUCT_I

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