EINSTIEGLISTE SAP (Initial screen parameters for MD04 etc.) Structure details

Dictionary Type: Structure
Description: Initial screen parameters for MD04 etc.




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




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

EINSTIEGLISTE 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 "Initial screen parameters for MD04 etc." 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_EINSTIEGLISTE TYPE EINSTIEGLISTE.

The EINSTIEGLISTE table consists of various fields, each holding specific information or linking keys about Initial screen parameters for MD04 etc. data available in SAP. These include MANDT (Client), MRPPP (PPC planning calendar), PRAST (Period split), DETLI (show header details for material).. 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 EINSTIEGLISTE 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MANDTClient MANDTCLNT3Assigned to domainMANDT
MRPPPPPC planning calendar MRPPPCHAR3T439GMRPPP
PRASTPeriod split PRASTCHAR5T449APRAST
DETLIshow header details for material DETLICHAR1XFLAG
LKOPFInitial screen parameters for MRP list ESPARCHAR2CHAR2
EZPERInitial screen parameters for MRP list ESPARCHAR2CHAR2
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
INPERInitial screen parameters for MRP list ESPARCHAR2CHAR2
KDSRTSort individual customer segments in MRP lists KDSRTCHAR2CHAR2
WZFLGDisplay end of total replenishment lead time WZFLGCHAR1XFELD
MTREEDisplay Overview Tree MTREECHAR1XFELD
ATREEHide/show planning segment tree at number of segments ATREEINT410ATREE
BEDVLNew Input Values XFLAGCHAR1XFLAG
VRFWEInitial screen parameters for MRP list ESPARCHAR2CHAR2
NAVPRNavigation profile NAVPRCHAR10T444ANAVPR
DFILTActivate display filter and selection rule DFILTCHAR1XFELD
ERGBZSelection rule ERGBZCHAR8T462CHAR8
FILBZName of display filter FILBZCHAR8T463CHAR8
PRREGChecking Rule for Availability Check PRREGCHAR2T441RPRREGPRR
PRRLTDescription of Checking Rule PRRLTCHAR40TEXT40
SBZKZChanges to grouping of dependent requirements SBZKZCHAR1CHAR1
MEMFLRead Order Report from Buffer MD_MEM_ORDREPCHAR1XFELD
MTRPOPosition of the Overview Tree MTRPOCHAR1MTRPO
MTRSZSize of Overview Tree MTRSZNUMC2NUMC2
MTOLDDisplay Old Order Tree MTOLDCHAR1XFELDMTOLD
ORDPRProfile for Order Report PROFID_ORD_REPCHAR12T464PROFID_ORD_REPPROFID
MDATSDisplay Tab Pages for Material Groupings MDATSCHAR1MDATS
MDNVMDo Not Aggregate Quantity of Material Groupings MDNVMCHAR1XFLAG
MDKUMNo Stock Transfers in Cross-Plant View MDKUMCHAR1XFLAG
.INCLU--AP 0
ADPIC_NO_AGGRDo Not Display Aggregated Stock (MPN-MRP Set/Supersession) ADPIC_D_MD04_NO_AGGRCHAR1ADPIC_DOM_XFLAG

Key field Non-key field



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

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

How to access SAP table EINSTIEGLISTE

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