WRF_REF_ITEM SAP (Reference) Table details

Dictionary Type: Table
Description: Reference




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




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

WRF_REF_ITEM is a standard SAP Table which is used to store Reference data and is available within R/3 SAP systems depending on the version and release level.

The WRF_REF_ITEM table consists of various fields, each holding specific information or linking keys about Reference data available in SAP. These include REF_MODULE (Number of the Reference Module), REF_MODULE_ITEM (Item Number of the Reference in the Reference Module), MATNR (Material Number), WERKS (Plant).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WRF_REF_ITEM table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
REF_MODULENumber of the Reference Module WRF_REF_MODULE_NUMBERCHAR40ALPHAWRF_REF_MODULE_NUMBER_LONGWRF_REF_MODULE
REF_MODULE_ITEMItem Number of the Reference in the Reference Module WRF_REF_ITEM_NUMBERNUMC5WRF_REF_ITEM_NUMBER
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WEIGHTING_FACTORWeighting Factor of the Reference WRF_REF_WEIGHTING_FACTORDEC4(2) WRF_REF_WEIGHTING_FACTOR
MATCH_RATEMatch Rate WRF_MATCH_RATEDEC5(2) WRF_MATCH_RATE
MATCH_RATE_EXISTIndicator: Match Rate Determined WRF_MATCH_RATE_EXISTSCHAR1WRF_MATCH_RATE_EXISTS

Key field Non-key field



How do I retrieve data from SAP table WRF_REF_ITEM using ABAP code

The following ABAP code Example will allow you to do a basic selection on WRF_REF_ITEM to SELECT all data from the table
DATA: WA_WRF_REF_ITEM TYPE WRF_REF_ITEM.

SELECT SINGLE *
FROM WRF_REF_ITEM
INTO CORRESPONDING FIELDS OF WA_WRF_REF_ITEM
WHERE...

How to access SAP table WRF_REF_ITEM

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