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
Below is a list of transaction codes which are relevant to this SAP report
FKKBRFCIMP - BRF: Copy Implementing Classes
FMCABRFCIMP - BRF: Copy Implementation Classes
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKK_BRF_COPY_IMPL_CLASSES - Copying of Implemening Classes RFKK_BRF_COPY_IMPL_CLASSES - Copying of Implemening Classes RFKK_BP_EXTR_IMPTOP - Include RFKK_DOC_EXTR_IMPTOP RFKK_BP_EXTR_IMPFRM - Include RFKK_DOC_EXTR_IMPFRM RFKK_BP_EXTR_IMP - Business Partner Data Import RFKK_BP_EXTR_IMP - Business Partner Data Import