SBRF211 SAP (Obsolete - BRF: Screen Structure Rules) Structure details

Dictionary Type: Structure
Description: Obsolete - BRF: Screen Structure Rules




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




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

SBRF211 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 "Obsolete - BRF: Screen Structure Rules" 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_SBRF211 TYPE SBRF211.

The SBRF211 table consists of various fields, each holding specific information or linking keys about Obsolete - BRF: Screen Structure Rules data available in SAP. These include CLIENT (Client), IMPORT_STATUS (BRF: Import Status), APPLCLASS (BRF: Application Class), EVENT (Name of Event).. 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 (Deep)


SAP SBRF211 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
CLIENTClient MANDTCLNT3T000MANDT
IMPORT_STATUSBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30TBRF100BRF_APPLCLASSBRF_APPLCLASS
EVENTName of Event BRF_EVENTCHAR20TBRF110BRF_EVENTBRF_EVENT
VERSIONBRF: Version BRF_VERSIONNUMC4BRF_VERSION
EXPRESSION_ISBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
EXPRESSIONBRF: Expression BRF_EXPRESSIONCHAR20TBRF150BRF_EXPRESSION
EXPRESSION_VSBRF: Version BRF_VERSIONNUMC4BRF_VERSION
ACTION_ISBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
ACTIONName of Action BRF_ACTIONCHAR20TBRF170BRF_ACTION
ACTION_VSBRF: Version BRF_VERSIONNUMC4BRF_VERSION
SEQUENCESequence Number BRF_SEQUENCE_NUMBERNUMC4BRF_SEQUENCE_NUMBER
EXPR_GATE_ISBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
EXPR_GATEBRF: Gate Expression BRF_EXPRESSION_GATECHAR20TBRF150BRF_EXPRESSION
EXPR_GATE_VSBRF: Version BRF_VERSIONNUMC4BRF_VERSION
REPEAT_ACTIONRepeat Execution of Action BRF_REPEAT_ACTIONCHAR1BRF_BOOLE_D
ON_SINGLE_INSTApply Rule in Single Instance Mode (Dialog Mode) BRF_ON_SINGLE_INSTANCECHAR1BRF_BOOLE_D
ON_MULTI_INSTExecute Rule in Multi-Instance Mode (Batch Mode) BRF_ON_MULTI_INSTANCECHAR1BRF_BOOLE_D
IGNORE_EVENT_LOGIgnore Event Log BRF_IGNORE_EVENT_LOGCHAR1BRF_BOOLE_D
CREATED_BYBRF: Version Created by BRF_CREATED_BYCHAR12USR02XUBNAME
CREATED_ATVersion Created On/At BRF_CREATED_ATDEC15TZNTSTMPS
CHANGED_BYBRF: Version Changed By BRF_CHANGED_BYCHAR12USR02XUBNAME
CHANGED_ATVersion Changed On/At BRF_CHANGED_ATDEC15TZNTSTMPS
DELETEDObsolete (BRF: Mark Entry for Physical Deletion) BRF_XDELETEDCHAR1BRF_BOOLE_D
SEQUENCE_NUMBERSequence Number BRF_SEQUENCE_NUMBERNUMC4BRF_SEQUENCE_NUMBER
GATE_VALUEResult BRF_RESULT_VALUECHAR50SYCHAR50
VALID_FROMBRF Rule Valid From BRF_RULE_VALID_FROMDEC15TSTPSBRF_TIMESTAMP
VALID_TOBRF Rule Valid To BRF_RULE_VALID_TODEC15TSTPSBRF_TIMESTAMP
REF_DATE_EXPRReference Date for Processing BRF Rule BRF_RULE_REF_DATECHAR20TBRF150BRF_EXPRESSION
REF_TIME_EXPRReference Time for Processing BRF Rule BRF_RULE_REF_TIMECHAR20TBRF150BRF_EXPRESSION
REF_TIME_STAMPReference Date (Time Stamp) BRF_REF_TIME_STAMPDEC15TSTPSBRF_TIMESTAMP
SINGLE_ACTIONPerform Action Just Once BRF_SINGLE_ACTIONCHAR1BRF_BOOLE_D
EXPRESSION_SHORTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
ACTION_SHORTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
EXPR_GATE_SHORTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
REF_DATE_SHORTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
REF_TIME_SHORTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
RULESETBRF Rule Set BRF_RULESETCHAR20TBRF280BRF_RULESET
RULESET_SHORTBRF: General Short Text BRF_SHORT_TEXTCHAR80BRF_SHORT_TEXT
RULESET_ROWSpace = False, 'X' = True BRF_BOOLE_DCHAR1BRF_BOOLE_D
CT 0
CREATED_AT_DATE Date (UTC)0
CREATED_AT_TIME Time (UTC)0
CREATED_AT_DATE_LOC Date (Local)0
CREATED_AT_TIME_LOC Time (Local)0
TIME_ZONE_LOCTime Zone SYSTZONLOCHAR6SYCHAR06
TIME_ZONE_LOC_SHORTTime Zone Text TZNDESCTZNCHAR30TEXT30
VALID_FROM_DATEValid-From Date for Rule BRF_RULE_VALID_FROM_DATEDATS8
VALID_FROM_TIMEValid-From Time for Rule BRF_RULE_VALID_FROM_TIMETIMS6
VALID_TO_DATEValid-To Date for Rule BRF_RULE_VALID_TO_DATEDATS8
VALID_TO_TIMEValid-To Time for Rule BRF_RULE_VALID_TO_TIMETIMS6

Key field Non-key field



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

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

How to access SAP table SBRF211

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