WSTI_DB_TMP_ITEM SAP (SAP Retail Store temporary persistence item table) Table details

Dictionary Type: Table
Description: SAP Retail Store temporary persistence item table




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




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

WSTI_DB_TMP_ITEM is a standard SAP Table which is used to store SAP Retail Store temporary persistence item table data and is available within R/3 SAP systems depending on the version and release level.

The WSTI_DB_TMP_ITEM table consists of various fields, each holding specific information or linking keys about SAP Retail Store temporary persistence item table data available in SAP. These include COUNTID (Retail Store: Globally Unique Identifier Temp.Persistence), WSTI_ITEMNO (SRS PI for Handheld Item Number), WSTI_LINENO (SRS PI for Handheld Line Number), PHYSINVENTORY (Physical Inventory 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WSTI_DB_TMP_ITEM 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
COUNTIDRetail Store: Globally Unique Identifier Temp.Persistence WSRS_GUID_DB_TMPRAW16
WSTI_ITEMNOSRS PI for Handheld Item Number WSTI_DE_ITEMNONUMC3ZEILE
WSTI_LINENOSRS PI for Handheld Line Number WSTI_DE_LINENONUMC3WSTI_DOM_COUNT_LINENO
PHYSINVENTORYPhysical Inventory Document IBLNRCHAR10ALPHABELNRIBN
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ITEMLine Number DZEILENUMC3ZEILEPOS
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATL_DESCMaterial Description (Short Text) MAKTXCHAR40TEXT40
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
STOCK_TYPEStock Type (Physical Inventory I_BSTARCHAR1Assigned to domainBSTAR
DESCR_STOCK_TYPEText for stock type BTEXTCHAR20BTEXT
COUNT_STATUSItem has been counted XZAELCHAR1XFELD
ZERO_COUNTZero count XNULLCHAR1XFELD
ENTRYQUANTITYQuantity in unit of entry (physical inventory) I_ERFMGQUAN13(3) MENG13
ENTRYUOMUnit of entry (physical inventory) I_ERFMEUNIT3Assigned to domainCUNITMEINS
STGE_BINSAP Retail Store Physical Inventory Storage Bin WSTI_STGE_BINCHAR30WSTI_DOM_COUNT_STGE_BIN
COUNTTIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
USER_NAMEUser name USNAMCHAR12Assigned to domainXUBNAMEUSR

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSTI_DB_TMP_ITEM
INTO CORRESPONDING FIELDS OF WA_WSTI_DB_TMP_ITEM
WHERE...

How to access SAP table WSTI_DB_TMP_ITEM

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