MCUMSCHLAG SAP (LIS Key Figures for Inventory Turnover) Structure details

Dictionary Type: Structure
Description: LIS Key Figures for Inventory Turnover




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




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

MCUMSCHLAG 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 "LIS Key Figures for Inventory Turnover" 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_MCUMSCHLAG TYPE MCUMSCHLAG.

The MCUMSCHLAG table consists of various fields, each holding specific information or linking keys about LIS Key Figures for Inventory Turnover data available in SAP. These include UHBWBEST (Turnover of valuated stock), UHKOBEST (Turnover of consignment stock), DUHBWBEST (Average valuated stock turnover), DUHKOBEST (Average turnover of consignment stock).. 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: Cannot Be Enhanced


SAP MCUMSCHLAG 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
UHGSBESTTurnover of total stock UHGESDEC7(2) DEC5_2
UHBWBESTTurnover of valuated stock UHBWDEC7(2) DEC5_2
UHKOBESTTurnover of consignment stock UHKODEC7(2) DEC5_2
DUHBWBESTAverage valuated stock turnover DUHBWDEC7(2) DEC5_2
DUHKOBESTAverage turnover of consignment stock DUHKODEC7(2) DEC5_2
DUHGSBESTAverage turnover of total stock DUHGSDEC7(2) DEC5_2
UHWBWBESTInventory turnover (value-based) of valuated stock UHWBWDEC7(2) DEC5_2
UHWGSBESTInventory turnover (value-based) of total stock UHWGSDEC7(2) DEC5_2
DUHWGSBESTAverage turnover (value-based) of total stock DUHWGSDEC7(2) DEC5_2
DUHWBWBESTAverage turnover (value-based) of valuated stock DUHWBWDEC7(2) DEC5_2
JUHWGSBESTAnnual inventory turnover (value-based) of total stock JUHWGESDEC7(2) DEC5_2
JUHWBWBESTAnnual inventory turnover (value-based) of valuated stock JUHWBWDEC7(2) DEC5_2
JUHGSBESTAnnual inventory turnover (quantity-based) of total stock JUHGESDEC7(2) DEC5_2
JUHKOBESTAnnual turnover (quantity-based) of consignment stock JUHKODEC7(2) DEC5_2
JUHBWBESTAnnual inventory turnover of valuated stock JUHBWDEC7(2) DEC5_2

Key field Non-key field



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

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

How to access SAP table MCUMSCHLAG

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