ROIRE_CH_REPORT_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 ROIRE_CH_REPORT_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.
Title: Include ROIRE_CH_REPORT_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIRE_READ_RECON CALL FUNCTION 'OIRE_READ_RECON' EXPORTING i_recon_ind = char_a TABLES t_chobj = pi_chobj t_ccins = pi_ccins t_recon_adm = px_adm t_v_recon_agg = lt_agg_all t_v_recon_det = lt_det_all EXCEPTIONS wrong_recon_ind = 1 wrong_det_agg_ind = 2 no_entries_found = 3 wrong_settl_ind = 4 OTHERS = 5.
OIRE_READ_RECON CALL FUNCTION 'OIRE_READ_RECON' EXPORTING i_recon_ind = char_r TABLES t_chobj = pi_chobj t_ccins = pi_ccins t_recon_no = pi_recno t_recon_adm = lt_adm t_v_recon_agg = lt_agg t_v_recon_det = lt_det EXCEPTIONS wrong_recon_ind = 1 wrong_det_agg_ind = 2 no_entries_found = 3 wrong_settl_ind = 4 OTHERS = 5.
OIRE_READ_RECON CALL FUNCTION 'OIRE_READ_RECON' EXPORTING i_recon_ind = char_a TABLES t_chobj = pi_chobj t_ccins = pi_ccins t_settlnr = pi_setno t_recon_adm = lt_adm t_v_recon_agg = lt_agg t_v_recon_det = lt_det EXCEPTIONS wrong_recon_ind = 1 wrong_det_agg_ind = 2 no_entries_found = 3 wrong_settl_ind = 4 OTHERS = 5.
OIRE_READ_RECON CALL FUNCTION 'OIRE_READ_RECON' EXPORTING i_recon_ind = char_a TABLES t_chobj = pi_chobj t_ccins = pi_ccins t_uplnr = pi_uplnr t_recon_adm = lt_adm t_v_recon_agg = lt_agg t_v_recon_det = lt_det EXCEPTIONS wrong_recon_ind = 1 wrong_det_agg_ind = 2 no_entries_found = 3 wrong_settl_ind = 4 OTHERS = 5.
OIRE_READ_RECON CALL FUNCTION 'OIRE_READ_RECON' EXPORTING i_recon_ind = char_a TABLES t_chobj = pi_chobj t_ccins = pi_ccins t_upldat = pi_datum t_recon_adm = lt_adm t_v_recon_agg = lt_agg t_v_recon_det = lt_det EXCEPTIONS wrong_recon_ind = 1 wrong_det_agg_ind = 2 no_entries_found = 3 wrong_settl_ind = 4 OTHERS = 5.
OIRE_READ_DTF CALL FUNCTION 'OIRE_READ_DTF' EXPORTING i_access = c_access_3 i_bukrs = l_bukrs-low i_proc = l_proc TABLES ti_pblnr = lt_pblnr ti_ssr_ccins = pi_ccins ti_dtf_hdr = lt_oireuplkxxxx ti_dtf_itm = lt_oireuplpxxxx ti_settlnr = pi_setno ti_settldat = pi_datum ti_chobj = pi_chobj ti_vkdat = lt_vkdat EXCEPTIONS invalid_access_method = 1 wrong_validation_status = 2 clearing_house_does_not_exist = 3 company_code_does_not_exist = 4 invalid_document_type = 5 invalid_complaint_flag = 6 invalid_lock_indicator = 7 invalid_compres = 8 invalid_dummy_indicator = 9 OTHERS = 10.
OIRE_READ_DTF CALL FUNCTION 'OIRE_READ_DTF' EXPORTING i_access = c_access_4 i_bukrs = l_bukrs-low i_proc = l_proc TABLES ti_pblnr = lt_pblnr ti_ssr_ccins = pi_ccins ti_dtf_hdr = lt_oireuplkxxxx ti_dtf_itm = lt_oireuplpxxxx ti_recon_no = pi_recno ti_recon_dat = pi_datum ti_chobj = pi_chobj ti_vkdat = lt_vkdat EXCEPTIONS invalid_access_method = 1 wrong_validation_status = 2 clearing_house_does_not_exist = 3 company_code_does_not_exist = 4 invalid_document_type = 5 invalid_complaint_flag = 6 invalid_lock_indicator = 7 invalid_compres = 8 invalid_dummy_indicator = 9 OTHERS = 10.
OIL_HEADER_TO_HTML CALL FUNCTION 'OIL_HEADER_TO_HTML' EXPORTING i_slis_t_listheader = px_header TABLES t_html_header = pt_html_header.
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_CH_REPORT_FORMS - Include ROIRE_CH_REPORT_FORMS ROIRE_CH_REPORT_CHECKS - Include ROIRE_CH_PROC_DISPLAY_CHECKS ROIRE_CH_PROC_SCREENVARIANT - Include ROIRE_CH_PROCESSING_SCRVAR ROIRE_CH_PROC_PROCID - Include ROIRE_CH_PROCESSING_PROCID ROIRE_CH_PROC_MAINSCREEN - Include ROIRE_CH_PROCESSING_MAINSCREEN ROIRE_CH_PROC_MAIN - Include ROIRE_CH_PROCESSING_MAIN