SAP Reports / Programs | Service Station Retailing | Industry Solution Oil | Service Station Retailing(IS-OIL-DS-SSR) SAP IS

ROIRE_CH_REPORT_FORMS SAP ABAP INCLUDE - Include ROIRE_CH_REPORT_FORMS







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ROIRE_CH_REPORT_FORMS. "Basic submit
SUBMIT ROIRE_CH_REPORT_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT ROIRE_CH_REPORT_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include ROIRE_CH_REPORT_FORMS


INCLUDES used within this REPORT ROIRE_CH_REPORT_FORMS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 ROIRE_CH_REPORT_FORMS or its description.