MONITOR_STATUS_LIST_ITEM SAP (Item status list for Open Sales Order Monitor) Structure details

Dictionary Type: Structure
Description: Item status list for Open Sales Order Monitor




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




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

MONITOR_STATUS_LIST_ITEM 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 "Item status list for Open Sales Order Monitor" 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_MONITOR_STATUS_LIST_ITEM TYPE MONITOR_STATUS_LIST_ITEM.

The MONITOR_STATUS_LIST_ITEM table consists of various fields, each holding specific information or linking keys about Item status list for Open Sales Order Monitor data available in SAP. These include VBELN (Sales Document), POSNR (Sales Document Item), MATNR (Material Number), CHARG (Batch 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 MONITOR_STATUS_LIST_ITEM 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
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
PSTYVSales document item category PSTYVCHAR4TVPTPSTYV
ABGRUReason for rejection of quotations and sales orders ABGRU_VACHAR2TVAGABGRU_VA
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
NETWRNet value of the order item in document currency NETWR_APCURR15(2) WERTV8
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
KBMENGCumulative confirmed quantity in sales unit KBMENGQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
WERKSPlant (Own or External) WERKS_EXTCHAR4Assigned to domainWERKSWRKSH_T001W_EXTS
BESTAConfirmation Status of Document Item BESTACHAR1STATV
LFSTADelivery status LFSTACHAR1STATV
LFGSAOverall delivery status of the item LFGSACHAR1STATV
WBSTAGoods movement status WBSTACHAR1STATV
FKSTABilling status of delivery-related billing documents FKSTACHAR1STATV
FKSAABilling Status for Order-Related Billing Documents FKSAACHAR1STATV
GBSTAOverall processing status of the SD document item GBSTACHAR1STATV
PDSTAPOD status on item level PDSTACHAR1STATV
UVALLGeneral Incompletion Status of Item UVALL_UPCHAR1STATV
UVVLKIncompletion status of the item with regard to delivery UVVLK_UPCHAR1STATV
UVFAKItem Incompletion Status with Respect to Billing UVFAK_UPCHAR1STATV
UVPRSPricing for item is incomplete UVPRS_UPCHAR1STATV
EDATUSchedule line date EDATUDATS8DATUM
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
MBDATMaterial Staging/Availability Date MBDATDATS8DATUM
BMENGConfirmed Quantity BMENGQUAN13(3) MENG13
WMENGOrder quantity in sales units WMENGQUAN13(3) MENG13
EBELNPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
PUR_REQ_NUMBERPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EINDTItem Delivery Date EINDTDATS8DATUM
SLFDTStatistics-Relevant Delivery Date SLFDTDATS8DATUM
BEWTPPO history category BEWTPCHAR1Assigned to domainBEWTP
BUDATPosting Date in the Document BUDATDATS8DATUM
VBELVOriginating document VBELVCHAR10Assigned to domainALPHAVBELN
POSNVOriginating item POSNVNUMC6Assigned to domainPOSNR
VBTYP_NDocument category of subsequent document VBTYP_NCHAR1VBTYP
DELIVERY_NUMBERDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
LFDATDelivery date LFDATDATS8DATUM
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13

Key field Non-key field



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

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

How to access SAP table MONITOR_STATUS_LIST_ITEM

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