MCWMITADD SAP (Additional control/data fields for wareh.controlling item) Structure details

Dictionary Type: Structure
Description: Additional control/data fields for wareh.controlling item




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




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

MCWMITADD 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 "Additional control/data fields for wareh.controlling item" 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_MCWMITADD TYPE MCWMITADD.

The MCWMITADD table consists of various fields, each holding specific information or linking keys about Additional control/data fields for wareh.controlling item data available in SAP. These include TB_MENGE (Transfer requirement quantity in stockkeeping unit), TB_MEINS (Base Unit of Measure), TB_MENGA (Transfer Requirement Quantity in Alternate Unit), TB_ALTME (Alternative Unit of Measure for Stockkeeping Unit).. 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 MCWMITADD 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
TB_ELIKZIndicator: Processing Complete LTBP_ELIKZCHAR1XFELD
TB_MENGETransfer requirement quantity in stockkeeping unit LTBP_MENGEQUAN13(3) MENG13
TB_MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
TB_MENGATransfer Requirement Quantity in Alternate Unit LTBP_MENGAQUAN13(3) MENG13
TB_ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3T006CUNITMEINS
TB_TAMENTransfer Order Quantity in Stockkeeping Unit LTBP_TAMENQUAN13(3) MENG13
TB_TAMEATransfer Order Quantity in Alternative Unit LTBP_TAMEAQUAN13(3) MENG13
TB_AOFTANumber of Open Transfer Order Items LTBP_AOFTADEC5LVS_ANZPS
TB_AGSTATotal Number of Transfer Order Items LTBP_AGSTADEC5LVS_ANZPS
TB_BRGEWWeight of Material LTBP_BRGEWDEC11(3) DEC8_3
TB_GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
VB_SORTKRISort Criterion SORTKRICHAR20CHAR20
VB_LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
VB_LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
VB_KOMNGQuantity to be picked (actual qty minus picked qty) KOMNGQUAN13(3) MENG13
VB_MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
VB_VRKMESales unit VRKMEUNIT3T006CUNITMEINS
VB_UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
VB_UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
VB_MBDATMaterial Staging/Availability Date MBDATDATS8DATUM
VB_VGTYPActivity or element category VGTYPCHAR3VORG_TYP
VB_BRGEWGross weight BRGEW_15QUAN15(3) MENG15
VB_NTGEWNet weight NTGEW_15QUAN15(3) MENG15
VB_GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
VB_VOLUMVolume VOLUM_15QUAN15(3) MENG15
VB_VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
MG_LAGKLStorage class LVS_LAGKLCHAR5T646LMGEF_LAGKL
BASMEBase Unit of Measure MEINSUNIT3T006CUNITMEINS
MB_MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MB_MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA

Key field Non-key field



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

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

How to access SAP table MCWMITADD

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