SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Business Rule Framework(BC-SRV-BRF) SAP BC

BRF_MAINTENANCE SAP ABAP Report - Display, Change, Create Program Application Class







BRF_MAINTENANCE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter BRF_MAINTENANCE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BRFACS01 - BRF: Create Abstract Action
BRFACS02 - BRF: Change Abstract Action
BRFACS03 - BRF: Display Abstract Action
BRFACT01 - BRF: Create Concrete Actions
BRFACT02 - BRF: Change Concrete Actions
BRFACT03 - BRF: Display Concrete Actions
BRFAPC01 - BRF: Create Features for Appl.Class
BRFAPC02 - BRF: Change Features for Appl. Class
BRFAPC03 - BRF: Display Features for Appl.Class
BRFAPL01 - BRF: Create Application Class
BRFAPL02 - BRF: Change Application Class
BRFAPL03 - BRF: Display Application Class
BRFCTX01 - BRF: Create Context
BRFCTX02 - BRF: Change Context
BRFCTX03 - BRF: Display Context
BRFEVT01 - BRF: Create Event
BRFEVT02 - BRF: Change Event
BRFEVT03 - BRF: Display Event
BRFEXP01 - BRF: Create Expression
BRFEXP02 - BRF: Change Expression
BRFEXP03 - BRF: Display Expression
BRFIMC01 - BRF: Create Impl. Class
BRFIMC02 - BRF: Change Impl. Class
BRFIMC03 - BRF: Display Impl. Class
BRFRLS01 - BRF: Create Rule Set
BRFRLS02 - BRF: Change Rule Set
BRFRLS03 - BRF: Display Rule Set
BRFRUL01 - BRF: Create Rule for Event
BRFRUL02 - BRF: Change Rule for Event
BRFRUL03 - BRF: Display Rule for Event
BRFU01 - BRF: Compare SAPscript Texts


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT BRF_MAINTENANCE. "Basic submit
SUBMIT BRF_MAINTENANCE AND RETURN. "Return to original report after report execution complete
SUBMIT BRF_MAINTENANCE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Display, Change, Create Program Application Class


INCLUDES used within this REPORT BRF_MAINTENANCE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BRF_MAINTAIN_APPLCLASS CALL FUNCTION 'BRF_MAINTAIN_APPLCLASS' EXPORTING iv_edit_mode = gv_edit_mode.

BRF_MAINTAIN_APPLCLS_SYS CALL FUNCTION 'BRF_MAINTAIN_APPLCLS_SYS' EXPORTING iv_edit_mode = gv_edit_mode.

BRF_MAINTAIN_IMPL_CLASS CALL FUNCTION 'BRF_MAINTAIN_IMPL_CLASS' EXPORTING iv_edit_mode = gv_edit_mode.

BRF_MAINTAIN_EVENT CALL FUNCTION 'BRF_MAINTAIN_EVENT' EXPORTING iv_edit_mode = gv_edit_mode.

BRF_MAINTAIN_RULES CALL FUNCTION 'BRF_MAINTAIN_RULES' EXPORTING iv_edit_mode = gv_edit_mode.

BRF_MAINTAIN_EXPRESSION CALL FUNCTION 'BRF_MAINTAIN_EXPRESSION' EXPORTING iv_edit_mode = gv_edit_mode.

BRF_MAINTAIN_ACTION CALL FUNCTION 'BRF_MAINTAIN_ACTION' EXPORTING iv_edit_mode = gv_edit_mode.

BRF_MAINTAIN_ACTIONS CALL FUNCTION 'BRF_MAINTAIN_ACTIONS' EXPORTING iv_edit_mode = gv_edit_mode.

BRF_MAINTAIN_RULE_SET CALL FUNCTION 'BRF_MAINTAIN_RULE_SET' EXPORTING iv_edit_mode = gv_edit_mode.

BRF_MAINTAIN_TCONTEXT CALL FUNCTION 'BRF_MAINTAIN_TCONTEXT' EXPORTING iv_edit_mode = gv_edit_mode.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name BRF_MAINTENANCE or its description.