CMCOMINF SAP (Extra fields for COM_CLASS_DATA) Structure details

Dictionary Type: Structure
Description: Extra fields for COM_CLASS_DATA




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




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

CMCOMINF 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 "Extra fields for COM_CLASS_DATA" 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_CMCOMINF TYPE CMCOMINF.

The CMCOMINF table consists of various fields, each holding specific information or linking keys about Extra fields for COM_CLASS_DATA data available in SAP. These include MAKTX (Material Description (Short Text)), WRKAN (Plant where BOM or alternative/variant created), DUMPS (Phantom item indicator), POSTP (Item Category (Bill of Material)).. 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: Can be enhanced (character-type or numeric)


SAP CMCOMINF 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
BOMATMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
WRKANPlant where BOM or alternative/variant created WRKANCHAR4Assigned to domainWERKS
DUMPSPhantom item indicator DUMPSCHAR1XFELD
POSTPItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
POSNRBOM Item Number SPOSNCHAR4NUMCVSPOSN
IDENT_ITMItem ID ITMIDCHAR8CHAR8
IDNRKBOM component IDNRKCHAR18Assigned to domainMATN1MATNR
FMENGFixed qty FMNGECHAR1XFELD
SCHGTIndicator: Bulk Material SCHGTCHAR1XFELD
KZKUPIndicator: co-product KZKUPCHAR1XFELD
KZWPFIndicator: dependencies maintained in BOM KZWPFCHAR1XFELD
KZCLBIndicator: classification as selection condition CS_KZCLBCHAR1XFELD
KANTE_VPath of the superior item in the exploded tree KANTE_VNUMC6STKAN
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
ROANZNumber of variable-size items ROANZQUAN13(3) MENG13
ROMS1Size 1 ROMS1QUAN13(3) MENG13
ROMS2Size 2 ROMS2QUAN13(3) MENG13
ROMS3Size 3 ROMS3QUAN13(3) MENG13
ROMEIUnit of measure for sizes 1 to 3 ROMEIUNIT3Assigned to domainCUNITMEINS
ROMENQuantity of variable-size item ROMENQUAN13(3) MENG13
MEINSComponent unit of measure KMPMEUNIT3Assigned to domainCUNITMEINS
RFORMFormula key RFORMCHAR2Assigned to domainRFORM
DATUBValid-to date DATUBDATS8DATUM
AENNR_AUSTo change number CPCS_ECN_TOCHAR12Assigned to domainAENNRAENNR
NLFZVLead-time offset for operation CS_NLFZVDEC3NLFZT
STPOZInternal counter CIM_COUNTNUMC8CIM_COUNT
VPLTYType of the referenced task list VPLNTYCHAR1Assigned to domainPLNTY
VPLNRGroup of the referenced task list VPLNNRCHAR8ALPHAPLNNR
VPLALGroup counter of the referenced task list VPLNALCHAR2ALPHAALTNR
IDENTOperation ID OPRIDCHAR8CHAR8
IDENT_REFOperation ID of the referenced operation OPR_REFIDCHAR8CHAR8
HERKUNFTOrigin of an operation OPR_HERCHAR1OPR_HER

Key field Non-key field



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

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

How to access SAP table CMCOMINF

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