SAP Reports / Programs | Logistics - General | Additionals Management(LO-ADM) SAP LO

RWRF_ADDI_ANALYSIS_OF_CHANGES SAP ABAP Report - Additionals: Selection of Price Changes







RWRF_ADDI_ANALYSIS_OF_CHANGES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The SP Change Analysis report is used to analyze price changes in the area of additionals...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RWRF_ADDI_ANALYSIS_OF_CHANGES into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WRF_WTAD_CA - Additionals: Price Changes
WRF_WTAD_CA1 - Additionals: Create Work Data
WRF_WTAD_CA3 - Additionals: Analysis of Prc Changes


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 RWRF_ADDI_ANALYSIS_OF_CHANGES. "Basic submit
SUBMIT RWRF_ADDI_ANALYSIS_OF_CHANGES AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_ADDI_ANALYSIS_OF_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: SO_STATU = D .
Selection Text: SO_SIDOC = D .
Selection Text: SO_SBAPI = D .
Selection Text: SO_DATPR = D .
Selection Text: SO_CRIDO = D .
Selection Text: SO_ADDIS = D .
Selection Text: SO_ADDFM = D .
Selection Text: MATNR = D .
Selection Text: SO_WEKZ = GR of Higher-Level Material
Selection Text: SO_SIDFB = IDoc Status Subsystem
Selection Text: SO_OPER = Follow-Up Action
Selection Text: SO_LIFNR = Additionals Vendor
Selection Text: SO_IDOCD = Current Condition Date
Selection Text: SO_BEST = Purchase Order Number
Selection Text: PA_RB_S = Create Work Data
Selection Text: PA_RB_R = Process Work Data
Selection Text: PA_RB_D = Direct Processing
Selection Text: MAXRCDS = Maximum Number of Data Records
Selection Text: DATECR = Date of Addit. Doc. Creat.
Title: Additionals: Selection of Price Changes
Text Symbol: 019 = Switch to Addit.Monitor
Text Symbol: 018 = Are you sure you want to exit the worklist?
Text Symbol: 017 = Worklist
Text Symbol: 016 = Are you sure you want to exit the program?
Text Symbol: 015 = Exit Program
Text Symbol: 014 = Direct Processing of Price Changes
Text Symbol: 013 = Process Work Data for Price Changes
Text Symbol: 012 = Create Work Data for Price Changes
Text Symbol: 011 = Processing Mode
Text Symbol: 010 = Document Information
Text Symbol: 003 = Price Changes
Text Symbol: 002 = Additionals: Display of Price Changes
Text Symbol: 001 = Material


INCLUDES used within this REPORT RWRF_ADDI_ANALYSIS_OF_CHANGES

INCLUDE WRF_ADDITOP.
INCLUDE WRF_WTAD_LCLASS.
INCLUDE WRF_ADDI_SELSCREEN.
INCLUDE WRF_ADDI_ROUTINES.
INCLUDE WRF_ADDI_EVENTS.





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