ROIUCI_MASS_PROCESSOR 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 ROIUCI_MASS_PROCESSOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3UCI_MASS - Processing Checks in Mass
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: BOTH = Ready for Valuing / Posting
Selection Text: NEWCHK = Unposted Check(s)
Selection Text: POST = Ready for Posting
Selection Text: SDATE = Start Date
Selection Text: SERVER = Target Server
Selection Text: STIME = Start Time
Selection Text: SUSPCHK = Partially Posted Check(s)
Selection Text: USER = Created by User
Selection Text: VALUE = Ready for Valuing
Title: Incoming Checks - Mass Processor
Text Symbol: 001 = Check Selection
Text Symbol: 002 = Additional restriction
Text Symbol: 003 = Optional Scheduling Parameters
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIUCI_SERVERLIST CALL FUNCTION 'OIUCI_SERVERLIST' TABLES SERVERS = it_serverlist.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = 'SERVER' VALUES = it_serverlist.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIUCI_MASS_PROCESSOR - Incoming Checks - Mass Processor ROIUCI_MASS_PROCESSOR - Incoming Checks - Mass Processor ROIUCI_JOB - Incoming Check Processing Via Background Job ROIUCI_JOB - Incoming Check Processing Via Background Job ROIUCI_EXCEPTION - Incoming Check Line Item Exception Report ROIUCI_EXCEPTION - Incoming Check Line Item Exception Report