ROIRA_PR_PROCESSING 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 ROIRA_PR_PROCESSING into the relevant SAP transactions such as SE38 or SE80
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: S_SRCDOC = D Source document
Selection Text: S_DOCYR = D Fiscal Year
Selection Text: S_DOCCO = D Company Code
Selection Text: S_DOCCAT = D Src doc category
Selection Text: P_VARI = D Layout
Selection Text: P_SKIP = Skip intermediate screen
Selection Text: P_PRTYGP = D Prn Type Group
Selection Text: P_PROCID = D Process ID
Title: SSR Print Document processing
Text Symbol: P01 = No label found !!!!
Text Symbol: OD3 = SSR Collective Document
Text Symbol: OD2 = Document
Text Symbol: OD1 = SSR Output type -
Text Symbol: O1H = Process Control log overview
Text Symbol: O1G = Process Control log
Text Symbol: O1F = Additional selection criteria
Text Symbol: O1E = Program control
Text Symbol: O1D = Source document selection
Text Symbol: O1C = Selection criteria for SSR print processing
Text Symbol: O1B = ALV display variant
Text Symbol: O1A = Process parameters
Text Symbol: L01 = Print type group
Text Symbol: 102 = Select source documents to be included in output
Text Symbol: 100 = SSR Output Creation - Source document selection
Text Symbol: 050 = Source Documents
INCLUDE ROIRA_PR_PROCESSING_TOP.
INCLUDE ROIRA_PR_PROC_MAINSCREEN.
INCLUDE ROIRA_PR_PROC_PROCID.
INCLUDE ROIRA_PR_PROC_CHECKS.
INCLUDE ROIRA_PR_PROC_SCREENVARIANT.
INCLUDE ROIRA_PR_PROC_VALUEREQUEST.
INCLUDE ROIRA_PR_PROC_GET_DATA.
INCLUDE ROIRA_PR_PROC_MAIN.
INCLUDE ROIRA_PR_PROC_COMMONFORMS.
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.
ROIRA_PR_PROCESSING - SSR Print Document processing ROIRA_PR_PROCESSING - SSR Print Document processing ROIRA_PRPROC_XFER - include for transfer options ROIRA_PRPROC_VAR - Generated selection parameters ROIRA_PRPROC_SEL - Generated selection include (Print program) ROIRA_PROCESS_EXECUTION - SSR - Process execution