MDEZFSIZE SAP (Field lengths in table control for MRP lists) Structure details

Dictionary Type: Structure
Description: Field lengths in table control for MRP lists




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




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

MDEZFSIZE 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 "Field lengths in table control for MRP lists" 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_MDEZFSIZE TYPE MDEZFSIZE.

The MDEZFSIZE table consists of various fields, each holding specific information or linking keys about Field lengths in table control for MRP lists data available in SAP. These include DAT00 (Display length of fields in table control), DELB0 (Display length of fields in table control), EXTRA (Display length of fields in table control), AUSKT (Display length of fields in table control).. 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)


SAP MDEZFSIZE 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
DETAIL_ICONDisplay length of fields in table control FELDLAENGENUMC3NUMC03
DAT00Display length of fields in table control FELDLAENGENUMC3NUMC03
DELB0Display length of fields in table control FELDLAENGENUMC3NUMC03
EXTRADisplay length of fields in table control FELDLAENGENUMC3NUMC03
AUSKTDisplay length of fields in table control FELDLAENGENUMC3NUMC03
MNG01Display length of fields in table control FELDLAENGENUMC3NUMC03
MNG02Display length of fields in table control FELDLAENGENUMC3NUMC03
VERIDDisplay length of fields in table control FELDLAENGENUMC3NUMC03
SERNRDisplay length of fields in table control FELDLAENGENUMC3NUMC03
REVLVDisplay length of fields in table control FELDLAENGENUMC3NUMC03
MNAUSDisplay length of fields in table control FELDLAENGENUMC3NUMC03
DAT03Display length of fields in table control FELDLAENGENUMC3NUMC03
DAT02Display length of fields in table control FELDLAENGENUMC3NUMC03
ESOBSDisplay length of fields in table control FELDLAENGENUMC3NUMC03
SOBESDisplay length of fields in table control FELDLAENGENUMC3NUMC03
WRK01Display length of fields in table control FELDLAENGENUMC3NUMC03
WRK02Display length of fields in table control FELDLAENGENUMC3NUMC03
SLOC2Display length of fields in table control FELDLAENGENUMC3NUMC03
LGORTDisplay length of fields in table control FELDLAENGENUMC3NUMC03
UMDATDisplay length of fields in table control FELDLAENGENUMC3NUMC03
LIFNRDisplay length of fields in table control FELDLAENGENUMC3NUMC03
MD4LIDisplay length of fields in table control FELDLAENGENUMC3NUMC03
KUNNRDisplay length of fields in table control FELDLAENGENUMC3NUMC03
MD4KDDisplay length of fields in table control FELDLAENGENUMC3NUMC03
TRAMGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
USEX1Display length of fields in table control FELDLAENGENUMC3NUMC03
USEX2Display length of fields in table control FELDLAENGENUMC3NUMC03
USEX3Display length of fields in table control FELDLAENGENUMC3NUMC03
UNIV1Display length of fields in table control FELDLAENGENUMC3NUMC03
UNIV2Display length of fields in table control FELDLAENGENUMC3NUMC03
UNIV3Display length of fields in table control FELDLAENGENUMC3NUMC03
DAT00_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
DELB0_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
EXTRA_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
AUSKT_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
MNG01_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
MNG02_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
VERID_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
SERNR_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
REVLV_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
MNAUS_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
DAT03_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
DAT02_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
ESOBS_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
SOBES_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
WRK01_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
WRK02_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
LGORT_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
UMDAT_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
LIFNR_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
MD4LI_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
KUNNR_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
MD4KD_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
TRAMG_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
USEX1_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
USEX2_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
USEX3_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
UNIV1_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
UNIV2_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
UNIV3_ORGDisplay length of fields in table control FELDLAENGENUMC3NUMC03
PRIO_REQRequirement Priority PRIO_REQNUMC3Assigned to domainPRIO_REQ

Key field Non-key field



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

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

How to access SAP table MDEZFSIZE

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