S091BIW2 SAP (S091BIW2 * WM: Quantity Flows) Table details

Dictionary Type: Table
Description: S091BIW2 * WM: Quantity Flows




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




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

S091BIW2 is a standard SAP Table which is used to store S091BIW2 * WM: Quantity Flows data and is available within R/3 SAP systems depending on the version and release level.

The S091BIW2 table consists of various fields, each holding specific information or linking keys about S091BIW2 * WM: Quantity Flows data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), SPMON (Period to analyze - month), SPTAG (Period to analyze - current date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP S091BIW2 table 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
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
ALTYPStock removal storage type MCWM_ALTYPCHAR3T301LGTYP
ALBERStock removal storage section MCWM_ALBERCHAR3T302LGBER
ELTYPStock placement storage type MCWM_ELTYPCHAR3T301LGTYP
ELBERStock placement storage section MCWM_ELBERCHAR3T302LGBER
BWLVSMovement Type for Warehouse Management BWLVSNUMC3T333BWLVSBWL
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
LETYPStorage Unit Type LVS_LETYPCHAR3T307LVS_LETYP
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
BASMEBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LZEITWM time unit MCWM_LZEITUNIT3CUNITMCWM_LZEIT
AEGEWMoved weight between stock removal/placement type MCWM_AEGEWQUAN15(3) MENG15
AEMNGMoved quantity between stock removal/placement type MCWM_AEMNGQUAN15(3) MENG15
AEPSCNumber of movements between stock removal/placement type MCWM_AEPSCDEC9MCZAEHLER
EDMNGReal difference quantity (not on source bin) MCWM_EDMNGQUAN15(3) MENG15
EDPSCCounter of real difference items MCWM_EDPSCDEC9MCZAEHLER
VDMNGDifference quantity for the source bin MCWM_VDMNGQUAN15(3) MENG15
VDPSCCounter for source bin difference items MCWM_VDPSCDEC9MCZAEHLER
RGLACReturn to stock removal bin MCWM_RGLACDEC9MCZAEHLER
NKPSCCounter for items with zero stock check MCWM_NKPSCDEC9MCZAEHLER
RSBZCNumber with reservation reference MCWM_RSBZCDEC9MCZAEHLER
TBBZCNumber with TR reference MCWM_TBBZCDEC9MCZAEHLER
LFBZCNumber of items for deliveries MCWM_LFBZCDEC9MCZAEHLER
RFBZCNumber of items with reference to reference number MCWM_RFBZCDEC9MCZAEHLER
AE_AQTime between TO creation and confirmation in minutes MCWM_AE_AQQUAN15MCWM_TIMEM
AEAQCCounter for totals field time diff. TO creat. to TO conf. MCWM_AEAQCDEC9MCZAEHLER
BE_AETime between TR creation and TO creation MCWM_BE_AEQUAN15MCWM_TIMEM
BEAECCounter for totals field time diff.TR creat. to TO creat. MCWM_BEAECDEC9MCZAEHLER
BP_AETime between TR planning data and TO creation MCWM_BP_AEQUAN15MCWM_TIMEM
BPAECCounter for totals field time difference TR plng to TO creat MCWM_BPAECDEC9MCZAEHLER
LK_AETime between delivery note pick date and TO creation MCWM_LK_AEQUAN15MCWM_TIMEM
LKAECCounter for totals field, time diff. pick.date to TO creat. MCWM_LKAECDEC9MCZAEHLER

Key field Non-key field



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

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

SELECT SINGLE *
FROM S091BIW2
INTO CORRESPONDING FIELDS OF WA_S091BIW2
WHERE...

How to access SAP table S091BIW2

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