WSPO_DOC_SHDOC_RI SAP (SAP Retail Store PO model:Search Result Item Data) Structure details

Dictionary Type: Structure
Description: SAP Retail Store PO model:Search Result Item Data




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




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

WSPO_DOC_SHDOC_RI 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 PO model:Search Result 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_WSPO_DOC_SHDOC_RI TYPE WSPO_DOC_SHDOC_RI.

The WSPO_DOC_SHDOC_RI table consists of various fields, each holding specific information or linking keys about SAP Retail Store PO model:Search Result Item Data data available in SAP. These include PO_ITEM (Item Number of Purchasing Document), DELETE_IND (Deletion Indicator in Purchasing Document), RET_ITEM (Returns Item), MAT_KEY (Long material number for SAP Retail Store).. 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 WSPO_DOC_SHDOC_RI 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
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
DELETE_INDDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
RET_ITEMReturns Item RETPOCHAR1XFELD
MAT_KEYLong material number for SAP Retail Store WSRS_MAT_KEYCHAR40WSRS_MAT_KEY
MATIDSAP Retail Store: Material ID Type MATIDCHAR4ART_ID
SHORT_TEXTShort Text TXZ01CHAR40TEXT40
QUANTITYPurchase Order Quantity BSTMGQUAN13(3) MENG13
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
VALUESAP Retail Store: Value of Purchase Order Item WSPO_ITEM_VALUECURR13(2) WERT7
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NO_MORE_GR'Delivery Completed' Indicator ELIKZCHAR1XFELD
PLANTPlant EWERKCHAR4Assigned to domainWERKSWRK
PLANT_NAMEName 1 AD_NAME1CHAR40TEXT40
PLANT_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
STATUSSAP Retail Store PO: Document Status WSPO_DOC_STATUSCHAR1
STATUS_GISAP Retail Store PO: Document Status WSPO_DOC_STATUSCHAR1
STATUS_GRSAP Retail Store PO: Document Status WSPO_DOC_STATUSCHAR1
STATUS_INVSAP Retail Store PO: Document Status WSPO_DOC_STATUSCHAR1
STATUS_DESCRSAP Retail Store: Description 80 Characters WSRS_DESCR_80CHAR80WSRS_DESCR_80

Key field Non-key field



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

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

How to access SAP table WSPO_DOC_SHDOC_RI

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