DKEC0 SAP (EC-PCA: Dynpro fields for Customizing transport SAPMKEC0) Structure details

Dictionary Type: Structure
Description: EC-PCA: Dynpro fields for Customizing transport SAPMKEC0




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




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

DKEC0 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 "EC-PCA: Dynpro fields for Customizing transport SAPMKEC0" 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_DKEC0 TYPE DKEC0.

The DKEC0 table consists of various fields, each holding specific information or linking keys about EC-PCA: Dynpro fields for Customizing transport SAPMKEC0 data available in SAP. These include BEZEI (Name of the controlling area), PCAT01 (Transport flag: Controlling area basic data), PCAT02 (Transport flag: Standard hierarchy), PCAT03 (Transport flag: Profit center groups).. 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 DKEC0 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
BEZEIName of the controlling area BEZEICHAR25TEXT25
PCAT01Transport flag: Controlling area basic data PCAT01CHAR1FLAG
PCAT02Transport flag: Standard hierarchy PCAT02CHAR1FLAG
PCAT03Transport flag: Profit center groups PCAT03CHAR1FLAG
PCAT04Transport Flag: Profit Centers PCAT04CHAR1FLAG
PCAT05Transport flag: Time-based fields PCAT05CHAR1FLAG
PCAT06Transport flag: Plan versions PCAT06CHAR1FLAG
PCAT07Transport flag: Actual control parameters PCAT07CHAR1FLAG
PCAT08Transport flag: Automatic account assignment PCAT08CHAR1FLAG
PCAT09Transport flag: Actual account determination PCAT09CHAR1FLAG
PCAT10Transport flag: Special handling PCAT10CHAR1FLAG
PCAT11Transport flag: Report list PCAT11CHAR1FLAG
PCAT12Transport log flag PCAT12CHAR1FLAG
PCAT13Transport flag: Control indicators PCAT13CHAR1FLAG
PCAT14Transport flag: Report tree PCAT14CHAR1FLAG
PCAT15Transport flag: Sales order substitution PCAT15CHAR1FLAG
PCAT16Transport flag: Activities in EC-PCA PCAT16CHAR1FLAG
PCAT17Transport flag: additional balance sheet and P&L accounts PCAT17CHAR1FLAG
PCAT18Transport Indicator: Statistical Key Figures PCAT18CHAR1FLAG
PCAT19Transport flag: EC-PCA planner profiles PCAT19CHAR1XFELD
PCAT20Transport Flag: PCA Templates PCAT20CHAR1FLAG
PCAT21Transport Flag: PCA Function Trees PCAT21CHAR1FLAG

Key field Non-key field



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

As DKEC0 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 DKEC0 as there is no data to select.

How to access SAP table DKEC0

Within an ECC or HANA version of SAP you can also view further information about DKEC0 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!