SAP CKI_ACCIT_ML Transfer from MM to ML in accit-structure Table data and field list

CKI_ACCIT_ML 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 "Transfer from MM to ML in accit-structure" 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_CKI_ACCIT_ML TYPE CKI_ACCIT_ML.

The CKI_ACCIT_ML table consists of various fields, each holding specific information or linking keys about Transfer from MM to ML in accit-structure data available in SAP. These include MLAST (Material Price Determination: Control), ZEILE (Item in material or invoice verification document), URZEILE (Original item in material or invoice document), MLBWG (Movement Type Group for ML Update)... 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. .

CKI_ACCIT_ML structure Technical Details:

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


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CKI_ACCIT_ML table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MLMAAMaterial ledger activated at material level CK_ML_MAACCHAR1XFELD
MLASTMaterial Price Determination: Control CK_ML_ABSTCHAR1CK_ML_ABST
ZEILEItem in material or invoice verification document CK_ZEILENUMC6NUMC6
URZEILEOriginal item in material or invoice document CK_URZEILENUMC6NUMC6
MLBWGMovement Type Group for ML Update CKML_MLBWGCHAR2Assigned to domainCKML_MLBWG
MLNPRDDo not break down price differences in profit center acctg CK_MLNPRDCHAR1XFELD
LSQTYLast Settlement Amount in Current Period (Production Order) CK_LSQTYQUAN15(3) MENGV8
PRQTYBase Quantity for Invoice Verification Price Differences CK_PRQTYQUAN15(3) MENGV8
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
VKWRTValue at Sales Prices Including Value-Added Tax VKWRTCURR13(2) WERT7
UMMATReceiving/Issuing Material UMMATCHAR18Assigned to domainMATN1MATNR
UMWRKReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
UMSOKSpecial Stock Indicator for Physical Stock Transfer UMSOKCHAR1Assigned to domainSOBKZ
UMWERValue Update in Material Master Record WERTUCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CKI_ACCIT_ML

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

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