CKI94A SAP (Internal structure to maintain mixing ratios) Structure details

Dictionary Type: Structure
Description: Internal structure to maintain mixing ratios




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




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

CKI94A 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 "Internal structure to maintain mixing ratios" 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_CKI94A TYPE CKI94A.

The CKI94A table consists of various fields, each holding specific information or linking keys about Internal structure to maintain mixing ratios data available in SAP. These include NAME1 (Name), BWKEY (Valuation Area), MATNR (Material Number), MAKTX (Material Description (Short Text)).. 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: Can be enhanced (character-type or numeric)


SAP CKI94A 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
NAME1Name NAME1CHAR30TEXT30
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
BWTTYValuation Category BWTTY_DCHAR1Assigned to domainBWTTY
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
MGTYPQuantity Structure Type CKML_MGTYPCHAR5CKMLMV006CKML_MGTYPCKML_MGTYP
PRZPFGActivate percent validation for mixed costing CKML_FLG_PRZPFGCHAR1BOOLE
KTEXTDescription of procurement alternative / process CKML_ALPROC_TEXTCHAR50TEXT50
NAMEEdited Name of an Alternative or a Process CKML_EDIT_NAMECHAR50CKML_EDIT_NAME
MEINS_PCValuation Unit of Measure CK_MEINH_BEWUNIT3Assigned to domainCUNITMEINS
LOSGR_PCLot Size for Product Costing CK_LOSGRQUAN13(3) MENG13
POPERPosting period POPERNUMC3POPERPOPR
BDATJPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
MISCH_VERHMixing Ratio CK_CROSSRDEC13(3) DEC10_3
ALDAT_PCQuantity Structure Date for Costing CK_BRDATDATS8CK_KADAT
KZKUPIndicator: Material can be co-product KZKUPMATCHAR1FLAG
PROCPUSHDisplay Pushbutton Processes CK_PUSH_PROCCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table CKI94A

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