BRR_HEADER SAP (Header Data of a Business Rule (Table Structure)) Table details

Dictionary Type: Table
Description: Header Data of a Business Rule (Table Structure)




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




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

BRR_HEADER is a standard SAP Table which is used to store Header Data of a Business Rule (Table Structure) data and is available within R/3 SAP systems depending on the version and release level.

The BRR_HEADER table consists of various fields, each holding specific information or linking keys about Header Data of a Business Rule (Table Structure) data available in SAP. These include RULE_ID (Unique ID of a Business Rule), RESTRICTED (Indicator for (Restricted) Visibility of a Rule), RULETYPE (Indicator for Rule Type), STATUS (Release Status of a Rule).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BRR_HEADER 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
RULE_IDUnique ID of a Business Rule SWFRULEIDCHAR32
RESTRICTEDIndicator for (Restricted) Visibility of a Rule BRR_RESTRCHAR1BRR_RESTR
RULETYPEIndicator for Rule Type BRR_RTYPECHAR1BRR_RTYPE
STATUSRelease Status of a Rule BRR_RSTATCHAR1BRR_RSTAT
RULENAMEName of a BRR Object, not language-specific BRR_RULENAMECHAR32CHAR32
BASE_IDUnique ID of a Business Rule SWFRULEIDCHAR32
GROUP_IDUnique ID of a Business Rule SWFRULEIDCHAR32
APPL_COMPApplication component ID UFPS_POSIDCHAR24UFPS_POSID
RCLASSFLAGIndicator for the Use of a Class BRR_CFLAGCHAR1BRR_CFLAG
RULECLASSName of a Persistence or Implementing Class BRR_CLNAMECHAR32
RULEDATAXML byte stream to be interpreted by persistence class BRRRAWDATARSTR0
CCLASSFLAGIndicator for the Use of a Class BRR_CFLAGCHAR1BRR_CFLAG
CONTCLASSName of a Persistence or Implementing Class BRR_CLNAMECHAR32
CONTDATAXML byte stream to be interpreted by persistence class BRRRAWDATARSTR0
DEFAULTCURCurrency Key SYCURRCUKY5Assigned to domainSYCURR
DEFAULTTPRName of Date Profile TIMECONTCHAR12TIMECONT
CREA_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREA_USERUser Name SYUNAMECHAR12SYCHAR12
CREA_SYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
CREA_LANGU Creation Language0
CREA_RELRelease of SAP System SYSAPRLCHAR4SYCHAR04
CHG_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHG_USERUser Name SYUNAMECHAR12SYCHAR12
CHG_SYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
CHG_RELRelease of SAP System SYSAPRLCHAR4SYCHAR04
OLD_STATUS Status Before Change0
NEW_STATUS Status After Change0

Key field Non-key field



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

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

SELECT SINGLE *
FROM BRR_HEADER
INTO CORRESPONDING FIELDS OF WA_BRR_HEADER
WHERE...

How to access SAP table BRR_HEADER

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