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
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_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
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.
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.
ROIRC_NETW_PR_CHANGES - Price changes for location network ROIRC_NETW_PR_CHANGES - Price changes for location network ROIRC_NETW_AVR_PR_LOC_TOP - Include ZROIR_NETW_PR_SPEC_TIME_TOP ROIRC_NETW_AVR_PR_LOC_S01 - Include ZROIR_NETW_PR_SPEC_TIME_S01 ROIRC_NETW_AVR_PR_LOC_O01 - PBO for ROIRC_NETW_AVR_PR ROIRC_NETW_AVR_PR_LOC_I01 - PAI for ROIRC_NETW_AVR_PR