MB5OA SAP (Structure Interface Valuated GR Blocked Stock) Structure details

Dictionary Type: Structure
Description: Structure Interface Valuated GR Blocked Stock




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




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

MB5OA 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 "Structure Interface Valuated GR Blocked Stock" 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_MB5OA TYPE MB5OA.

The MB5OA table consists of various fields, each holding specific information or linking keys about Structure Interface Valuated GR Blocked Stock data available in SAP. These include WERKS (Plant), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), LOEKZ (Deletion Indicator in Purchasing Document).. 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 MB5OA 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
BSTMGPurchase Order Quantity BSTMGQUAN13(3) MENG13
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BPRMEOrder Price Unit (Purchasing) BPRMEUNIT3Assigned to domainCUNITMEINS
EKPO_WEORAAcceptance At Origin WEORACHAR1XFELD
BSTYPPurchasing Document Category EBSTYPCHAR1EBSTYP
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
WEBREIndicator: GR-Based Invoice Verification WEBRECHAR1XFELD
BWESBValuated Goods Receipt Blocked Stock BWESBQUAN13(3) MENG13V
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
EKBE_WEORAAcceptance At Origin WEORACHAR1XFELD
WESBB_107_WEORAAccepted Quantity in Purchase Order Unit of Measure MB5OA_WESBB_107_WEORAQUAN13(3) MENG13
WESBB_109_WEORADelivered Quantity in Purchase Order Unit of Measure MB5OA_WESBB_109_WEORAQUAN13(3) MENG13
WESBB_107Delivered Quantity in Purchase Order Unit of Measure MB5OA_WESBB_107QUAN13(3) MENG13
WESBB_109Released Quantity in Purchase Order Unit of Measure MB5OA_WESBB_109QUAN13(3) MENG13
WESBB_BLOCKEDValuated Goods Receipt Blocked Stock in Order Unit MB5OA_WESBB_BLOCKEDQUAN13(3) MENG13
TRANSFER_BSTMEPost-Origin-Acceptance Transfer Stock in Purchase Order Unit MB5OA_TRANSFER_BSTMEQUAN13(3) MENG13
BPWEB_107_WEORAAccepted Quantity in Purchase Order Price Unit MB5OA_BPWEB_107_WEORAQUAN13(3) MENG13
BPWEB_109_WEORADelivered Quantity in Purchase Order Price Unit MB5OA_BPWEB_109_WEORAQUAN13(3) MENG13
BPWEB_107Delivered Quantity in Purchase Order Price Unit MB5OA_BPWEB_107QUAN13(3) MENG13
BPWEB_109Released Quantity in Purchase Order Price Unit MB5OA_BPWEB_109QUAN13(3) MENG13
BPWEB_BLOCKEDValuated GR Blocked Stock in Purchase Order Price Unit MB5OA_BPWEB_BLOCKEDQUAN13(3) MENG13
TRANSFER_BPRMEPost-Origin-Acceptance Transfer Stock in PO Price Unit MB5OA_TRANSFER_BPRMEQUAN13(3) MENG13
WES_MEINS_107_WEORAAccepted Quantity in Base Unit of Measure MB5OA_BWESB_107_WEORAQUAN13(3) MENG13
WES_MEINS_109_WEORADelivered Quantity in Base Unit of Measure MB5OA_BWESB_109_WEORAQUAN13(3) MENG13
WES_MEINS_107Delivered Quantity in Base Unit of Measure MB5OA_BWESB_107QUAN13(3) MENG13
WES_MEINS_109Released Quantity in Base Unit of Measure MB5OA_BWESB_109QUAN13(3) MENG13
WES_MEINS_BLOCKEDValuated GR Blocked Stock/CST in Base Unit of Measure MB5OA_BWESB_BLOCKEDQUAN13(3) MENG13
TRANSFER_MEINSPost-Origin-Acceptance Transfer Stock in Base Unit of Meas. MB5OA_TRANSFER_MEINSQUAN13(3) MENG13

Key field Non-key field



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

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

How to access SAP table MB5OA

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