MEPO_STATUS 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
Related tables to MEPO_STATUS
Access table MEPO_STATUS




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

MEPO_STATUS 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 TYPE MEPO_STATUS.

The MEPO_STATUS 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: Can be enhanced (character-type or numeric)


SAP MEPO_STATUS 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
STATUS06Short Text for Fixed Values VAL_TEXTCHAR60DDTEXT
ICON01Text Line TEXT72CHAR72TEXT72
ICON02Text Line TEXT72CHAR72TEXT72
ICON03Text Line TEXT72CHAR72TEXT72
ICON04Text Line TEXT72CHAR72TEXT72
ICON05Text Line TEXT72CHAR72TEXT72
ICON06Text Line TEXT72CHAR72TEXT72
QUANTITY_ORDEREDPurchase Order Quantity BSTMGQUAN13(3) MENG13
QUANTITY_CONFIRMEDQuantity as Per Vendor Confirmation BBMNGQUAN13(3) MENGE
QUANTITY_DELIVEREDQuantity of Goods Received WEMNGQUAN13(3) MENG13
QUANTITY_RESTR_STOCKGoods Receipt Blocked Stock in Order Unit WESBSQUAN13(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_CONFIRMED_UOMPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
QUANTITY_DELIVERED_UOMPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
QUANTITY_RESTR_STOCK_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
PRICE_DISPLAYCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table MEPO_STATUS

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