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

ROIRE_CH_PROC_MAIN SAP ABAP INCLUDE - Include ROIRE_CH_PROCESSING_MAIN







ROIRE_CH_PROC_MAIN 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_PROC_MAIN 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_PROC_MAIN. "Basic submit
SUBMIT ROIRE_CH_PROC_MAIN AND RETURN. "Return to original report after report execution complete
SUBMIT ROIRE_CH_PROC_MAIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT ROIRE_CH_PROC_MAIN

G_INCLUDEITEMS


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_CH_PROCESSING CALL FUNCTION 'OIRE_CH_PROCESSING' EXPORTING i_proc_type = g_procmeth i_default_proc_type = gwa_oirecctyp-settltyp i_ch_all = gwa_oirech_all i_pc_info_struc = gwa_pc_info_struc i_bldat = p_bldat i_budat = p_budat i_procid = p_procid i_update_flag = char_c i_max_headers = p_max IMPORTING pe_error_occurred = g_error_occurred * pe_oirhchstrnsmn = gs_oirhchstrnsmn TABLES t_result = gt_result t_balmi = gt_balmi t_dtf_hdr = gt_oireuplkxxxx t_dtf_itm = gt_oireuplpxxxx t_oiradbt = gt_oiradbt t_oiresett_head = gt_oiresett_head t_oiresett_item = gt_oiresett_item t_recon_adm = gt_adm t_recon_agg = gt_agg t_recon_det = gt_det t_oiradtlt = gt_oiradtlt CHANGING ch_applog_obj = ch_applog_obj EXCEPTIONS no_srcdata_passed = 1 invalid_proc_type = 2 wrong_pc_category = 3 wrong_update_flag = 4 reverse_coll_doc_first = 5 no_collective_doc_passed = 6 error_occurred = 7 missing_customizing = 8 "SO7K017449 OTHERS = 9.

OIL_HEADER_TO_HTML CALL FUNCTION 'OIL_HEADER_TO_HTML' EXPORTING i_slis_t_listheader = gt_list_top_of_page TABLES t_html_header = lt_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_PROC_MAIN or its description.