SAP Reports / Programs

RFKK_BRF_COPY_IMPL_CLASSES SAP ABAP Report - Copying of Implemening Classes







RFKK_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 This report copies all the implementing classes of an application class to another 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 RFKK_BRF_COPY_IMPL_CLASSES 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

FKKBRFCIMP - BRF: Copy Implementing Classes
FMCABRFCIMP - BRF: Copy Implementation Classes


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 RFKK_BRF_COPY_IMPL_CLASSES. "Basic submit
SUBMIT RFKK_BRF_COPY_IMPL_CLASSES AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_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: FR_APLCL = Application Class Source
Selection Text: TO_APLCL = Application Class Target
Title: Copying of Implemening Classes
Text Symbol: 001 = Field Name
Text Symbol: 002 = Name
Text Symbol: 003 = Contents


INCLUDES used within this REPORT RFKK_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 EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'TBRF180' TABLES t_outtab = lt_brf180_output.

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.



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