SBRFWUL SAP (BRF: Structure for Where-Used List) Structure details

Dictionary Type: Structure
Description: BRF: Structure for Where-Used List




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




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

SBRFWUL 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 "BRF: Structure for Where-Used List" 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_SBRFWUL TYPE SBRFWUL.

The SBRFWUL table consists of various fields, each holding specific information or linking keys about BRF: Structure for Where-Used List data available in SAP. These include BRFOBJCAT (Type of Implementing Class), CATEGORY_TEXT (BRF: General Short Text), SHORT (BRF: General Short Text), VERSION (BRF: Version).. 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 (character-type)


SAP SBRFWUL 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
BRFOBJObject ID BRF_OBJIDCHAR20BRF_OBJECT
BRFOBJCATType of Implementing Class BRF_CLASS_CATEGORYCHAR1BRF_CLASS_CATEGORY
CATEGORY_TEXTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
SHORTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
VERSIONBRF: Version BRF_VERSIONNUMC4BRF_VERSION
IMPORT_STATUSBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
CREATED_BYBRF: Version Created by BRF_CREATED_BYCHAR12USR02XUBNAME
CREATED_AT_DATEBRF: Creation Date - General BRF_CREATE_DATEDATS8BRF_DATE
CREATED_AT_TIMECreation Time - General BRF_CREATE_TIMETIMS6BRF_TIME
APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30Assigned to domainBRF_APPLCLASSBRF_APPLCLASS
OBJ_GROUPBRF: Grouping of BRF Objects BRF_OBJ_GROUPCHAR20Assigned to domainBRF_OBJ_GROUP

Key field Non-key field



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

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

How to access SAP table SBRFWUL

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