/MRE/SD_ITEMS SAP (Mobile retail Execution order item details) Structure details

Dictionary Type: Structure
Description: Mobile retail Execution order item details




ABAP Code to SELECT data from /MRE/SD_ITEMS
Related tables to /MRE/SD_ITEMS
Access table /MRE/SD_ITEMS




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

/MRE/SD_ITEMS 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 "Mobile retail Execution order item details" 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_/MRE/SD_ITEMS TYPE /MRE/SD_ITEMS.

The /MRE/SD_ITEMS table consists of various fields, each holding specific information or linking keys about Mobile retail Execution order item details data available in SAP. These include ITM_NUMBER (Sales Document Item), MATERIAL (Material Number), REQ_QTY (Cumulative Order Quantity in Sales Units), SALES_UNIT (Sales unit).. 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: Cannot Be Enhanced


SAP /MRE/SD_ITEMS 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_NUMBERSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
REQ_QTYCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
ISOCODUNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
ITEM_CATEGSales document item category PSTYVCHAR4Assigned to domainPSTYV
PRICE_INDICATORCarry out pricing PRSFDCHAR1PRSFD
COND_TYPECondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
HG_LV_ITEMHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
GROSS_VALUECurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
DISCOUNT_PER_UOMData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
DISCOUNTData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
NET_VALUECurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
TAX_AMOUNTCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
CURRENCYISO code currency WAERS_ISOCHAR3ISOCD
REASON_REJReason for rejection of quotations and sales orders ABGRUCHAR2ABGRU
ITEM_MODEUpdate indicator UPDKZ_DCHAR1UPDKZ
PRC_STAT_IOverall processing status of the SD document item GBSTACHAR1STATV
DELIV_STATDelivery status LFSTACHAR1STATV
CAMPAIGNUUID in character form SYSUUID_CCHAR32SYSUUID_C
MOB_ITM_NUMBERSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO

Key field Non-key field



How do I retrieve data from SAP structure /MRE/SD_ITEMS using ABAP code?

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

How to access SAP table /MRE/SD_ITEMS

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