WISO_SHITEM SAP (Document Flow Item Data) Structure details

Dictionary Type: Structure
Description: Document Flow Item Data




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




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

WISO_SHITEM 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 "Document Flow Item Data" 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_WISO_SHITEM TYPE WISO_SHITEM.

The WISO_SHITEM table consists of various fields, each holding specific information or linking keys about Document Flow Item Data data available in SAP. These include ITM_NUMBER (Item number of the SD document), MATERIAL (Material Number), EAN_UPC (International Article Number (EAN/UPC)), MAT_ID_INPUT (SAP Retail Store: Store Order: Material Identifier).. 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 WISO_SHITEM 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
DOC_NUMBERSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
ITM_NUMBERItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
MAT_ID_INPUTSAP Retail Store: Store Order: Material Identifier W_WISO_MAT_ID_INPUTCHAR40W_WISO_MAT_ID_INPUT
SHORT_TEXTShort text for sales order item ARKTXCHAR40TEXT40
QUAN_REQQuantity MENGE_DQUAN13(3) MENG13
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
REC_DATEDate on Which Record Was Created ERDATDATS8DATUM
REC_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_BY_NAMEChar 80 CHAR80CHAR80CHAR80
REA_FOR_REReason for rejection of quotations and sales orders ABGRU_VACHAR2Assigned to domainABGRU_VA
CURRENCYSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
NET_VALUENet value of the order item in document currency NETWR_APCURR15(2) WERTV8
TAX_AMOUNTTax amount in document currency MWSBPCURR13(2) WERTV7
PRICE_ITM_SUMSAP Retail Store Sales Order: Item Value W_WISO_PRICE_ITM_SUMCURR15(2) WERTV8
LINE_SCSAP Retail Store Sales Order: Field Attribute W_WISO_SC_ATTRIBUTECHAR1W_WISO_CHAR01
OVRPROCSTAOverall processing status of the SD document item GBSTACHAR1STATV
REJSTATITRejection status for SD item ABSTA_VBCHAR1STATV
DLV_STAT_IOverall delivery status of the item LFGSACHAR1STATV
DELIV_STATDelivery status LFSTACHAR1STATV
BILLSTATHDBilling status of delivery-related billing documents FKSTACHAR1STATV
BILLSTATITBilling Status for Order-Related Billing Documents FKSAACHAR1STATV
REFERNSTATReference status RFSTACHAR1STATV
REFTOTSTATOverall status of reference RFGSACHAR1STATV
STATUS_DESCRDescription BEZEI100CHAR100TEXT100

Key field Non-key field



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

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

How to access SAP table WISO_SHITEM

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