WRF_REF_MODULE SAP (Header Data for a Reference Module) Table details

Dictionary Type: Table
Description: Header Data for a Reference Module




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




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

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

The WRF_REF_MODULE table consists of various fields, each holding specific information or linking keys about Header Data for a Reference Module data available in SAP. These include REF_MODULE (Number of the Reference Module), DESCRIPTION (Description of the Reference Module), VALID_DATE (Valid-to Date of a Reference Module), HIST_BASE_FILTER (Filtering of Historical Basis).. 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_MODULE 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
DESCRIPTIONDescription of the Reference Module WRF_REF_MODULE_DESCCHAR40WRF_REF_MODULE_DESC
VALID_DATEValid-to Date of a Reference Module WRF_REF_MODULE_VALID_DATEDATS8DATS
HIST_BASE_FILTERFiltering of Historical Basis WRF_REF_HIST_BASE_FILTERCHAR1WRF_REF_HIST_BASE_FILTER
EXCLUSION_RANGEExclusion Period WRF_REF_EXCLUSION_RANGENUMC3
NEW_COMP_RANGERecalculation Period WRF_REF_NEW_COMPUTE_RANGENUMC3
INACTIVITY_RANGETime Period for Listing Check for References WRF_REF_INACTIVITY_RANGENUMC3
REUSABLEIndicator: Module Can Be Assigned Automatically WRF_REF_MODULE_REUSABLECHAR1WRF_REF_MODULE_REUSABLE
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
REF_FIND_TYPEReference Determination Type WRF_REF_FIND_TYPECHAR2WRF_REF_FIND_TYPE
GROUPING_IDIdentifier for Material Grouping in the reference module WRF_REF_GROUPING_IDCHAR4WRF_REF_GROUPING_ID
GROUPINGMaterial Grouping of the Reference Module WRF_REF_GROUPCHAR20WRF_REF_GROUP
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
NEWTSFlag: new construction of history necessary because of chang WRF_REF_NEWTSCHAR1WRF_REF_NEWTS
DESC_MODIndicator: Description of module modified WRF_REF_DESC_MODCHAR1WRF_REF_DESC_MOD
FIRST_TRANSFERFlag: new module (will be transferred for first time) WRF_REF_FIRST_TRANSFERCHAR1WRF_REF_FIRST_TRANSFER
MANUALMaintained Manually Indicator WRF_REF_MODULE_MANUALCHAR1WRF_REF_MODULE_MANUAL
CHECK_RELEVANCECheck Relevance of references for F&R WRF_REF_CHECK_RELEVANCECHAR1WRF_REF_CHECK_RELEVANCE
CREATEUSERName of the User Who Created the object WRF_REF_CREATE_USERCHAR12Assigned to domainXUBNAME
CREATEUTCCreation timestamp WRF_REF_CRE_TIMESTAMPDEC15TSTLCWRF_REF_UTC_TIMESTAMP
CHANGEUSERLast Changed by WRF_REF_CHANGE_USERCHAR12Assigned to domainXUBNAME
CHANGEUTCChange timestamp WRF_REF_CHA_TIMESTAMPDEC15TSTLCWRF_REF_UTC_TIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_REF_MODULE
INTO CORRESPONDING FIELDS OF WA_WRF_REF_MODULE
WHERE...

How to access SAP table WRF_REF_MODULE

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