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

ROIRC_NETW_PR_CHANGES SAP ABAP Report - Price changes for location network







ROIRC_NETW_PR_CHANGES 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_NETW_PR_CHANGES 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 ROIRC_NETW_PR_CHANGES. "Basic submit
SUBMIT ROIRC_NETW_PR_CHANGES AND RETURN. "Return to original report after report execution complete
SUBMIT ROIRC_NETW_PR_CHANGES 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: S_SVTYPE = Service type
Selection Text: P_SH_PCR = List price change reasons
Selection Text: P_SH_MAT = List materials
Selection Text: P_LIVAR = D .
Selection Text: P_KSCHL = D .
Selection Text: P_DISV_D = ALV display variant detail
Title: Price changes for location network
Text Symbol: 074 = Text
Text Symbol: 073 = Category
Text Symbol: 072 = Increases
Text Symbol: 071 = Reductions
Text Symbol: 070 = All changes
Text Symbol: 062 = Price change reason
Text Symbol: 061 = Material
Text Symbol: 060 = General information
Text Symbol: 053 = More than one change per day
Text Symbol: 051 = Price info
Text Symbol: 050 = Meter readings
Text Symbol: 007 = Additional data selection
Text Symbol: 006 = Evaluation date interval
Text Symbol: 005 = Display settings
Text Symbol: 003 = to
Text Symbol: 002 = Period 2: Date / Time from
Text Symbol: 001 = Period 1: Date / Time from


INCLUDES used within this REPORT ROIRC_NETW_PR_CHANGES

INCLUDE ROIRC_NETW_PR_CHANGES_TOP.
INCLUDE ROIRC_PRICE_REPORTING_CLASS.
INCLUDE ROIRC_NETW_PR_CHANGES_S01.
INCLUDE ROIRC_NETW_PR_CHANGES_F01.
INCLUDE ROIRC_NETW_PR_CHANGES_O01.
INCLUDE ROIRC_NETW_PR_CHANGES_I01.


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