MB5SIT SAP (Structure Interface Stock in Transit) Structure details

Dictionary Type: Structure
Description: Structure Interface Stock in Transit




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




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

MB5SIT 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 Stock in Transit" 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_MB5SIT TYPE MB5SIT.

The MB5SIT table consists of various fields, each holding specific information or linking keys about Structure Interface Stock in Transit data available in SAP. These include WERKS (Target Plant), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), VBELN (Delivery).. 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 MB5SIT 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
WERKSTarget Plant WERKS_TOCHAR4Assigned to domainWERKS
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BPRMEOrder Price Unit (Purchasing) BPRMEUNIT3Assigned to domainCUNITMEINS
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
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SIT_GRReceiving Valuated Stock in Transit in Base Unit of Measure MB5SIT_GR_BQUAN13(3) MENG13
SIT_GIIssuing Valuated Stock in Transit in Base Unit of Measure MB5SIT_GI_BQUAN13(3) MENG13
SIT_OUT_DELUnrestricted-Use Stock TB Delivered in Base Unit of Measure MB5SIT_OUT_DELQUAN13(3) MENG13
SIT_FREEDelivered Unrestricted-Use Stock in Base Unit of Measure MB5SIT_FREEQUAN13(3) MENG13
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
VBELN_IBDDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNR_IBDDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
BSTAEConfirmation Control Key BSTAECHAR4Assigned to domainBSTAE
RETPOReturns Item RETPOCHAR1XFELD
ETENSSequential Number of Vendor Confirmation ETENSNUMC4NUM04
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
VBELN_VASales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNR_VASales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
VGTYPActivity or element category VGTYPCHAR3VORG_TYP

Key field Non-key field



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

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

How to access SAP table MB5SIT

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