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

ROIRE_CH_PROC_CHANGE_MAIN SAP ABAP INCLUDE - Include ROIRE_CH_PROCESSING_CHANGE_MAI







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


Text pool values


Title: Include ROIRE_CH_PROCESSING_CHANGE_MAI


INCLUDES used within this REPORT ROIRE_CH_PROC_CHANGE_MAIN

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:

OIRE_CH_PROCESSING call function 'OIRE_CH_PROCESSING' exporting i_proc_type = px_procmeth i_default_proc_type = pi_oirecctyp-settltyp i_ch_all = pi_oirech_all i_pc_info_struc = pi_pc_info_struc i_bldat = pi_bldat i_budat = pi_budat i_procid = pi_procid i_update_flag = char_c importing pe_error_occurred = px_error_occurred tables t_result = pt_result t_balmi = pt_balmi t_dtf_hdr = pt_oireuplkxxxx t_dtf_itm = pt_oireuplpxxxx t_oiradbt = pt_oiradbt t_oiradtlt = pt_oiradtlt t_oiresett_head = pt_oiresett_head t_oiresett_item = pt_oiresett_item t_recon_adm = pt_adm t_recon_det = pt_det t_recon_agg = pt_agg 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.



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