COBHIE_DYN is an SAP Structure so does not store data like a database table does but can be used to process "Screen Fields Cost Object Hierarchy" 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_COBHIE_DYN TYPE COBHIE_DYN .
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 |
ROOTNODE | KSTRG | CHAR | 12 |
* | Cost Object | |
.INCLUDE | COBHIE_D | Data Part Cost Object Hierarchy COBHIE | ||||
COSTOBJ_CAT | KK_KTRART | CHAR | 4 |
* | Cost Object Category | |
CO_AREA | KOKRS | CHAR | 4 |
* | Controlling Area | |
COMP_CODE | BUKRS | CHAR | 4 |
* | Company Code | |
VARIANCE_KEY | AWSLS | CHAR | 6 |
* | Variance Key | |
ROOTNODE_NAME | KTRTEXT | CHAR | 40 | Short Text | ||
COSTOBJ_CAT_DESCRIPTION | KTRTEXT | CHAR | 40 | Short Text | ||
CO_AREA_DESCRIPTION | BEZEI | CHAR | 25 | Name of the controlling area | ||
COMP_NAME | BUTXT | CHAR | 25 | Name of Company Code or Company | ||
VARIANCE_KEY_NAME | AWTXT | CHAR | 40 | Name | ||
REFNODE | KSTRG | CHAR | 12 |
* | Cost Object | |
REFNODE_NAME | KTRTEXT | CHAR | 40 | Short Text |
Key field | |
Non-key field |