SAP Reports / Programs | Logistics - General | Logistics Basic Data | Plant Master(LO-MD-PL) SAP LO

R2RMMR_PLANNED_PRICE_CHANG_LOG SAP ABAP Report - Monitor Changed Planned Price







R2RMMR_PLANNED_PRICE_CHANG_LOG 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 R2RMMR_PLANNED_PRICE_CHANG_LOG 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

R2RMM140 - Monitor Changed Planned Prices


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 R2RMMR_PLANNED_PRICE_CHANG_LOG. "Basic submit
SUBMIT R2RMMR_PLANNED_PRICE_CHANG_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT R2RMMR_PLANNED_PRICE_CHANG_LOG 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_WERKS = D Plant
Selection Text: S_USNAM = D Name
Selection Text: S_UDATE = D Date
Selection Text: S_PRICE = Planned Price
Selection Text: S_PRDHA = D Product hierarchy
Selection Text: S_MATNR = D Material
Selection Text: S_MATKL = D Material Group
Selection Text: S_EKGRP = D Purchasing Group
Selection Text: S_DISPO = D MRP Controller
Selection Text: S_DIFF% = Abs Diff in Planned Price in %
Selection Text: S_DIFF$ = Abs Diff in Planned Price in $
Title: Monitor Changed Planned Price
Text Symbol: T06 = Date and Time:
Text Symbol: T01 = Program:
Text Symbol: H08 = Perc Diff
Text Symbol: H07 = Price Diff
Text Symbol: H06 = New Date
Text Symbol: H05 = Old Date
Text Symbol: H04 = New Price
Text Symbol: H03 = Old Price
Text Symbol: H02 = New Curr
Text Symbol: H01 = Old Curr
Text Symbol: 002 = Cost Selection:
Text Symbol: 001 = Material Selection:


INCLUDES used within this REPORT R2RMMR_PLANNED_PRICE_CHANG_LOG

INCLUDE BCALV_VERIFY_DTYPES_TYPES.
INCLUDE BCALV_VERIFY_DTYPES_CONST.


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:

REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING * i_program_name = repid * i_internal_tabname = 'ITAB' * i_inclname = repid * CHANGING * ct_fieldcat = itab1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fieldcat_alv i_save = 'A' i_callback_program = repid i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = l_event_html_top i_callback_html_end_of_list = l_event_html_end it_events = lt_events[] TABLES t_outtab = itab.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_header.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_header i_end_of_list_grid = 'X'.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = ct_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.



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