WRF_REF_ATTRIBUT SAP (Material Attributes for Reference Determination Schema) Table details

Dictionary Type: Table
Description: Material Attributes for Reference Determination Schema




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




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

WRF_REF_ATTRIBUT is a standard SAP Table which is used to store Material Attributes for Reference Determination Schema data and is available within R/3 SAP systems depending on the version and release level.

The WRF_REF_ATTRIBUT table consists of various fields, each holding specific information or linking keys about Material Attributes for Reference Determination Schema data available in SAP. These include REF_SCHEMA (Reference Determination Schema), ATTRIBUTE_ITEM (Item Number of the Material Attribute), ATTRIBUTE_TYPE (Attribute Type), FIELDNAME (Material Attribute).. 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: Can be enhanced (character-type or numeric)


SAP WRF_REF_ATTRIBUT 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_SCHEMAReference Determination Schema WRF_REF_SCHEMACHAR2WRF_REF_RFSWRF_REF_SCHEMA
ATTRIBUTE_ITEMItem Number of the Material Attribute WRF_REF_ATTRIBUTE_ITEMNUMC4WRF_REF_ATTRIBUTE_ITEM
ATTRIBUTE_TYPEAttribute Type WRF_REF_ATTRIBUTE_TYPECHAR2WRF_REF_ATTRIBUTE_TYPE
FIELDNAMEMaterial Attribute WRF_REF_ATTR_NAMECHAR30Assigned to domainFDNAME
WEIGHTING_FACTORWeighting Factor of the Attributes WRF_REF_ATTR_WEIGHTING_FACTORNUMC3WRF_ATTR_WEIGHTING_FACTOR

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_REF_ATTRIBUT
INTO CORRESPONDING FIELDS OF WA_WRF_REF_ATTRIBUT
WHERE...

How to access SAP table WRF_REF_ATTRIBUT

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