CKI_WWO_ML SAP (Currencies, currency types, org. levels, material ledger) Structure details

Dictionary Type: Structure
Description: Currencies, currency types, org. levels, material ledger




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




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

CKI_WWO_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 "Currencies, currency types, org. levels, 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_WWO_ML TYPE CKI_WWO_ML.

The CKI_WWO_ML table consists of various fields, each holding specific information or linking keys about Currencies, currency types, org. levels, material ledger data available in SAP. These include NOT_1_1 (Assignment of Plant to Valuation Area Not Unique), MANDT (Client), BWKEY (Valuation Area), BUKRS (Company Code).. 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 CKI_WWO_ML 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
BWKEY_NFCheckbox XFELDCHAR1XFELD
NOT_1_1Assignment of Plant to Valuation Area Not Unique CK_WK_BWKCHAR1XFELD
MANDTClient MANDTCLNT3T000MANDT
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BWMODValuation Grouping Code BWMODCHAR4CHAR4
XBKNGNegative stocks in valuation area allowed XBKNGCHAR1XFELD
MLBWAMaterial ledger activated in valuation area CK_ML_BWACCHAR1XFELD
MLBWVMaterial ledger activated in valuation area (compulsory) CK_ML_BWAVCHAR1XFELD
XVKBWSales price valuation active XVKBWCHAR1XFELD
ERKLAERKOMExplanation Facility for Material Ledger Active/Inactive ERKLAERKOMCHAR1XFELD
UPROFRetail revalution profile UPROF_DCHAR4TWUPUPROF
WBPROProfile for value-based inventory management WBPROCHAR4TWPRWBPRO
MLASTMaterial Price Determination: Control CK_ML_ABSTCHAR1CK_ML_ABST
MLASVPrice Determination is Binding in Valuation Area CK_ML_ABSVCHAR1XFELD
BDIFPStock correction tolerance BDIFPDEC5(2) PROZS
XLBPDPrice difference posting in GR for subcontract oder XLBPDCHAR1XFELD
XEWRXPost purchase account with receipt value XEWRXCHAR1XFELD
X2FDOTwo FI documents with purchase account X2FDOCHAR1XFELD
PRSFRPrice Release PRSFRGCHAR1PRSFRG
MLCCSActive Actual Cost Component Split CK_MLCCSCHAR1BOOLE
XEFREDel. costs to price diff. acct when purch. acct active XEFRECHAR1XFELD
EFREJStart of validity period f. del. costs in price diff. acct EFREJNUMC4GJAHRGJAHR
.INCLU--AP 0
/FMP/PRSFRPrice Release Flexible Material Prices /FMP/MP_PRSFRG_NCHAR1/FMP/MP_PRSFRG_N
/FMP/PRFRGRPrice Release Group /FMP/MP_PRRGRCHAR4/FMP/C_MP_PRGRP/FMP/MP_PRRGR
BUKRS_NFCheckbox XFELDCHAR1XFELD
BUKRSNAMEName NAME1CHAR30TEXT30
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
XWBUKIndicator: Different Company Code Currency is Allowed XWBUKCHAR1XFELD
KOKRS_NFCheckbox XFELDCHAR1XFELD
WAERS_KOCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KOKRSNAMEName of the controlling area BEZEICHAR25TEXT25
MLBWIMaterial ledger live in valuation area CK_ML_BWAICHAR1XFELD
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
CURSRSource Currency for Currency Translation CURSRCHAR1CURSR
CURDTType of Translation Date CURDTCHAR1CURDT
CURTP2Currency Type and Valuation View CURTPCHAR2CURTP
KURST2Exchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
CURSR2Source Currency for Currency Translation CURSRCHAR1CURSR
CURDT2Type of Translation Date CURDTCHAR1CURDT
BUKRS_NPWCheckbox XFELDCHAR1XFELD
ASCHEMAMaterial Update Structure CKML_ASCHEMACHAR4Assigned to domainCKML_ASCHEMA
XEINKIndicator: Purchase Account Processing is Active XEINKCHAR1XFELD
MLNEWNo Transaction-Related Closing Documents in the ML MLNEWCHAR1MLNEW
COGM_ACTIVEParallel Cost of Goods Manufactured Active FCML_COGM_ACTIVECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CKI_WWO_ML

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


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!