CKI_TCKM2E SAP (Currencies of the Material Ledger) Structure details

Dictionary Type: Structure
Description: Currencies of the Material Ledger




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




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

CKI_TCKM2E 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 "Currencies of the Material Ledger" 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_TCKM2E TYPE CKI_TCKM2E.

The CKI_TCKM2E table consists of various fields, each holding specific information or linking keys about Currencies of the Material Ledger data available in SAP. These include MANDTE (Client), BWKEYE (Valuation Area), LFDNRE (Consecutive number for additional ML types - no longer used), MATLEDE (Material Ledger 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: Not classified


SAP CKI_TCKM2E 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
.INCLU-E 0
MANDTEClient MANDTCLNT3T000MANDT
BWKEYEValuation Area BWKEYCHAR4T001KBWKEYBWK
LFDNREConsecutive number for additional ML types - no longer used CK_LFDNRNUMC5CK_LFDNR
MATLEDEMaterial Ledger Type CKML_MATLEDCHAR4TCKMHDCKML_MATLED
MANDTClient MANDTCLNT3T000MANDT
MATLEDMaterial ledger type CK_MATLEDCHAR4Assigned to domainCK_MATLED
CURTP1Currency Type and Valuation View CURTPCHAR2CURTP
CURTP2Currency Type and Valuation View CURTPCHAR2CURTP
CURTP3Currency Type and Valuation View CURTPCHAR2CURTP
MLFICTUse currency types from financial accounting CK_ML_FICTCHAR1XFELD
MLCOCTUse currency types from Controlling CK_ML_COCTCHAR1XFELD
WAERS_1Currency Key WAERSCUKY5Assigned to domainWAERSFWS
WAERS_2Currency Key WAERSCUKY5Assigned to domainWAERSFWS
WAERS_3Currency Key WAERSCUKY5Assigned to domainWAERSFWS
TEXT_1Explanatory short text DDTEXTCHAR60DDTEXT
TEXT_2Explanatory short text DDTEXTCHAR60DDTEXT
TEXT_3Explanatory short text DDTEXTCHAR60DDTEXT
KURST_1Exchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
KURST_2Exchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
KURST_3Exchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
BASW_1Source Currency for Currency Translation CURSRCHAR1CURSR
BASW_2Source Currency for Currency Translation CURSRCHAR1CURSR
BASW_3Source Currency for Currency Translation CURSRCHAR1CURSR
UMRD_1Translation Date Type for Second Local Currency UMRD2CHAR1CURDT
UMRD_2Translation Date Type for Second Local Currency UMRD2CHAR1CURDT
UMRD_3Translation Date Type for Second Local Currency UMRD2CHAR1CURDT
CURRTYP_1Currency Type CURRTYPCHAR2CURRTYP
CURRTYP_2Currency Type CURRTYPCHAR2CURRTYP
CURRTYP_3Currency Type CURRTYPCHAR2CURRTYP
VALUTYP_1Valuation View VALUTYPNUMC1VALUTYPVTP
VALUTYP_2Valuation View VALUTYPNUMC1VALUTYPVTP
VALUTYP_3Valuation View VALUTYPNUMC1VALUTYPVTP

Key field Non-key field



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

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

How to access SAP table CKI_TCKM2E

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