COBHIENODE_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 Node" 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_COBHIENODE_DYN TYPE COBHIENODE_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 |
KSTRG | KSTRG | CHAR | 12 |
* | Cost Object | |
.INCLUDE | COBHIENODE_D | Data Part Cost Object Hierarchy Node COBHIENODE | ||||
UEKTR | CO_UKSTR | CHAR | 12 |
* | CO-PC: Higher-level cost object | |
WERKS | WERKS_D | CHAR | 4 |
* | Plant | |
GSBER | GSBER | CHAR | 4 |
* | Business Area | |
PRCTR | PRCTR | CHAR | 10 |
* | Profit Center | ALPHA |
OBJWR | OWAER | CUKY | 5 |
* | Currency Key | |
VAKTR | KK_VAKTR | CHAR | 20 | Person Responsible for Cost Object | ||
LOEKZ | KTR_LOEKZ | CHAR | 1 | Deletion Flag | ||
LOEKENNZ | KTR_LOEKNZ | CHAR | 1 | Deletion Indicator | ||
KALSM | KTR_KALSM | CHAR | 6 |
* | Costing sheet | |
ZSCHL | KTR_ZSCHL | CHAR | 6 | Overhead key | ||
LTEXT | KTR_LTEXT | CHAR | 1 | Indicator: Text exists | ||
NODE_NAME | KTRTEXT | CHAR | 40 | Short Text | ||
PARENT_NAME | KTRTEXT | CHAR | 40 | Short Text | ||
PLANT_NAME | NAME1 | CHAR | 30 | Name | ||
BUS_AREA_NAME | GTEXT | CHAR | 30 | Business area description | ||
PROFIT_CTR_NAME | KTEXT | CHAR | 20 | General Name | ||
CURR_NAME | LTEXT | CHAR | 40 | Long Text | ||
CSTG_SHEET_NAME | VTXTM | CHAR | 30 | Description |
Key field | |
Non-key field |
COBHIENODE_DYN - Screen Fields Cost Object Hierarchy Node COBHIENODE_D - Data Part Cost Object Hierarchy Node COBHIENODE COBELNR - Document number COBAUTAB - Control structure assembly COBAPI_S_OBJECT - Object List for Function Preselections COBANINF - Requisition fields in material component document structure