CKML_S_STULI SAP (Fields for BOM Display) Structure details

Dictionary Type: Structure
Description: Fields for BOM Display




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




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

CKML_S_STULI 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 BOM Display" 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_CKML_S_STULI TYPE CKML_S_STULI.

The CKML_S_STULI table consists of various fields, each holding specific information or linking keys about Fields for BOM Display data available in SAP. These include MATNR_PROZ (Process Material), WERKS_BEST (Order Plant), MATNR_BEST (Ordered Material), EDT_NAME (Procurement Process).. 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 CKML_S_STULI 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
WERKS_PRODProduction Plant CKML_WERK_PRODCHAR4Assigned to domainWERKS
MATNR_PROZProcess Material CKML_MATNR_PROZCHAR18Assigned to domainMATN1MATNR
WERKS_BESTOrder Plant CKML_WERK_BESTCHAR4Assigned to domainWERKS
MATNR_BESTOrdered Material CKML_MATNR_BESTCHAR18Assigned to domainMATN1MATNR
EDT_NAMEProcurement Process CKML_N_PROCCHAR50TEXT50
PTYPItem category CKML_POSITIONSTYPCHAR4
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRResource CKML_RESSOURCECHAR18Assigned to domainMATN1MATNR
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
KTEXTName CKML_RESSOURCENBEZEICHNUNGCHAR40TEXT40
MENGEQuantity of goods received or withdrawn CKML_ALV_IO_MENGEQUAN15(3) MENGV8
MENGE_PLANPlanned Quantity of Goods Received or Withdrawn CKML_MENGE_PLANQUAN15(3) MENGV8
MENGE_SOLLTarget Quantity of Goods Received or Withdrawn CKML_MENGE_SOLLQUAN15(3) MENGV8
MENGE_ISTActual Quantity of Goods Recieved or Withdrawn CKML_MENGE_ISTQUAN15(3) MENGV8
MENGE_FIXFixed withdrawl quantity (planned quantity structure) CKML_MENGE_FIXQUAN15(3) MENGV8
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table CKML_S_STULI

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