MEPO_STATUS_HEADER SAP (Transfer Structure: Status Information: Header) Structure details

Dictionary Type: Structure
Description: Transfer Structure: Status Information: Header




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




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

MEPO_STATUS_HEADER 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 "Transfer Structure: Status Information: 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_MEPO_STATUS_HEADER TYPE MEPO_STATUS_HEADER.

The MEPO_STATUS_HEADER table consists of various fields, each holding specific information or linking keys about Transfer Structure: Status Information: Header data available in SAP. These include STATUS02 (Short Text for Fixed Values), STATUS03 (Short Text for Fixed Values), STATUS04 (Short Text for Fixed Values), STATUS05 (Short Text for Fixed Values).. 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 MEPO_STATUS_HEADER 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
STATUS01Short Text for Fixed Values VAL_TEXTCHAR60DDTEXT
STATUS02Short Text for Fixed Values VAL_TEXTCHAR60DDTEXT
STATUS03Short Text for Fixed Values VAL_TEXTCHAR60DDTEXT
STATUS04Short Text for Fixed Values VAL_TEXTCHAR60DDTEXT
STATUS05Short Text for Fixed Values VAL_TEXTCHAR60DDTEXT
ICON01Text Line TEXT72CHAR72TEXT72
ICON02Text Line TEXT72CHAR72TEXT72
ICON03Text Line TEXT72CHAR72TEXT72
ICON04Text Line TEXT72CHAR72TEXT72
ICON05Text Line TEXT72CHAR72TEXT72
QUANTITY_ORDEREDPurchase Order Quantity BSTMGQUAN13(3) MENG13
QUANTITY_DELIVEREDQuantity of Goods Received WEMNGQUAN13(3) MENG13
QUANTITY_OPENOpen Quantity OBMNGQUAN13(3) MENG13
QUANTITY_INVOICEDQuantity invoiced REMNGQUAN13(3) MENG13
QUANTITY_ORDERED_UOMPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
QUANTITY_DELIVERED_UOMPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
QUANTITY_OPEN_UOMPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
QUANTITY_INVOICED_UOMPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
VALUE_ORDEREDNet Order Value in PO Currency BWERTCURR13(2) WERT7
VALUE_DELIVEREDValue of goods received in local currency WEWRTCURR13(2) WERT7
VALUE_OPENNet Value in Document Currency NETWRCURR15(2) WERTV8
VALUE_INVOICEDInvoice value in local currency REWRTCURR13(2) WRTV7
VALUE_DOWN_PAYMENTSTotal Down Payments in Local Currency ANZALCURR13(2) WERT7
VALUE_ORDERED_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VALUE_DELIVERED_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VALUE_OPEN_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VALUE_INVOICED_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VALUE_DOWN_PAYMENTS_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table MEPO_STATUS_HEADER

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