INCL_KOKRS SAP (Include for controlling area) Structure details

Dictionary Type: Structure
Description: Include for controlling area




ABAP Code to SELECT data from INCL_KOKRS
Related tables to INCL_KOKRS
Access table INCL_KOKRS




Structure field list including key, data, relationships and ABAP select examples

INCL_KOKRS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Include for controlling area" 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_INCL_KOKRS TYPE INCL_KOKRS.

The INCL_KOKRS table consists of various fields, each holding specific information or linking keys about Include for controlling area data available in SAP. These include LEGAL (Legal Valuation), PROFITCENTER (Profit Center Valuation), KONZERN (Group Valuation), CVACT (Ind.: Currency and Valuation Profile Active).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP INCL_KOKRS structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
LEGALLegal Valuation CK_LEGALCHAR1XFELD
PROFITCENTERProfit Center Valuation CK_PROFITCENTERCHAR1XFELD
KONZERNGroup Valuation CK_KONZERNCHAR1XFELD
CVACTInd.: Currency and Valuation Profile Active CVACTCHAR1XFELD
XWBUKIndicator: Different Company Code Currency is Allowed XWBUKCHAR1XFELD
CTYP_KOCurrency Type for Controlling Area CO_CTYPCHAR2CURTP
WAERS_KOCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KOKRSNAMEName of the controlling area BEZEICHAR25TEXT25
DPRCTDummy Profit Center DPRCTCHAR10Assigned to domainALPHAPRCTR
BASIC_VALUATIONOperational Valuation CK_BASIC_VALUATIONNUMC1VALUTYP
VERSION_LEGALCO Version That Is Active in Actual Data for Legal Valuation CK_VERSION_LEGALCHAR3Assigned to domainALPHACOVERSI
VERSION_KONZERNCO Version That Is Active in Actual Data for Group Valuation CK_VERSION_KONZERNCHAR3Assigned to domainALPHACOVERSI
VERSION_PROFCTRCO Version Active in Actual Data for Profit Center Valuation CK_VERSION_PROFCTRCHAR3Assigned to domainALPHACOVERSI
CTYP_KONZERN_VALUATIONCurrency Type for Group Valuation CK_CTYP_KONZERN_VALUATIONCHAR2CURTP
CTYP_PROFCTR_VALUATIONCurrency Type of Profit Center Valuation CK_CTYP_PROFCTR_VALUATIONCHAR2CURTP
LMONAFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
KTOPL_KOChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL

Key field Non-key field



How do I retrieve data from SAP structure INCL_KOKRS using ABAP code?

As INCL_KOKRS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on INCL_KOKRS as there is no data to select.

How to access SAP table INCL_KOKRS

Within an ECC or HANA version of SAP you can also view further information about INCL_KOKRS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!