COMT_CFGM_INSTANCE_DELTA is an SAP Structure so does not store data like a database table does but can be used to process "structure with deltas between two matching instances" 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_COMT_CFGM_INSTANCE_DELTA TYPE COMT_CFGM_INSTANCE_DELTA .
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 |
INST_ID_1 | COMT_CFGD_INSTID | CHAR | 8 | Internal identifier of a Instance | ||
INST_ID_2 | COMT_CFGD_INSTID | CHAR | 8 | Internal identifier of a Instance | ||
ITEM_ID | COMT_CFGD_GUID | CHAR | 32 | Global Identifier | ||
DECOMP_PATH | COMT_CFGM_PATH | CHAR | 128 | Decomposition Path | ||
INST_DELTAS | COMT_CFGM_DELTA_I | TTYP | Table of field deltas | |||
PART_OF_DELTAS | COMT_CFGM_DELTA_I | TTYP | Table of field deltas | |||
VALUE_DELTAS | COMT_CFGM_VALUE_DELTA_I | TTYP | table of characteristic value deltas | |||
COMT_CFGD_AUTHOR | CHAR | 1 | Author Information (Statement Was Inferred) | |||
CHANGE_FLAG | COMT_CFGM_UPDATE_FLAG | CHAR | 1 | Update Flag (I=Insert, D=Delete, U=Update) |
Key field | |
Non-key field |
COMT_CFGM_INSTANCE_DELTA - structure with deltas between two matching instances COMT_CFGM_INSTANCE - CFG: Instance COMT_CFGM_GROUP_ID - CFG: Group Id COMT_CFGM_GROUPED_CHOICE - Grouped choices (as nogoods for example) COMT_CFGM_FACT_UNTYPED - Configuration Conflict Handling: Fact COMT_CFGM_FACT_BINDING - Fact binding for domains