SAP Reports / Programs | Service Station Retailing | Industry Solution Oil | Service Station Retailing(IS-OIL-DS-SSR) SAP IS

ROIRA_PR_PROCESSING_CHG SAP ABAP Report - SSR Print Document Change







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


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 ROIRA_PR_PROCESSING_CHG. "Basic submit
SUBMIT ROIRA_PR_PROCESSING_CHG AND RETURN. "Return to original report after report execution complete
SUBMIT ROIRA_PR_PROCESSING_CHG 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_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 !!!!


INCLUDES used within this REPORT ROIRA_PR_PROCESSING_CHG

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.


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