CKMI1 SAP (Index for Accounting Documents for Material) Table details

Dictionary Type: Table
Description: Index for Accounting Documents for Material




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




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

CKMI1 is a standard SAP Table which is used to store Index for Accounting Documents for Material data and is available within R/3 SAP systems depending on the version and release level.

The CKMI1 table consists of various fields, each holding specific information or linking keys about Index for Accounting Documents for Material data available in SAP. These include KALNR (Cost Estimate Number for Cost Est. w/o Qty Structure), BDATJ (Posting Date YYYY), POPER (Posting period), AWTYP (Reference Transaction).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CKMI1 table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
BDATJPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
POPERPosting period POPERNUMC3POPERPOPR
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
GLVORBusiness Transaction GLVORCHAR4CHAR4
LBKUMTotal Valuated Stock LBKUMQUAN13(3) MENG13V
SALK3Value of Total Valuated Stock SALK3CURR13(2) WERT13N
VERPRMoving Average Price/Periodic Unit Price VERPRCURR11(2) WERT11V
STPRSStandard price STPRSCURR11(2) WERT11V
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
DATUMDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
UZEITTime of Entry CPUTMTIMS6UZEIT
VBDATUMDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
VBUZEITTime of Entry CPUTMTIMS6UZEIT
MENGEQuantity MENGE_DQUAN13(3) MENG13
WRBTRAmount or tax amount in the currency of the currency types ACBTRCURR13(2) WERT7
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
VKSALValue of Total Valuated Stock at Sales Price VKSALCURR13(2) WERT13N
VKWRTValue at Sales Prices Including Value-Added Tax VKWRTCURR13(2) WERT7

Key field Non-key field



How do I retrieve data from SAP table CKMI1 using ABAP code

The following ABAP code Example will allow you to do a basic selection on CKMI1 to SELECT all data from the table
DATA: WA_CKMI1 TYPE CKMI1.

SELECT SINGLE *
FROM CKMI1
INTO CORRESPONDING FIELDS OF WA_CKMI1
WHERE...

How to access SAP table CKMI1

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