CKF_COST_COMPONENTS is an SAP Structure so does not store data like a database table does but can be used to process "Cost Components in Cost Component split" 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_CKF_COST_COMPONENTS TYPE CKF_COST_COMPONENTS .
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 |
KST001 | KSTEL | CURR | 13(2) | Cost Field | ||
KST002 | KSTEL | CURR | 13(2) | Cost Field | ||
KST003 | KSTEL | CURR | 13(2) | Cost Field | ||
KST004 | KSTEL | CURR | 13(2) | Cost Field | ||
KST005 | KSTEL | CURR | 13(2) | Cost Field | ||
KST006 | KSTEL | CURR | 13(2) | Cost Field | ||
KST007 | KSTEL | CURR | 13(2) | Cost Field | ||
KST008 | KSTEL | CURR | 13(2) | Cost Field | ||
KST009 | KSTEL | CURR | 13(2) | Cost Field | ||
KST010 | KSTEL | CURR | 13(2) | Cost Field | ||
KST011 | KSTEL | CURR | 13(2) | Cost Field | ||
KST012 | KSTEL | CURR | 13(2) | Cost Field | ||
KST013 | KSTEL | CURR | 13(2) | Cost Field | ||
KST014 | KSTEL | CURR | 13(2) | Cost Field | ||
KST015 | KSTEL | CURR | 13(2) | Cost Field | ||
KST016 | KSTEL | CURR | 13(2) | Cost Field | ||
KST017 | KSTEL | CURR | 13(2) | Cost Field | ||
KST018 | KSTEL | CURR | 13(2) | Cost Field | ||
KST019 | KSTEL | CURR | 13(2) | Cost Field | ||
KST020 | KSTEL | CURR | 13(2) | Cost Field | ||
KST021 | KSTEL | CURR | 13(2) | Cost Field | ||
KST022 | KSTEL | CURR | 13(2) | Cost Field | ||
KST023 | KSTEL | CURR | 13(2) | Cost Field | ||
KST024 | KSTEL | CURR | 13(2) | Cost Field | ||
KST025 | KSTEL | CURR | 13(2) | Cost Field | ||
KST026 | KSTEL | CURR | 13(2) | Cost Field | ||
KST027 | KSTEL | CURR | 13(2) | Cost Field | ||
KST028 | KSTEL | CURR | 13(2) | Cost Field | ||
KST029 | KSTEL | CURR | 13(2) | Cost Field | ||
KST030 | KSTEL | CURR | 13(2) | Cost Field | ||
KST031 | KSTEL | CURR | 13(2) | Cost Field | ||
KST032 | KSTEL | CURR | 13(2) | Cost Field | ||
KST033 | KSTEL | CURR | 13(2) | Cost Field | ||
KST034 | KSTEL | CURR | 13(2) | Cost Field | ||
KST035 | KSTEL | CURR | 13(2) | Cost Field | ||
KST036 | KSTEL | CURR | 13(2) | Cost Field | ||
KST037 | KSTEL | CURR | 13(2) | Cost Field | ||
KST038 | KSTEL | CURR | 13(2) | Cost Field | ||
KST039 | KSTEL | CURR | 13(2) | Cost Field | ||
KST040 | KSTEL | CURR | 13(2) | Cost Field |
Key field | |
Non-key field |
CKF_COST_COMPONENTS - Cost Components in Cost Component split CKF_COSTING_RESULT - Control Parameters for Calling Up Unit Costing - Export CKF_COSTING_DATES - Date fields of a cost estimate CKF_CONDITION_LINE - PCP: Line Origin Group with Value (Info Record Valuation) CKF_COMPONENT_TABLE_LINE - PCP: Row of a Table With Valuation Objects CKF_CKTC_GUID - Extended CKTC_GUID Structure