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

R2RMMR_PRICE_CHANGE_RECORD SAP ABAP Report - Effect of recently changed price







R2RMMR_PRICE_CHANGE_RECORD 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_PRICE_CHANGE_RECORD 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

R2RMM142 - Effect of recently changed price


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_PRICE_CHANGE_RECORD. "Basic submit
SUBMIT R2RMMR_PRICE_CHANGE_RECORD AND RETURN. "Return to original report after report execution complete
SUBMIT R2RMMR_PRICE_CHANGE_RECORD 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_ZPLD1 = D .
Selection Text: S_MATNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_LIFNR = D .
Selection Text: S_EKGRP = D .
Selection Text: P_WERKS = D .
Title: Effect of recently changed price
Text Symbol: H25 = Heidelberg Web Systems
Text Symbol: H26 = Recently Changed Prices and the Effect on Yearly Turnover
Text Symbol: H27 = Date :
Text Symbol: H28 = Time :
Text Symbol: H31 = Page :
Text Symbol: H35 = Plant :
Text Symbol: H38 = Report :
Text Symbol: H44 = Vendor
Text Symbol: H45 = Vendor Name
Text Symbol: H50 = Consumption
Text Symbol: H60 = Impact on Turnover
Text Symbol: H61 = Total Turnover
Text Symbol: H77 = UOM
Text Symbol: M01 = More than 1 vendor found.
Text Symbol: M02 = Vendor name not found.
Text Symbol: M03 = Recently Changed Prices and the Effect on Yearly Turnover
Text Symbol: H24 = User :
Text Symbol: 011 = Plant
Text Symbol: 012 = Date and Time
Text Symbol: 013 = Report
Text Symbol: E03 = Plant Unknown
Text Symbol: F01 = Number of Materials:
Text Symbol: F02 = Impact on Turnover:
Text Symbol: F03 = Total Turnover:
Text Symbol: F04 = Price Development %:
Text Symbol: H01 = Material Number
Text Symbol: H02 = MS
Text Symbol: H03 = Date when
Text Symbol: H04 = Old Std.Price
Text Symbol: H05 = New Std.Price
Text Symbol: H06 = Diff.in prices





Text Symbol: H07 = Price
Text Symbol: H08 = Indicator
Text Symbol: H09 = Description
Text Symbol: H11 = Unit
Text Symbol: H12 = Price ent.
Text Symbol: H13 = Turnover
Text Symbol: H14 = Pur
Text Symbol: H15 = grp
Text Symbol: H23 = Transaction :


INCLUDES used within this REPORT R2RMMR_PRICE_CHANGE_RECORD

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:

CLOI_PUT_SIGN_IN_FRONT * CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT' * CHANGING * value = diff_price.

CLOI_PUT_SIGN_IN_FRONT * CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT' * CHANGING * value = turn_over.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_header * i_logo = 'ENJOYSAP_LOGO' i_end_of_list_grid = 'X'.

CONSUMPTION_READ_FOR_MM CALL FUNCTION 'CONSUMPTION_READ_FOR_MM' EXPORTING * KZRFB = ' ' matnr = itab-matnr werks = p_werks perkz = 'M' periv = '12' TABLES ges_verb_tab = i_ver "total consumption * UNG_VERB_TAB = EXCEPTIONS * wrong_call = 1 "unplanned consumption not_found = 2 OTHERS = 3.

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_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.

RE_ADD_MONTH_TO_DATE CALL FUNCTION 'RE_ADD_MONTH_TO_DATE' EXPORTING months = time olddate = p_date IMPORTING newdate = begdate.

RE_ADD_MONTH_TO_DATE CALL FUNCTION 'RE_ADD_MONTH_TO_DATE' EXPORTING months = time olddate = p_date IMPORTING newdate = begdate.



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