ROIRE_RECON_COMMONFORMS 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 ROIRE_RECON_COMMONFORMS 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 ROIRE_RECON_COMMONFORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = c_appl_log_object subobject = l_subobject * external_number = l_extnumber object_attribute = 1 subobject_attribute = 0 external_number_attribute = 0 date_from = pi_start_date time_from = pi_start_time date_to = l_date_to time_to = l_time_to suppress_selection_dialog = 'X' EXCEPTIONS no_authority = 1 OTHERS = 2.
APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING object = px_pc_obj-balhdri-object subobject = px_pc_obj-balhdri-subobject update_task = space TABLES object_with_lognumber = px_pc_obj-balnri_tab EXCEPTIONS object_not_found = 1 subobject_not_found = 2 internal_error = 3 OTHERS = 4.
OIRA_APPLICATION_LOG_WRITE CALL FUNCTION 'OIRA_APPLICATION_LOG_WRITE' "IA CHANGING "IA pc_pc_obj = px_pc_obj "IA EXCEPTIONS "IA appl_log_not_set_up = 1 "IA appl_log_header_not_filled = 2 "IA OTHERS = 3. "IA
APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING object = px_pc_obj-balhdri-object subobject = px_pc_obj-balhdri-subobject update_task = space TABLES object_with_lognumber = px_pc_obj-balnri_tab EXCEPTIONS object_not_found = 1 subobject_not_found = 2 internal_error = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRE_RECON_COMMONFORMS - Include ROIRE_RECON_COMMONFORMS ROIRE_RECON_CHECKS - Include ROIRE_RECON_CHECKS ROIRE_RECON - Create Reconciliation ROIRE_RECON - Create Reconciliation ROIRE_PCSTAT4 - PC Statistics: Detailed Transaction File Information ROIRE_PCSTAT4 - PC Statistics: Detailed Transaction File Information