RFKKRD02F04 is a standard ABAP INCLUDE 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 RFKKRD02F04 into the relevant SAP transactions such as SE38 or SE80
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.
Title: ALV Grid for Revenue Distribution Details
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFKKRD02' i_callback_user_command = 'USER_COMMAND' is_layout = l_f_layout it_fieldcat = l_t_fieldcat is_variant = l_f_variant i_save = 'A' it_events = l_t_events TABLES t_outtab = u_t_fkkrdi EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = g_t_listtop.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'DFKKRDI' i_client_never_display = 'X' CHANGING ct_fieldcat = c_t_fcat.
FKK_SUBAP_CHECK CALL FUNCTION 'FKK_SUBAP_CHECK' EXPORTING * I_SUBAP = i_check_any = 'X' IMPORTING e_active = l_flg_subap_active.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.