ROIRE_COMPL_F02 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_COMPL_F02 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_COMPL_BADI_FORMS for BADI form routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIRB_GET_LOC_VALUES call function 'OIRB_GET_LOC_VALUES' exporting i_pblnr = l_pblnr i_rnbt = l_rnbt importing e_oirbpblb = l_oirbpblb exceptions business_type_not_found = 1 business_location_not_found = 2 others = 3.
OIRB_GET_PROFILE call function 'OIRB_GET_PROFILE' exporting i_f_pr = l_proc_profile i_pblnr = l_pblnr i_rnbt = l_rnbt importing e_fuels_pr = l_oirc_fuels_pr exceptions profile_not_found = 1 others = 2.
OIRA_CUSTOMER_KEY_GET call function 'OIRA_CUSTOMER_KEY_GET' exporting i_pblnr = l_pblnr i_parfn = l_oirc_fuels_pr-parfn i_date_from = l_vkdat i_time_from = l_vktim i_date_to = l_vkdat i_time_to = l_vktim importing e_oira2_bbp1_key = t_oira2_bbp1_key[] exceptions date_error = 1 no_partner = 2 others = 3.
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_COMPL_F02 - Include ROIRE_COMPL_BADI_FORMS for BADI form routines ROIRE_COMPL_F01_ALV - Include ROIRE_COMPL_FORMS for common form routines ROIRE_COMPL_F01 - Include ROIRE_COMPL_FORMS for common form routines ROIRE_COMPL_E01_TOP - Include ROIRE_COMPLAINT_TOP ROIRE_COMPL_E01_FORMS - Include ROIRE_COMPLAINT_FORMS ROIRE_COMPL_E01 - Form routines for SSR I&S execution method