CKIBUKRS is an SAP Structure so does not store data like a database table does but can be used to process "Organizational Unit Terms - Company Code" 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_CKIBUKRS TYPE CKIBUKRS .
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 |
.INCLUDE | INCL_BUKRS | Include for company code | ||||
KTOPL | KTOPL | CHAR | 4 |
* | Chart of Accounts | |
PERIV | PERIV | CHAR | 2 |
* | Fiscal Year Variant | |
WAERS | WAERS | CUKY | 5 |
* | Currency Key | |
CTYP_BU | CK_CTYP_BU | CHAR | 2 | Currency Type of Company Code ("10" Company Code Currency) | ||
KOKRS | KOKRS | CHAR | 4 |
* | Controlling Area | |
.INCLUDE | INCL_KOKRS | Include for controlling area | ||||
.INCLUDE | BEWERTUNGSSICHT | Valuation View | ||||
LEGAL | CK_LEGAL | CHAR | 1 | Legal Valuation | ||
PROFITCENTER | CK_PROFITCENTER | CHAR | 1 | Profit Center Valuation | ||
KONZERN | CK_KONZERN | CHAR | 1 | Group Valuation | ||
CVACT | CVACT | CHAR | 1 | Ind.: Currency and Valuation Profile Active | ||
XWBUK | XWBUK | CHAR | 1 | Indicator: Different Company Code Currency is Allowed | ||
CTYP_KO | CO_CTYP | CHAR | 2 | Currency Type for Controlling Area | ||
WAERS_KO | WAERS | CUKY | 5 |
* | Currency Key | |
KOKRSNAME | BEZEI | CHAR | 25 | Name of the controlling area | ||
DPRCT | DPRCT | CHAR | 10 |
* | Dummy Profit Center | ALPHA |
BASIC_VALUATION | CK_BASIC_VALUATION | NUMC | 1 | Operational Valuation | ||
VERSION_LEGAL | CK_VERSION_LEGAL | CHAR | 3 |
* | CO Version That Is Active in Actual Data for Legal Valuation | ALPHA |
VERSION_KONZERN | CK_VERSION_KONZERN | CHAR | 3 |
* | CO Version That Is Active in Actual Data for Group Valuation | ALPHA |
VERSION_PROFCTR | CK_VERSION_PROFCTR | CHAR | 3 |
* | CO Version Active in Actual Data for Profit Center Valuation | ALPHA |
CTYP_KONZERN_VALUATION | CK_CTYP_KONZERN_VALUATION | CHAR | 2 | Currency Type for Group Valuation | ||
CTYP_PROFCTR_VALUATION | CK_CTYP_PROFCTR_VALUATION | CHAR | 2 | Currency Type of Profit Center Valuation | ||
LMONA | PERIV | CHAR | 2 |
* | Fiscal Year Variant | |
KTOPL_KO | KTOPL | CHAR | 4 |
* | Chart of Accounts |
Key field | |
Non-key field |
CKIBUKRS - Organizational Unit Terms - Company Code CKIBUCHUNGSKREIS - Company code CKIBEW - Header Transfer Structure for Central Valuation Routines CKIAGDAT - General Data for the Product Costing Application Area CKI94C - Long texts of characteristics for procurement alternatives CKI94B - Internal structure to maintain mixing ratios