WSTI_DB_TMP_HEAD SAP (SAP Retail Store temporay persistence header table) Table details

Dictionary Type: Table
Description: SAP Retail Store temporay persistence header table




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




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

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

The WSTI_DB_TMP_HEAD table consists of various fields, each holding specific information or linking keys about SAP Retail Store temporay persistence header table data available in SAP. These include COUNTID (Retail Store: Globally Unique Identifier Temp.Persistence), PHYSINVENTORY (Physical Inventory Document), FISC_YEAR (Fiscal Year), PHYSINV_DESC (Description of 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_HEAD 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
PHYSINVENTORYPhysical Inventory Document IBLNRCHAR10ALPHABELNRIBN
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PHYSINV_DESCDescription of Physical Inventory Document IM_PI_DOC_DESCRIPTIONCHAR40TEXT40
DOCUMENTTYPESRS PI for Handheld Document Type WSTI_DE_DOCUMENTTYPENUMC1WSTI_DOM_COUNT_TYPE
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
DESCR_STGE_LOCDescription of Storage Location LGOBECHAR16TEXT16
STOCK_TYPEStock Type (Physical Inventory I_BSTARCHAR1Assigned to domainBSTAR
DESCR_STOCK_TYPEText for stock type BTEXTCHAR20BTEXT
COUNT_DATEDate of last count DZLDATDATS8DATUM
COUNT_STATUSStatus of count DZSTATCHAR1ZSTAT
WSTI_COUNTSTATUSSRS PI for Handheld Count Status WSTI_DE_COUNTSTATUSNUMC1WSTI_DOM_COUNT_STATUS_TYPE
SPEC_STOCKSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
USER_NAMEUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
PHYS_INV_NOPhysical inventory number INVNU1CHAR16XBLNR1
PLAN_DATEPlanned date of inventory count GIDATDATS8DATUM
COUNTTIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSTI_DB_TMP_HEAD
INTO CORRESPONDING FIELDS OF WA_WSTI_DB_TMP_HEAD
WHERE...

How to access SAP table WSTI_DB_TMP_HEAD

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