CKMLQS_FIELDS SAP (Fields for Quantity Structure Tree Output) Structure details

Dictionary Type: Structure
Description: Fields for Quantity Structure Tree Output




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




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

CKMLQS_FIELDS 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 "Fields for Quantity Structure Tree Output" 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_CKMLQS_FIELDS TYPE CKMLQS_FIELDS.

The CKMLQS_FIELDS table consists of various fields, each holding specific information or linking keys about Fields for Quantity Structure Tree Output data available in SAP. These include QUANTITY (Quantity), MEINS (Unit of Measure for Material Valuation), BEWER (Preliminary Valuation), ABWE (Differences).. 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 CKMLQS_FIELDS 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
NODENodes: Material/Procurement Alternative/Activity CKMLQS_NODECHAR30
QUANTITYQuantity KKB_ML_MENGEQUAN15(3) MENGV8
MEINSUnit of Measure for Material Valuation CKML_MEINSUNIT3Assigned to domainCUNITMEINS
BEWERPreliminary Valuation KKB_ML_BEWERCURR15(2) WERTV8
ABWEDifferences KKB_ML_ABWECURR15(2) WERTV8
ABWE_ESingle-Level Differences KKB_ML_ABWE_ECURR15(2) WERTV8
ABWE_MMultilevel Differences KKB_ML_ABWE_MCURR15(2) WERTV8
GESActual Value KKB_ML_GESCURR15(2) WERTV8
KABWEExchange Rate Differences KKB_ML_KABWECURR15(2) WERTV8
KABWE_ESingle-Level Exchange Rate Differences KKB_ML_KABWE_ECURR15(2) WERTV8
KABWE_MMultilevel Exchange Rate Differences KKB_ML_KABWE_MCURR15(2) WERTV8
PABWEPrice Differences KKB_ML_PABWECURR15(2) WERTV8
PABWE_ESingle-Level Price Differences KKB_ML_PABWE_ECURR15(2) WERTV8
PABWE_MMultilevel Price Differences KKB_ML_PABWE_MCURR15(2) WERTV8
PREISPrice KKB_ML_PREISCURR11(2) WERT11
WERTValuation KKB_ML_WERTCURR15(2) WERTV8
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
RESSOURCEOrigin1, origin2 and origin3 KKEK_RESSCHAR52CHAR52
PEINHPrice unit CK_PEINH_1DEC5PACK3
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY

Key field Non-key field



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

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

How to access SAP table CKMLQS_FIELDS

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