SAP Reports / Programs

BRF_COPY_IMPL_CLASSES SAP ABAP Report - Program BRF_COPY_IMPL_CLASSES







BRF_COPY_IMPL_CLASSES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for When you create a new application class, you can use this report as follows: You can use the report to copy the implementing classes (expression types, action types, and so on) of the BRF from application class SYSTEM to the new application class...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


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_COPY_IMPL_CLASSES. "Basic submit
SUBMIT BRF_COPY_IMPL_CLASSES AND RETURN. "Return to original report after report execution complete
SUBMIT BRF_COPY_IMPL_CLASSES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_0MS001 = Message Output
Selection Text: P_0PM001 = Pattern Recognition
Selection Text: P_0RE001 = Range Expression
Selection Text: P_0RF001 = Reference-Like Expression
Selection Text: P_0RV001 = Random Number
Selection Text: P_0SM001 = Simple Access
Selection Text: P_0TB001 = Table-Like Access
Selection Text: P_0TT001 = Simple Decision Tree
Selection Text: P_0WF001 = Start Workflow
Selection Text: P_0XR001 = External Rule Tool
Selection Text: P_ACTS = Abstract Actions
Selection Text: P_APC_CD = Create Client-Spec.Appl.Class
Selection Text: P_APC_CI = Create Cross-Client Appl.Class
Selection Text: P_APPC = Application Class - Cross-Clnt
Selection Text: P_APPL = Appl. Class - Client-Specific
Selection Text: P_CLS_EM = Maintenance Class for Events
Selection Text: P_CLS_ER = Runtime Class for Events
Selection Text: P_CLS_RM = Maintenance Class for Rules
Selection Text: P_CLS_SM = Maintenance Class f. Rule Sets
Selection Text: P_EVT_CU = Application-Specific Classes
Selection Text: P_EVT_DF = Standard Classes
Selection Text: P_EVT_NO = None
Selection Text: P_IMPL = Implementing Classes
Selection Text: P_RLS_CU = Application-Specific Class
Selection Text: P_RLS_DF = Standard Class
Selection Text: P_RLS_NO = None
Selection Text: P_RUL_CU = Application-Specific Class
Selection Text: P_RUL_DF = Standard Class
Selection Text: P_RUL_NO = None
Selection Text: P_SHORT = Description
Selection Text: P_SM = Simulation
Selection Text: P_APPLCL = D .
Selection Text: P_0FR001 = Simple BRF Formula
Selection Text: P_0FM001 = Function Module Call
Selection Text: P_0FB002 = SAP Formula
Selection Text: P_0FB001 = SAP Formula (C Tables)
Selection Text: P_0DI001 = Date Interval
Selection Text: P_0CT001 = Standard Context





Selection Text: P_0CN001 = Constant
Selection Text: P_0CF001 = Function Module Call
Selection Text: P_0CE001 = Case Expression
Selection Text: P_0CA001 = Access to Standard Context
Selection Text: P_0BE001 = BOR Event
Selection Text: P_0BD001 = BAdI
Selection Text: P_0AO001 = AND/OR Links
Selection Text: P_03O001 = Three Operand Arithmetics
Selection Text: PA_SC = Source Client
Title: Program BRF_COPY_IMPL_CLASSES
Text Symbol: 900 = Technical Settings
Text Symbol: 501 = Application Class &1: Log
Text Symbol: 500 = Application Class &1: Prepare Implementing Classes
Text Symbol: 290 = Technical Object Types
Text Symbol: 250 = Rule Set Types
Text Symbol: 240 = Rule Types
Text Symbol: 230 = Event Types
Text Symbol: 225 = Context Types
Text Symbol: 220 = Action Types
Text Symbol: 210 = Expression Types
Text Symbol: 205 = Source Client for Object Types
Text Symbol: 200 = Object Types
Text Symbol: 100 = Application Class to Be Creatd
Text Symbol: 003 = Contents
Text Symbol: 002 = Description
Text Symbol: 001 = Field Name


INCLUDES used within this REPORT BRF_COPY_IMPL_CLASSES

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:

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' TABLES wt_ko200 = lt_e071_wb EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING iv_no_show_option = 'X' TABLES wt_ko200 = lt_e071_wb EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' TABLES wt_ko200 = lt_e071 EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING iv_no_show_option = 'X' TABLES wt_ko200 = lt_e071 wt_e071k = lt_e071k tt_tadir = lt_tadir EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS OTHERS = 1.






BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = lt_log_handle i_s_display_profile = ls_display_profile IMPORTING e_s_exit_command = cs_exit_command EXCEPTIONS OTHERS = 1.



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_COPY_IMPL_CLASSES or its description.