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

ROIRI_DAILY_REPORT_FORMS SAP ABAP INCLUDE - Form routines for Daily Claim Report







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


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 ROIRI_DAILY_REPORT_FORMS. "Basic submit
SUBMIT ROIRI_DAILY_REPORT_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT ROIRI_DAILY_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: Form routines for Daily Claim Report


INCLUDES used within this REPORT ROIRI_DAILY_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:

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.



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