MESCR_STP_HDR SAP (Header Structure for Display of Forecast Delivery Schedules) Structure details

Dictionary Type: Structure
Description: Header Structure for Display of Forecast Delivery Schedules




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




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

MESCR_STP_HDR 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 "Header Structure for Display of Forecast Delivery Schedules" 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_MESCR_STP_HDR TYPE MESCR_STP_HDR.

The MESCR_STP_HDR table consists of various fields, each holding specific information or linking keys about Header Structure for Display of Forecast Delivery Schedules data available in SAP. These include NAME1 (Name 1), ORT01 (City), EKORG (Purchasing Organization), EBELN (Purchasing Document Number).. 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 MESCR_STP_HDR 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
NAME1Name 1 NAME1_GPCHAR35NAME
ORT01City ORT01_GPCHAR35TEXT35
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LGBZOStaging Area for Warehouse Complex LGBZOCHAR10Assigned to domainLGBZO
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ABEFZCumulative Received Quantity for Scheduling Agreement MEAWEFZQUAN13(3) MENG13
WEBREIndicator: GR-Based Invoice Verification WEBRECHAR1XFELD
TXZ01Short Text TXZ01CHAR40TEXT40
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
MFZHIMaximum Cumulative Material Go-Ahead Quantity MFZHIQUAN15(3) MENG15
FFZHIMaximum Cumulative Production Go-Ahead Quantity FFZHIQUAN15(3) MENG15
FABKZIndicator: Item Relevant to JIT Delivery Schedules FABKZCHAR1FABKZ
ADDRNUMAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
CONSNUMSequence Number AD_CONSNUMNUMC3NUMC3

Key field Non-key field



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

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

How to access SAP table MESCR_STP_HDR

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