RFKKCOLBON_BR_FORMS 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 RFKKCOLBON_BR_FORMS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_GET_NAME_USING_PATH CALL FUNCTION 'FILE_GET_NAME_USING_PATH' EXPORTING client = sy-mandt logical_path = gv_filepath operating_system = sy-opsys file_name = p_fil1 IMPORTING file_name_with_path = p_fil1 EXCEPTIONS path_not_found = 1 missing_parameter = 2 operating_system_not_found = 3 file_system_not_found = 4 OTHERS = 5.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING client = sy-mandt logical_filename = gv_lfname CHANGING physical_filename = p_fil1 EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.
F4_FILENAME CALL FUNCTION 'F4_FILENAME' EXPORTING program_name = syst-cprog dynpro_number = syst-dynnr field_name = p_pc_dload IMPORTING file_name = lv_upfile.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'RFKKCOLBON_BR' dynumb = '1000' translate_to_upper = ' ' TABLES dynpfields = lt_uptab EXCEPTIONS OTHERS.
F4_FILENAME CALL FUNCTION 'F4_FILENAME' "PC-Upload EXPORTING program_name = syst-cprog dynpro_number = syst-dynnr field_name = 'P_PCUP' IMPORTING file_name = lv_upfile.
FILE_GET_NAME_USING_PATH CALL FUNCTION 'FILE_GET_NAME_USING_PATH' EXPORTING client = sy-mandt logical_path = gv_filepath operating_system = sy-opsys file_name = p_fil1 IMPORTING file_name_with_path = p_fil1 EXCEPTIONS path_not_found = 1 missing_parameter = 2 operating_system_not_found = 3 file_system_not_found = 4 OTHERS = 5.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING client = sy-mandt logical_filename = gv_lfname CHANGING physical_filename = p_fil1 EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = lv_uc_filename filetype = 'ASC' IMPORTING filelength = lv_up_filelength TABLES data_tab = lt_up_240 EXCEPTIONS OTHERS.
DEQUEUE_EFKKBRINSEQ CALL FUNCTION 'DEQUEUE_EFKKBRINSEQ' EXPORTING mode_fkkbrinseq = 'S' mandt = sy-mandt banks = gs_fkkbrinseq-banks bankl = gs_fkkbrinseq-bankl bankn = gs_fkkbrinseq-bankn zlsch = gs_fkkbrinseq-zlsch.
FKK_BR_PMNT_JRECORD CALL FUNCTION 'FKK_BR_PMNT_JRECORD' EXPORTING i_brcolbonj = gs_brcolbonj IMPORTING e_flag = gv_found.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'STANDARD_FULLSCREEN' i_callback_top_of_page = 'TOP-OF-PAGE1' it_fieldcat = gt_fieldcat[] i_save = 'A' TABLES t_outtab = gt_brcolbonj_f EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'STANDARD_FULLSCREEN' i_callback_top_of_page = 'TOP-OF-PAGE2' it_fieldcat = gt_fieldcat[] i_save = 'A' TABLES t_outtab = gt_brcolbonj_nf EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'STANDARD_FULLSCREEN' i_callback_top_of_page = 'TOP-OF-PAGE3' it_fieldcat = gt_fieldcat[] i_save = 'A' TABLES t_outtab = gt_brcolbonj EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = 'STANDARD_FULLSCREEN' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP-OF-PAGE' * i_grid_title = text-015 it_fieldcat = gt_fieldcat1[] i_save = 'A' it_events = gt_events TABLES t_outtab = gt_screen1 EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_header.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_header.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_header.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_header.
CALL FUNCTION 'COMPANY_CODE_READ' EXPORTING i_bukrs = p_bukrs EXCEPTIONS country_not_found = 1 no_such_code = 2 space_input = 3 wrong_kkber = 4 OTHERS = 5.
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 RFKKCOLBON_BR_FORMS or its description.