RFKKRD01F01 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 RFKKRD01F01 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: Include RFKKRD01F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_AKTIV2_RUN_KEY_DESTRUCT CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_DESTRUCT' EXPORTING i_runkey = l_sav_inits IMPORTING e_laufd = l_laufdt e_laufi = l_laufid.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'SELFIELD_KK' langu = sy-langu IMPORTING dd04v_wa = l_dd04v.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'SELREST_KK' langu = sy-langu IMPORTING dd04v_wa = l_dd04v.
FKK_AKTIV2_RUN_KEY_CONSTRUCT CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_CONSTRUCT' EXPORTING i_aktyp = ' ' i_laufd = l_laufdt i_laufi = l_laufid IMPORTING e_runkey = l_sav_inits.
FKKAR05_GET_REVD CALL FUNCTION 'FKKAR05_GET_REVD' EXPORTING i_maxrec = u_p_maxsel TABLES i_sel = l_t_sel t_dfkkrdi = l_t_fkkrdi EXCEPTIONS no_document_found = 1 as_error = 2 no_selection_criteria = 3 OTHERS = 4.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = u_progn i_callback_pf_status_set = 'STATUS_SET' i_callback_user_command = 'USER_COMMAND' *? I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' *? I_CALLBACK_HTML_TOP_OF_PAGE = ' ' *? I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = *? I_BACKGROUND_ID = ' ' *? I_GRID_TITLE = * i_grid_settings = l_f_gridset is_layout = l_f_layout it_fieldcat = l_t_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'X' * IS_VARIANT = it_events = l_t_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 *? IT_ALV_GRAPHICS = *? IT_ADD_FIELDCAT = *? IT_HYPERLINK = IMPORTING * E_EXIT_CAUSED_BY_CALLER = es_exit_caused_by_user = l_sav_exit TABLES t_outtab = u_t_data EXCEPTIONS program_error = 1 OTHERS = 2 .
FKK_ACCOUNT_CHANGE CALL FUNCTION 'FKK_ACCOUNT_CHANGE' EXPORTING i_vkont = l_sav_vkont i_gpart = l_sav_gpart i_ch_mode = '1' i_no_other = 'X' i_no_change = 'X' EXCEPTIONS error_message = 1.
FKK_BUPA_DISPLAY CALL FUNCTION 'FKK_BUPA_DISPLAY' EXPORTING i_partner = l_f_data-gpart EXCEPTIONS OTHERS = 1.
FKK_FPE0_INIT CALL FUNCTION 'FKK_FPE0_INIT'.
FKK_FPE0_START_TRANSACTION CALL FUNCTION 'FKK_FPE0_START_TRANSACTION' EXPORTING tcode = 'FPE3' opbel = l_sav_opbel i_opupk = l_sav_opupk i_opupw = l_sav_opupw i_opupz = l_sav_opupz EXCEPTIONS OTHERS = 1.
FKK_AKTIV_GET_TCODE_FOR_AKTYP CALL FUNCTION 'FKK_AKTIV_GET_TCODE_FOR_AKTYP' EXPORTING i_aktyp = g_con_aktyp_rd IMPORTING e_tcode = l_tcode EXCEPTIONS not_found = 1 OTHERS = 2.
FKK_AKTIV_HELP_TCODE_SET CALL FUNCTION 'FKK_AKTIV_HELP_TCODE_SET' EXPORTING i_tcode = l_tcode.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'FKKAKTIV2_DYNP_1000' fieldname = 'LAUFD' searchhelp = 'FKKAKTIV2_RUN' EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.
FKK_AKTIV_HELP_TCODE_RESET CALL FUNCTION 'FKK_AKTIV_HELP_TCODE_RESET'.
CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = l_laufdt IMPORTING date_external = l_date_ext EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'RFKKRD01' dynumb = '1000' TABLES dynpfields = l_t_dynpfields.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = l_applk.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '1201' i_applk = l_applk TABLES t_fbstab = l_t_fbstab.
CALL FUNCTION 'FKK_SAMPLE_1201'.
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 RFKKRD01F01 or its description.