ROIRC_END_DAY_PROCESS is a standard Executable ABAP Report 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 ROIRC_END_DAY_PROCESS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3RC_END_DAY_PROCESS - SSR - End process execution
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.
Selection Text: P_ALV = ALV list
Selection Text: P_BUKRS = D Company Code
Selection Text: P_INIT = Start process
Selection Text: P_LIST = ABAP list
Selection Text: P_PROC = D .
Selection Text: P_PROG = Re-process program
Selection Text: P_REST = Restart last day
Selection Text: P_TCODE = D .
Selection Text: P_VARI = Re-process variant
Title: SSR Fuels - End day process
Text Symbol: S01 = Location
Text Symbol: S02 = Description
Text Symbol: S03 = Type
Text Symbol: M03 = Loc Type
Text Symbol: M02 = Description
Text Symbol: M01 = Business Location
Text Symbol: L04 = Business Location ID
Text Symbol: L03 = Business Location Type
Text Symbol: L02 = Description
Text Symbol: L01 = Location
Text Symbol: I03 =
Text Symbol: I02 =
Text Symbol: H50 = Business locations (not expected/not received/with errors)
Text Symbol: H32 = Business type
Text Symbol: H30 = Number of entries
Text Symbol: H22 = Process ID
Text Symbol: H20 = User
Text Symbol: H12 = Date
Text Symbol: H10 = Report name
Text Symbol: H05 = Locations not expected
Text Symbol: H04 = Locations with errors
Text Symbol: H03 = Page:
Text Symbol: H02 = Date:
Text Symbol: H01 = Locations not received
Text Symbol: H00 = Locations
Text Symbol: E02 = No business location found
Text Symbol: E01 = End of process check
Text Symbol: D05 = Company Code:
INCLUDE ROIRC_END_DAY_PROCESS_TOP.
INCLUDE ROIRC_END_DAY_PROCESS_TOP_UP.
INCLUDE ROIRC_END_DAY_PROCESS_S01.
INCLUDE ROIRC_END_DAY_PROCESS_F01.
INCLUDE ROIRC_END_DAY_PROCESS_F01_UP.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.