SAP Reports / Programs

ROIRC_END_DAY_PROCESS SAP ABAP Report - SSR Fuels - End day process







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3RC_END_DAY_PROCESS - SSR - End process execution


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


Text pool values


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:





Text Symbol: D04 = Description
Text Symbol: D03 = Business location
Text Symbol: D02 = Local date:
Text Symbol: D01 = Business type:
Text Symbol: 016 = List output
Text Symbol: 001 = Process parameters


INCLUDES used within this REPORT ROIRC_END_DAY_PROCESS

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.


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:

No SAP FUNCTION MODULES are executed within this report code!



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