BRRHEAD SAP (Header Data of a Business Rule (Transient Structure)) Structure details

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




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




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

BRRHEAD 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 "Header Data of a Business Rule (Transient Structure)" 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_BRRHEAD TYPE BRRHEAD.

The BRRHEAD table consists of various fields, each holding specific information or linking keys about Header Data of a Business Rule (Transient 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BRRHEAD 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
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 structure BRRHEAD using ABAP code?

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

How to access SAP table BRRHEAD

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