MCWMIKZ SAP (Communication structure for wareh.contrl.perf.figure item) Structure details

Dictionary Type: Structure
Description: Communication structure for wareh.contrl.perf.figure item




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




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

MCWMIKZ 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 "Communication structure for wareh.contrl.perf.figure 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_MCWMIKZ TYPE MCWMIKZ.

The MCWMIKZ table consists of various fields, each holding specific information or linking keys about Communication structure for wareh.contrl.perf.figure item data available in SAP. These include LGBER (Storage section for stock removal, placement, return), LGPLA (Storage bin for stock removal, placement, return), LPTYP (Storage bin type for stock removal, placement, returns), ALTYP (Stock removal storage type).. 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 MCWMIKZ 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
LGTYPStor.type for stock removal, placement, return MCWM_LGTYPCHAR3T301LGTYP
LGBERStorage section for stock removal, placement, return MCWM_LGBERCHAR3T302LGBER
LGPLAStorage bin for stock removal, placement, return MCWM_LGPLACHAR10Assigned to domainLGPLA
LPTYPStorage bin type for stock removal, placement, returns MCWM_LPTYPCHAR2T303LVS_LPTYP
ALTYPStock removal storage type MCWM_ALTYPCHAR3T301LGTYP
ALBERStock removal storage section MCWM_ALBERCHAR3T302LGBER
ALPLAStock removal bin MCWM_ALPLACHAR10Assigned to domainLGPLA
ELTYPStock placement storage type MCWM_ELTYPCHAR3T301LGTYP
ELBERStock placement storage section MCWM_ELBERCHAR3T302LGBER
ELPLAStock placement bin MCWM_ELPLACHAR10Assigned to domainLGPLA
TAEPCNumber of stock placement items MCWM_TAEPCDEC9MCZAEHLER
TAEGWWeight of stock placement item MCWM_TAEGWQUAN15(3) MENG15
TAEMGPutaway quantity for TO item MCWM_TAEMGQUAN15(3) MENG15
TARPCNumber of TO items with return placement MCWM_TARPCDEC9MCZAEHLER
TARGWWeight of return transfer MCWM_TARGWQUAN15(3) MENG15
TARMGReturn placement quantity from TO item MCWM_TARMGQUAN15(3) MENG15
RGLACReturn to stock removal bin MCWM_RGLACDEC9MCZAEHLER
TAAPCNumber of stock removals MCWM_TAAPCDEC9MCZAEHLER
TAAGWWeight of stock removal MCWM_TAAGWQUAN15(3) MENG15
TAAMGStock Removal Quantity from TO Item MCWM_TAAMGQUAN15(3) MENG15
EXEMGExternal stock placement quantity (GR interface) MCWM_EXEMGQUAN15(3) MENG15
EXEPCNumber of external stock placement items MCWM_EXEPCDEC9MCZAEHLER
EXEGWWeight of external stock placement MCWM_EXEGWQUAN15(3) MENG15
EXAMGExternal removal quantity (GI interface) MCWM_EXAMGQUAN15(3) MENG15
EXAPCNumber of external stock removal items MCWM_EXAPCDEC9MCZAEHLER
EXAGWWeight of external stock removal MCWM_EXAGWQUAN15(3) MENG15
AEPSCNumber of movements between stock removal/placement type MCWM_AEPSCDEC9MCZAEHLER
AEMNGMoved quantity between stock removal/placement type MCWM_AEMNGQUAN15(3) MENG15
AEGEWMoved weight between stock removal/placement type MCWM_AEGEWQUAN15(3) MENG15
TBBZCNumber with TR reference MCWM_TBBZCDEC9MCZAEHLER
RFBZCNumber of items with reference to reference number MCWM_RFBZCDEC9MCZAEHLER
UMBZCNumber of items with reference to a posting change MCWM_UMBZCDEC9MCZAEHLER
LFBZCNumber of items for deliveries MCWM_LFBZCDEC9MCZAEHLER
RSBZCNumber with reservation reference MCWM_RSBZCDEC9MCZAEHLER
BE_AETime between TR creation and TO creation MCWM_BE_AEQUAN15MCWM_TIMEM
BEAECCounter for totals field time diff.TR creat. to TO creat. MCWM_BEAECDEC9MCZAEHLER
BP_AETime between TR planning data and TO creation MCWM_BP_AEQUAN15MCWM_TIMEM
BPAECCounter for totals field time difference TR plng to TO creat MCWM_BPAECDEC9MCZAEHLER
AE_AQTime between TO creation and confirmation in minutes MCWM_AE_AQQUAN15MCWM_TIMEM
AEAQCCounter for totals field time diff. TO creat. to TO conf. MCWM_AEAQCDEC9MCZAEHLER
LK_AETime between delivery note pick date and TO creation MCWM_LK_AEQUAN15MCWM_TIMEM
LKAECCounter for totals field, time diff. pick.date to TO creat. MCWM_LKAECDEC9MCZAEHLER
EDPSCCounter of real difference items MCWM_EDPSCDEC9MCZAEHLER
EDMNGReal difference quantity (not on source bin) MCWM_EDMNGQUAN15(3) MENG15
VDPSCCounter for source bin difference items MCWM_VDPSCDEC9MCZAEHLER
VDMNGDifference quantity for the source bin MCWM_VDMNGQUAN15(3) MENG15
NKPSCCounter for items with zero stock check MCWM_NKPSCDEC9MCZAEHLER
LZEITWM time unit MCWM_LZEITUNIT3CUNITMCWM_LZEIT

Key field Non-key field



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

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

How to access SAP table MCWMIKZ

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