CM61Q SAP (Common data interface for component processing) Structure details

Dictionary Type: Structure
Description: Common data interface for component processing




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




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

CM61Q 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 "Common data interface for component processing" 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_CM61Q TYPE CM61Q.

The CM61Q table consists of various fields, each holding specific information or linking keys about Common data interface for component processing data available in SAP. These include TRTYP (Transaction type), FABKL (Factory calendar key), AENKZ (Change indicator), KZKWD (Single-Character Indicator).. 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 CM61Q 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
CAMODCheckbox XFELDCHAR1XFELD
TRTYPTransaction type TRTYPCHAR1TRTYP
FABKLFactory calendar key FABKLCHAR2Assigned to domainWFCID
AENKZChange indicator AENKZCHAR1AENKZ
KZKWDSingle-Character Indicator CHAR1CHAR1CHAR1
PRREGChecking Rule for Availability Check PRREGCHAR2Assigned to domainPRREGPRR
RCODEFunction code XCODECHAR20FCODE
HERKTSingle-Character Indicator CHAR1CHAR1CHAR1
BESKZProcurement Type BESKZCHAR1BESKZMBS
XLINELine index for internal table processing XLINEINT410XLINE
CADYNNumber of the following screen DYNNRCHAR4DYNNR
GSBTRDate for total commitment GSBTRDATS8DATUM
BSTMGConfirmed quantity for availability check in SKU VMENGQUAN15(3) MENG15
FKDIFFactory calendar day FKDAYDEC5FKDAY
MONTXCheckbox XFELDCHAR1XFELD
OSTWGCheckbox XFELDCHAR1XFELD
NSAVECheckbox XFELDCHAR1XFELD
BSFAKGeneral floating-point for counter field FLPXXFLTP16(16) FLPXX
VFAENNew Input Values XFLAGCHAR1XFLAG
BSDIFFactory calendar day FKDAYDEC5FKDAY
AZERGSingle-Character Indicator CHAR1CHAR1CHAR1
MEIZUIndicator: Component unit of measure cannot now be changed MEIZUCHAR1XFELD
TITLETitle Line SYTITLECHAR70SYCHAR70
PBKOXNew Input Values XFLAGCHAR1XFLAG
LOCOXCheckbox XFELDCHAR1XFELD
TBSTRPartial commitment date TBSTRDATS8DATUM
TBSMGQuantity partially committed TBSMGQUAN13(3) MENG13
KZAKPIndicator for type of component check KZAKPCHAR1KZAKP
LFPKZIndicator: call from long-term planning LFPKZCHAR1LFPKZ
MULTICheckbox XFELDCHAR1XFELD
AGREQRequirements totaling AGREQCHAR1AGREQ
RESMDATP Server: Mode for Results of Check RESMDCHAR1RESMD

Key field Non-key field



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

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

How to access SAP table CM61Q

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