RFKORI93 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 RFKORI93 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: Form Printout Include Module: Messages and Log
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = fimsg i_xappn = 'X' EXCEPTIONS msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.
FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = fimsg i_xappn = ' ' EXCEPTIONS msgid_missing = 01 msgno_missing = 02 msgty_missing = 03.
FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS no_message = 01.
FI_MESSAGE_GET CALL FUNCTION 'FI_MESSAGE_GET' TABLES t_fimsg = hfimsg EXCEPTIONS no_message = 01.
FI_MESSAGE_GET_MSORT CALL FUNCTION 'FI_MESSAGE_GET_MSORT' IMPORTING e_xinit = xinit TABLES s_fimsg = msort_tab EXCEPTIONS no_message = 01.
FI_MESSAGE_INIT CALL FUNCTION 'FI_MESSAGE_INIT'.
FI_MESSAGE_PROTOCOL * CALL FUNCTION 'FI_MESSAGE_PROTOCOL' ** EXPORTING ** TYPE_S_ONLY = 'X' * EXCEPTIONS ** NO_MESSAGE = 1 ** NOT_BATCH = 2 * OTHERS = 3 * .
FI_MESSAGE_PRINT * CALL FUNCTION 'FI_MESSAGE_PRINT' * EXPORTING * i_msort = ' ' * i_xausn = 'X' * i_xeaus = ' ' * i_xskip = ' '.
FI_MESSAGE_PRINT CALL FUNCTION 'FI_MESSAGE_PRINT' EXPORTING i_msort = hmsort i_xausn = 'X' i_xeaus = ' ' i_xskip = ' '.
FI_MESSAGE_SET CALL FUNCTION 'FI_MESSAGE_SET' TABLES t_fimsg = hfimsg EXCEPTIONS no_message = 01.
FI_MESSAGE_SORT CALL FUNCTION 'FI_MESSAGE_SORT' EXCEPTIONS no_message = 01.
FP_GET_LAST_ADS_ERRSTR CALL FUNCTION 'FP_GET_LAST_ADS_ERRSTR' IMPORTING e_adserrstr = ld_error_string.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' no_dialog = 'X' IMPORTING out_parameters = pri_params EXCEPTIONS OTHERS = 4.
RSPO_OUTPUT_SPOOL_REQUEST CALL FUNCTION 'RSPO_OUTPUT_SPOOL_REQUEST' EXPORTING spool_request_id = hrqident EXCEPTIONS OTHERS = 0.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lc_strucname CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS OTHERS = 3.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = ls_variant EXCEPTIONS OTHERS = 4.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_eventtab EXCEPTIONS OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = 'A' is_variant = ls_variant it_events = lt_eventtab is_print = ls_print TABLES t_outtab = lt_prot_ausgabe EXCEPTIONS OTHERS = 2.
REUSE_ALV_LIST_LAYOUT_INFO_GET
CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.
FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING eo_form_grid = lo_grid.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gs_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS no_message = 04.
FI_MESSAGE_SORT CALL FUNCTION 'FI_MESSAGE_SORT'.
FI_MESSAGE_GET CALL FUNCTION 'FI_MESSAGE_GET' TABLES t_fimsg = lt_fimsg.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gs_log_handle i_s_msg = ls_message.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_profile i_t_log_handle = gt_log_handle.
FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING eo_form_grid = lo_grid.
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 RFKORI93 or its description.
RFKORI93 - Form Printout Include Module: Messages and Log RFKORI92 - Form Printout Include Module: General Subroutines for Printing RFKORI91 - Form Printout Include Module: Routines for Extract RFKORI90 - Form Printout Include Module: General Subroutines RFKORI81 - Form Printout Include Module: Read Routines 2 RFKORI80 - Form Printout Include Module: Read Routines