SAP Reports / Programs

MRY_PIP_MULTICHANGE SAP ABAP Report - Collective Maintenance of Phys. Inventory Prices from Material Master







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

MRY0 - Coll. Maint. of Phys. Inv. 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 MRY_PIP_MULTICHANGE. "Basic submit
SUBMIT MRY_PIP_MULTICHANGE AND RETURN. "Return to original report after report execution complete
SUBMIT MRY_PIP_MULTICHANGE 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_MTART = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_MATKL = D .
Selection Text: SO_BWTAR = D .
Selection Text: SO_BWKEY = D .
Selection Text: SO_BKLAS = D .
Selection Text: PA_STDAT = D .
Selection Text: PA_FORIN = D .
Selection Text: PA_BUKRS = D .
Selection Text: PA_ALVIN = D .
Title: Collective Maintenance of Phys. Inventory Prices from Material Master
Text Symbol: 302 = ALV List
Text Symbol: 301 = Classic List
Text Symbol: 151 = &1
Text Symbol: 135 = Valuation Level
Text Symbol: 128 = Balance Sheet Date
Text Symbol: 105 = Form of List
Text Symbol: 088 = Basic Data
Text Symbol: 083 = Restriction of Selection
Text Symbol: 071 = Company Code
Text Symbol: 059 = <-- Caution!
Text Symbol: 058 = List empty
Text Symbol: 001 = ValA Material Tax Price 1 Tax Price 2 Tax Price 3 Comm. Price 1 Comm. Price 2 Comm. Price 3 per


INCLUDES used within this REPORT MRY_PIP_MULTICHANGE

INCLUDE MRYTAB01.
INCLUDE MRYTAB02.
INCLUDE MRYTAB03.
INCLUDE MRYPAR03.
INCLUDE MRYPAR04.
INCLUDE MRYDAT01.
INCLUDE MRYDAT03.
INCLUDE MRYDAT04.
INCLUDE MRYMAC01.


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:

MY_DEFAULT_PARAMETERS_SET CALL FUNCTION 'MY_DEFAULT_PARAMETERS_SET' EXPORTING i_bukrs = pa_bukrs i_selc = selc_flag i_niwex = sniwe-niwex CHANGING c_niwe = sniwe.

MY_VALUATION_LEVEL_POPUP CALL FUNCTION 'MY_VALUATION_LEVEL_POPUP' CHANGING p_mykey_cus = sniwe-mykey_cus.



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