ROIRA_PR_PROCESSING_CHG 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_CHG 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: P_PRNDOC = Print document
Selection Text: P_PROCID = D Process ID
Selection Text: P_SKIP = Skip intermediate screen
Selection Text: P_VARI = D Layout
Title: SSR Print Document Change
Text Symbol: 050 = Print Documents
Text Symbol: 100 = SSR Output Change - Source document display
Text Symbol: 102 = List displays all source documents included in output
Text Symbol: L01 = Print type group
Text Symbol: O1A = Process parameters
Text Symbol: O1B = ALV display variant
Text Symbol: O1C = Selection criteria for SSR print processing
Text Symbol: O1D = Source document selection
Text Symbol: O1E = Program control
Text Symbol: O1F = Additional selection criteria
Text Symbol: O1G = Process Control log
Text Symbol: O1H = Process Control log overview
Text Symbol: OD1 = SSR Output type -
Text Symbol: OD2 = Document
Text Symbol: OD3 = SSR Collective Document
Text Symbol: P01 = No label found !!!!
INCLUDE ROIRA_PR_PROCESSING_TOP.
INCLUDE ROIRA_PR_PROC_CHG_MAINSCREEN.
INCLUDE ROIRA_PR_PROC_CHG_INIT.
INCLUDE ROIRA_PR_PROC_CHG_CHECKS.
INCLUDE ROIRA_PR_PROC_SCREENVARIANT.
INCLUDE ROIRA_PR_PROC_VALUEREQUEST.
INCLUDE ROIRA_PR_PROC_CHG_GET_DATA.
INCLUDE ROIRA_PR_PROC_CHG_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_CHG - SSR Print Document Change ROIRA_PR_PROCESSING_CHG - SSR Print Document Change 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