CMM_MTM_MISC is an SAP Structure so does not store data like a database table does but can be used to process "MtM Extractor Structure - Miscellaneous" 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_CMM_MTM_MISC TYPE CMM_MTM_MISC .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
DATE_DISCOUNTING | CMM_MTM_DATE_DISC | DATS | 8 | Date on which a value relevant for MtM becomes effective | ||
DATE_PYMNT | CMM_MTM_DATE_PYMNT | DATS | 8 | Payment Date | ||
CGROUP | CMM_MTM_CGROUP | CHAR | 1 |
* | MtM Condition Group | |
COMMODITY | TBA_STOEFFCHEN | CHAR | 18 |
* | Physical Commodity | |
STWAE | STWAE | CUKY | 5 |
* | Statistics currency | |
MIRROR_VALUE | CMM_MTM_MIRROR | CHAR | 1 | Value Is Mirrored |
Key field | |
Non-key field |
CMM_MTM_MISC - MtM Extractor Structure - Miscellaneous CMM_MTM_KONV_AGGREGATED - MtM Extractor Structure - KONV fields CMM_MTM_KONV - MtM Extractor Structure - KONV fields CMM_MTM_KOMP - MtM Extractor Structure - KOMP fields CMM_MTM_KOMK - MtM Extractor Structure - KOMK fields CMM_MTM_EXTR_SO_INIT - MtM Extractor Structure for Sales Orders