WSTI_MLT_INV_HEAD SAP (SAP Retail Store Header structure for physical inventory) Structure details

Dictionary Type: Structure
Description: SAP Retail Store Header structure for physical inventory




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




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

WSTI_MLT_INV_HEAD 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 "SAP Retail Store Header structure for physical inventory" 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_WSTI_MLT_INV_HEAD TYPE WSTI_MLT_INV_HEAD.

The WSTI_MLT_INV_HEAD table consists of various fields, each holding specific information or linking keys about SAP Retail Store Header structure for physical inventory data available in SAP. These include PHYSINVENTORY (Physical Inventory Document), FISC_YEAR (Fiscal Year), PHYSINV_DESC (Description of Physical Inventory Document), DOCUMENTTYPE (SRS PI for Handheld Document Type).. 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 WSTI_MLT_INV_HEAD 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
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
SORT_FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SORT_MODESAP Retail Store: CHAR 01 WSRS_CHAR_01CHAR1

Key field Non-key field



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

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

How to access SAP table WSTI_MLT_INV_HEAD

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