CKI94B 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 CKI94B
Related tables to CKI94B
Access table CKI94B




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

CKI94B 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_CKI94B TYPE CKI94B.

The CKI94B 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 BWKEY (Valuation Area), MATNR (Material Number), BWTAR (Valuation Type), MGTYP (Quantity Structure Type).. 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 CKI94B 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_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
MGTYPQuantity Structure Type CKML_MGTYPCHAR5Assigned to domainCKML_MGTYPCKML_MGTYP
BTYPProcess Category CKML_BTYPCHAR4Assigned to domainCKML_PROZESS_TYP
TEXTProcurement Alternative: Changeable Name CKML_NU_BALTCHAR50TEXT50
NAMEProcurement Alternatvie: Generated Name CKML_NG_BALTCHAR50TEXT50
SORTSort string for differentiating procurement alternatives CKML_SORT_NAMECHAR10CHAR10
MEINS_PCValuation Unit of Measure CK_MEINH_BEWUNIT3Assigned to domainCUNITMEINS
LOSGR_PCLot Size for Product Costing CK_LOSGRQUAN13(3) MENG13
POPERPosting period POPERNUMC3POPERPOPR
BDATJFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MIXCOST_PCProcurement Alternative Provided for Mixed Costing CK_MIXCOSTCHAR1XFELD
MISCH_VERHMixing Ratio CK_CROSSRDEC13(3) DEC10_3
ALDAT_PCQuantity Structure Date for Costing CK_BRDATDATS8CK_KADAT
CSPLIT_PCApportionment Structure CSPLITCHAR4Assigned to domainCSPLIT
FLG_MULTIMultiple Usage CK_MULTICHAR1CHAR1
BWVAR_PCValuation Variant in Costing CK_BWVARCHAR3TCK05CK_BWVARBWV
BWDAT_PCValuation Date of a Cost Estimate CK_BWDATDATS8CK_KADAT

Key field Non-key field



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

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

How to access SAP table CKI94B

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