WOSE_ITEM_MD SAP (SAP Retail Store GR: Item Data Goods Receipt Reversal) Structure details

Dictionary Type: Structure
Description: SAP Retail Store GR: Item Data Goods Receipt Reversal




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




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

WOSE_ITEM_MD 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 GR: Item Data Goods Receipt Reversal" 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_WOSE_ITEM_MD TYPE WOSE_ITEM_MD.

The WOSE_ITEM_MD table consists of various fields, each holding specific information or linking keys about SAP Retail Store GR: Item Data Goods Receipt Reversal data available in SAP. These include DOC_YEAR (Material Document Year), MATDOC_ITM (Item in Material Document), ARTNR (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 WOSE_ITEM_MD 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
MAT_DOCNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
DOC_YEARMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MATDOC_ITMItem in Material Document MBLPONUMC4MBLPOPOS
ARTNRLong material number for SAP Retail Store WSRS_MAT_KEYCHAR40WSRS_MAT_KEY
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
VEND_MATMaterial Number Used by Vendor IDNLFCHAR35IDNEX
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MOVE_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
ENTRY_QNTQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ENTRY_UOMUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
PO_NUMBERPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
NO_MORE_GR'Delivery Completed' Indicator ELIKZCHAR1XFELD
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
MATXTShort Text TXZ01CHAR40TEXT40
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
MOVE_PLANTReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
MOVE_REASReason for Movement MB_GRBEWNUMC4Assigned to domainMB_GRBEW
REF_DATEReference Date for Settlement DABRBEZDATS8DDAT
AMOUNT_SVExternally entered sales value in local currency BAPI_EXVKWDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EXPIRYDATEShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
PROD_DATEDate of Manufacture HSDATDATS8DATUM
MATL_CATMaterial Category ATTYPCHAR2ATTYPMTY
MATL_TYPEMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
PARENT_IDIdentifier of immediately superior line MB_PARENT_IDNUMC6MB_LINE_ID
ITEM_NUMBERItem of a Reference Document LFPOSNUMC4MBLPO
ITEM_SELECTEDCheckbox XFELDCHAR1XFELD
MESSAGEMessage Text BAPI_MSGCHAR220TEXT220

Key field Non-key field



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

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

How to access SAP table WOSE_ITEM_MD

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