ROIRI_DAILY_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 ROIRI_DAILY_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: Form routines for Daily Claim Report
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIRA_LOCATION_HEADER call function 'OIRA_LOCATION_HEADER' exporting i_pblnr = pi_pblnr i_rnbt = pi_rnbt i_calpgm = g_repid i_calscr = sy-dynnr importing e_subpgm = pe_subpgm e_subscr = pe_subscr.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = pi_structure changing ct_fieldcat = pe_fieldcatalog exceptions inconsistent_interface = 1 program_error = 2 others = 3.
OIRI_SELECT_DAILY_INFO call function 'OIRI_SELECT_DAILY_INFO' exporting i_sptag_range = pt_fkdat[] i_fltval = pi_daily i_daily_group = pi_daily_group i_period_group = pi_period_group i_p_readdb = p_readdb i_p_readar = p_readar i_p_readas = p_readas i_p_files = s_files[] importing e_summ_month_tab = pt_summ_month[] e_summ_day_tab = pt_summ_day[] e_daily_summary_tab = pt_summary[] e_daily_fuels_tab = pt_fuels_info[] e_daily_pc_tab = pt_pc_info[] e_pointer_tab = g_pointer_tab e_doc_numbers = pt_doc_numbers[] e_pblnr_tab = pt_pblnr_tab[] e_printdocs_tab = pt_prndoc_numbers[] * TABLES * PT_VBRK = * PT_VBRP = changing c_pblnr_range = pt_pblnr[].
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = pi_structure changing ct_fieldcat = pe_fieldcatalog exceptions inconsistent_interface = 1 program_error = 2 others = 3.
OIRBPBLB_SINGLE_READ call function 'OIRBPBLB_SINGLE_READ' exporting oirbpblb_pblnr = pi_pblnr oirbpblb_rnbt = pi_rnbt importing woirbpblb = l_oirbpblb exceptions not_found = 1 others = 2.
OIRB_GET_PROFILE call function 'OIRB_GET_PROFILE' exporting i_f_pr = l_oirbpblb-f_pr importing e_fuels_pr = l_fuels_pr exceptions profile_not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRI_DAILY_REPORT_FORMS - Form routines for Daily Claim Report ROIRI_DAILY_REPORT_CLASS - Class implementation for control objects in Daily Claim Report ROIRI_DAILY_REPORT - Daily claim report ROIRI_DAILY_REPORT - Daily claim report ROIRI_COMMON_FORMS - Program OIRI_COMMON_FORMS ROIRI_CH_FEE_FORMS - Subroutines for calculating clearing house fees