CMM_MTM_CALC SAP (Assign Condition Types to Groups) Table details

Dictionary Type: Table
Description: Assign Condition Types to Groups




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




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

CMM_MTM_CALC is a standard SAP Table which is used to store Assign Condition Types to Groups data and is available within R/3 SAP systems depending on the version and release level.

The CMM_MTM_CALC table consists of various fields, each holding specific information or linking keys about Assign Condition Types to Groups data available in SAP. These include KAPPL (Application), KALSM (Procedure (Pricing, Output Control, Acct. Det., Costing,...)), KSCHL (Condition Type), CGROUP (MtM Condition Group).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CMM_MTM_CALC 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
MANDTClient MANDTCLNT3T000MANDT
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6T683KALSM
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
CGROUPMtM Condition Group CMM_MTM_CGROUPCHAR1CMM_MTM_CGROUPTCMM_MTM_CGROUP
SIGNSign CMM_MTM_SIGNCHAR1CMM_MTM_SIGN
DATE_DETDate Determination for an MtM-Relevant Condition Value CMM_MTM_DATE_DET_DCHAR2CMM_MTM_DATE_DETCMM_MTM_DATE_DET
REF_KSCHLReference Commodity Condition CMM_MTM_REF_KSCHLCHAR4T685KSCHL
AGG_KSCHLCondition to Which a Value Shall be Aggregated CMM_MTM_AGG_KSCHLCHAR4T685KSCHL

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMM_MTM_CALC
INTO CORRESPONDING FIELDS OF WA_CMM_MTM_CALC
WHERE...

How to access SAP table CMM_MTM_CALC

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