MB_SIT_PODATA SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

MB_SIT_PODATA is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The MB_SIT_PODATA table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), WERKS (Plant), ELIKZ ('Delivery Completed' Indicator).. 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 MB_SIT_PODATA table view 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
MANDTClient MANDTCLNT3T000MANDT
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EBELPBSP
WERKSPlant EWERKCHAR4T001WWERKSWRK
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
BSTAEConfirmation Control Key BSTAECHAR4T163LBSTAE
MEINSPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
LMEINBase Unit of Measure LAGMEUNIT3T006CUNITMEINS
UMREZNumerator for Conversion of Order Unit to Base Unit UMBSZDEC5UMBSZ
UMRENDenominator for Conversion of Order Unit to Base Unit UMBSNDEC5UMBSN
RETPOReturns Item RETPOCHAR1XFELD
KNTTPAccount Assignment Category KNTTPCHAR1T163KKNTTPKNT
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
VGABETransaction/event type, purchase order history VGABECHAR1VGABE
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
ETENSSequential Number of Vendor Confirmation ETENSNUMC4NUM04
MENGEQuantity MENGE_DQUAN13(3) MENG13
WESBBValuated Goods Receipt Blocked Stock in Order Unit WESBBQUAN13(3) MENG13
BAMNGQuantity MENGE_DQUAN13(3) MENG13
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
BSTYPPurchasing Document Category EBSTYPCHAR1EBSTYP
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
EKGRPPurchasing Group BKGRPCHAR3T024EKGRPEKG
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
BELNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
GJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
BUZEIItem in Material Document MBLPONUMC4MBLPOPOS

Key field Non-key field



How do I retrieve data from SAP table MB_SIT_PODATA using ABAP code

The following ABAP code Example will allow you to do a basic selection on MB_SIT_PODATA to SELECT all data from the table
DATA: WA_MB_SIT_PODATA TYPE MB_SIT_PODATA.

SELECT SINGLE *
FROM MB_SIT_PODATA
INTO CORRESPONDING FIELDS OF WA_MB_SIT_PODATA
WHERE...

How to access SAP table MB_SIT_PODATA

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