ROIRE_RECON_DISPLAY_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_RECON_DISPLAY_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_RECON_DISPLAY_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_r TABLES t_waers = pt_waers t_pblnr = pt_pblnr t_vkdat = pt_vkdat t_recon_no = pt_recno t_upldat = pt_upldt t_uplnr = pt_uplnr t_recon_adm = px_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_via_chobj i_bukrs = l_bukrs-low i_dumm = 'E' i_proc = l_proc p_readdb = 'X' "SSR Archiving TABLES ti_pblnr = pt_pblnr ti_ssr_ccins = pt_ccins ti_vkdat = pt_vkdat ti_waers = pt_waers ti_dtf_hdr = pt_oireuplkxxxx ti_dtf_itm = pt_oireuplpxxxx ti_recon_no = pt_recno ti_chobj = pt_chobj 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.
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_DISPLAY_FORMS - Include ROIRE_RECON_DISPLAY_FORMS ROIRE_RECON_DISPLAY_CHECKS - Include ROIRE_RECON_DISPLAY_CHECKS ROIRE_RECON_DISPLAY - Display Payment Card Reconciliation ROIRE_RECON_DISPLAY - Display Payment Card Reconciliation ROIRE_RECON_COMMONFORMS - Include ROIRE_RECON_COMMONFORMS ROIRE_RECON_CHECKS - Include ROIRE_RECON_CHECKS