WSTI_POS_EVENT SAP (Physical Inventory in an Opened Store: POS Trans by Receipt) Table details

Dictionary Type: Table
Description: Physical Inventory in an Opened Store: POS Trans by Receipt




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




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

WSTI_POS_EVENT is a standard SAP Table which is used to store Physical Inventory in an Opened Store: POS Trans by Receipt data and is available within R/3 SAP systems depending on the version and release level.

The WSTI_POS_EVENT table consists of various fields, each holding specific information or linking keys about Physical Inventory in an Opened Store: POS Trans by Receipt data available in SAP. These include WERKS (Plant), MATNR (Material Number), LGORT (Storage Location), VORGDATUM (Transaction 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: Can Be Enhanced (Deep)


SAP WSTI_POS_EVENT 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 MANDTCLNT3Assigned to domainMANDT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
VORGDATUMTransaction Date WSTI_POSDATEDATS8WSTI_POSDATE
VORGZEITTransaction Time WSTI_POSTIMETIMS6WSTI_POSTIME
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
CNTNRNumber Below Material Document Item WSTI_COUNTNUMC4
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
STATPIPhysical Inventory Status of POS Transaction WSTI_STATUS_PICHAR1WSTI_STATUS_PI
ORIGINOrigin of Transaction WSTI_ORIGINCHAR1WSTI_ORIGIN
STORNOReverse Posting WSTI_STORNOCHAR1XFELD
SIGNPlus/Minus Sign of POS Transaction WSTI_SIGNCHAR1WSTI_SIGN
SIGN_CALCPlus/Minus Sign in Book Inventory Calculation WSTI_SIGN_CALCCHAR1
ERFMGQuantity in Unit of Entry MB_ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
EXVKWExternally Entered Sales Value in Local Currency EXVKWCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BSTARStock Type (Physical Inventory I_BSTARCHAR1Assigned to domainBSTAR
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
WAARTIndicates that material is a value-only material WAARTCHAR1XFELD
EMATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
XBUIB_DONEIndicator: Book Inventory Changed Using Standard Function WSTI_XBUIB_DONECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSTI_POS_EVENT
INTO CORRESPONDING FIELDS OF WA_WSTI_POS_EVENT
WHERE...

How to access SAP table WSTI_POS_EVENT

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