WSTI_RFC_MLT_INV_ITEM SAP (SAP Retail Store Physical Inventory item structure) Structure details

Dictionary Type: Structure
Description: SAP Retail Store Physical Inventory item structure




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




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

WSTI_RFC_MLT_INV_ITEM 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 Physical Inventory item structure" 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_RFC_MLT_INV_ITEM TYPE WSTI_RFC_MLT_INV_ITEM.

The WSTI_RFC_MLT_INV_ITEM table consists of various fields, each holding specific information or linking keys about SAP Retail Store Physical Inventory item structure data available in SAP. These include WSTI_LINENO (SRS PI for Handheld Line Number), PHYSINVENTORY (Physical Inventory Document), FISC_YEAR (Fiscal Year), ITEM (Line Number).. 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_RFC_MLT_INV_ITEM 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
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_BIN30 Characters CHAR30CHAR30CHAR30
COUNTTIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
USER_NAMEUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
DIFF_POSTEDDifference posted XDIFFCHAR1XFELD
RECOUNTItem will be recounted XNZAECHAR1XFELD
DELETEDItem is Deleted (Physical Inventory) I_XLOEKCHAR1XFELD
STATUS_TEXTPhysical inventory status TXINVCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table WSTI_RFC_MLT_INV_ITEM

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