MSR_S_RRD_ITEMTAB SAP (MSR: item table for RRD worklist) Structure details

Dictionary Type: Structure
Description: MSR: item table for RRD worklist




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




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

MSR_S_RRD_ITEMTAB 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 "MSR: item table for RRD worklist" 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_MSR_S_RRD_ITEMTAB TYPE MSR_S_RRD_ITEMTAB.

The MSR_S_RRD_ITEMTAB table consists of various fields, each holding specific information or linking keys about MSR: item table for RRD worklist data available in SAP. These include MSR_ITEM (Item Number), MSR_SPLIT_ID (Split Identification Number), WERKS (Plant), MATNR (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 (Deep)


SAP MSR_S_RRD_ITEMTAB 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
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
MSR_ITEMItem Number MSR_PROCESS_ITEMNUMC6MSR_PROCESS_ITEM
MSR_SPLIT_IDSplit Identification Number MSR_SPLIT_IDNUMC3MSR_SPLIT_ID
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
RET_REASONReturn Reason MSR_RETURNS_REASONCHAR3Assigned to domainMSR_RETURNS_REASON
RET_REASON_TXTReturn Reason Description MSR_RET_REASON_TEXTCHAR60TEXT60
REFUND_CODEReturns Refund Code MSR_RETURNS_REFUND_CODECHAR3MSR_RETURNS_REFUND_CODE
REFUND_TXTRefund Code Description MSR_REFUND_CODE_TEXTCHAR60TEXT60
INSPECTION_CODEInspection Code MSR_INSPECTION_CODECHAR4Assigned to domainQCODE
INSP_TEXTShort Text for Code (Up to 40 Characters in Length) QTXT_CODECHAR40QKURZTEXT
FU_CODEFollow-Up Activity Code MSR_FU_CODECHAR4Assigned to domainMSR_FU_CODE
FU_CODE_TEXTFollow-Up Activity Description MSR_FU_CODE_TEXTCHAR60TEXT60
DEVIATIONCredit Deviation MSR_FIN_DEVIATIONCHAR1XFELD
WAIT_FOR_CREDITWait for Credit Memo MSR_WAIT_FOR_CREDITCHAR1XFELD
REFUND_TYPERefund Type MSR_REFUND_TYPECHAR1MSR_REFUND_TYPE

Key field Non-key field



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

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

How to access SAP table MSR_S_RRD_ITEMTAB

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