MESWP_SIC_MMPUR_SARH SAP (Scheduling Agreement Release Header) Structure details

Dictionary Type: Structure
Description: Scheduling Agreement Release Header




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




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

MESWP_SIC_MMPUR_SARH 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 "Scheduling Agreement Release Header" 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_MESWP_SIC_MMPUR_SARH TYPE MESWP_SIC_MMPUR_SARH.

The MESWP_SIC_MMPUR_SARH table consists of various fields, each holding specific information or linking keys about Scheduling Agreement Release Header data available in SAP. These include EBELN (Order Number), EBELP (MRP element item), ABART (Release type), ABRUF (Forecast Delivery schedule 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: Not classified


SAP MESWP_SIC_MMPUR_SARH 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
LOGSYLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
EBELNOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
EBELPMRP element item DELPSNUMC6DELPS
ABARTRelease type ABARTCHAR1ABART
ABRUFForecast Delivery schedule number ABRUFNUMC10ABRUF
CPUDTTime Stamp for Release Creation ME_SWP_SIC_CPUDTDEC15TZNTSTMPS
SYNCDDate for GR Selection: Business Creation Date ME_SWP_SIC_SYNCDDEC15TZNTSTMPS
ABEDTTime Stamp of Release Output ME_SWP_SIC_ABEDTDEC15TZNTSTMPS
ABEZTTime Stamp of Confirmation ME_SWP_SIC_ABEZTDEC15TZNTSTMPS
STAABStatus of release STAABCHAR1STAAB
ABEFZCumulative Received Quantity ME_SWP_SIC_ABEFZQUAN15(3) ME_SWP_SIC_ABEFZ
ABHDTValid-To Date of Release ME_SWP_SIC_ABHDTDEC15TZNTSTMPS
ABFDETo Production Go-Ahead ME_SWP_SIC_ABFDEDEC15TZNTSTMPS
ABMDEMaterial Release To ME_SWP_SIC_ABMDEDEC15TZNTSTMPS
RELMEUnit UNITUNIT3CUNITEINHEIT
LWEDTLast Goods Receipt ME_SWP_SIC_LWEDTDEC15TZNTSTMPS
LWEMGQuantity of Last Goods Receipt MELWEMGQUAN13(3) MENG13
ABSFZAgreed Cumulative Quantity ABFTZQUAN13(3) MENG13
LFNKDDate of Delivery Note MELFDKDDATS8DATUM
LFDKDNumber of Delivery Note MELFNKD1CHAR16XBLNR1
WEBRLInternet release WEBRLCHAR1WEBRL
VENCFAcknowledgment of Internet SA release by vendor VENCFCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MESWP_SIC_MMPUR_SARH

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