WSII_ITEM SAP (SAP Retail Store II: Items) Structure details

Dictionary Type: Structure
Description: SAP Retail Store II: Items




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




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

WSII_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 II: Items" 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_WSII_ITEM TYPE WSII_ITEM.

The WSII_ITEM table consists of various fields, each holding specific information or linking keys about SAP Retail Store II: Items data available in SAP. These include IS_VALID (Checkbox), IS_VALID_ORIG (Checkbox), MAT_KEY (Long material number for SAP Retail Store), MATERIAL (Material 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 WSII_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
INV_DOC_ITEMDocument Item in Invoice Document RBLGPNUMC6NUMC6
IS_VALIDCheckbox XFELDCHAR1XFELD
IS_VALID_ORIGCheckbox XFELDCHAR1XFELD
MAT_KEYLong material number for SAP Retail Store WSRS_MAT_KEYCHAR40WSRS_MAT_KEY
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
SHORT_TEXTShort Text TXZ01CHAR40TEXT40
QUANTITY_ORIGQuantity MENGE_DQUAN13(3) MENG13
QUANTITYQuantity MENGE_DQUAN13(3) MENG13
QUANTITY_CSAP Retail Store: Quantity Field CHAR 17 WSRS_QTY_CHARCHAR17
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
PO_UNIT_CSAP Retail Store: Output Display of Unit of Measure WSRS_UNIT_CHARCHAR3
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
REF_DOCDocument No. of a Reference Document LFBNRCHAR10ALPHABELNR
REF_FISC_YEARFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
REF_DOC_ITItem of a Reference Document LFPOSNUMC4MBLPO
RET_ITEMReturns Item RETPOCHAR1XFELD
FACTORNatural Number INT4INT410INT4
ITEM_AMOUNT_ORIGAmount in document currency WRBTRCURR13(2) WERT7
ITEM_AMOUNTAmount in document currency WRBTRCURR13(2) WERT7
ITEM_AMOUNT_CSAP Retail Store: Quantity Field CHAR 17 WSRS_QTY_CHARCHAR17
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DB_CR_INDDebit/Credit Indicator SHKZGCHAR1SHKZG
DB_CR_IND_DSAP Retail Store: Text Field for Description (40 Characters) WSRS_DESCR_40CHAR40WSRS_DESCR_40
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAX_CODE_DName for value-added tax TEXT1_007SCHAR50TEXT50
TAX_CODE_ORIGTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
PO_PR_UOMOrder Price Unit (Purchasing) BPRMEUNIT3Assigned to domainCUNITMEINS
CONV_NUM1Numerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
CONV_DEN1Denominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
TOL_BLOCK_QTYBlocking reason: quantity SPGRMCHAR1XFELD
TOL_BLOCK_AMOUNTBlocking reason: price SPGRPCHAR1XFELD
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
COND_TYPECondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
DUMMY_FIELDDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table WSII_ITEM

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