SAP Reports / Programs | Materials Management | Inventory Management | Balance Sheet Valuation Procedures(MM-IM-VP) SAP MM

MRY_AVR_RESULT_TRANSFER SAP ABAP Report - Transfer ML Prices in Valuation Alternatives/Inventory Prices







MRY_AVR_RESULT_TRANSFER 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_AVR_RESULT_TRANSFER 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

MRY4 - Transfer ML 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_AVR_RESULT_TRANSFER. "Basic submit
SUBMIT MRY_AVR_RESULT_TRANSFER AND RETURN. "Return to original report after report execution complete
SUBMIT MRY_AVR_RESULT_TRANSFER 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: PA_BWPH1 = Commercial Price 2
Selection Text: PA_BWPRH = Commercial Price 1
Selection Text: PA_BWPRS = Tax Price 1
Selection Text: PA_BWPS1 = Tax Price 2
Selection Text: PA_VJBWH = Commercial Price 3
Selection Text: PA_VJBWS = Tax Price 3
Selection Text: PA_ALLUP = D .
Selection Text: PA_APPL = D .
Selection Text: PA_BDATJ = D .
Selection Text: PA_LAYOU = D .
Selection Text: PA_NEWUP = D .
Selection Text: PA_POPER = D .
Selection Text: PA_PRKZG = D .
Selection Text: PA_RTYPE = D .
Selection Text: PA_TRPIP = D .
Selection Text: PA_TRVAL = D .
Selection Text: PA_UPDAT = D .
Selection Text: SO_BKLAS = D .
Selection Text: SO_BWKEY = D .
Selection Text: SO_BWTAR = D .
Selection Text: SO_MATKL = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_MTART = D .
Title: Transfer ML Prices in Valuation Alternatives/Inventory Prices
Text Symbol: 334 = Application
Text Symbol: 333 = Costing Run
Text Symbol: 324 = Create or Overwrite Records
Text Symbol: 323 = Create New Records Only
Text Symbol: 001 = You have not selected a material
Text Symbol: 003 = Display Options
Text Symbol: 022 = Valuation Type
Text Symbol: 058 = List empty!
Text Symbol: 059 = <-- Caution!
Text Symbol: 061 = Tax Price 1
Text Symbol: 062 = Tax Price 2
Text Symbol: 063 = Tax Price 3
Text Symbol: 064 = Commercial Price 1
Text Symbol: 065 = Commercial Price 2





Text Symbol: 066 = Commercial Price 3
Text Symbol: 071 = Company Code
Text Symbol: 083 = Additional Criteria
Text Symbol: 088 = Basic Data
Text Symbol: 102 = Update Results
Text Symbol: 105 = Options
Text Symbol: 106 = Fiscal Year
Text Symbol: 107 = Posting Period
Text Symbol: 128 = Key Date
Text Symbol: 151 = Application log saved
Text Symbol: 162 = Messages
Text Symbol: 222 = Val.Struct.Type
Text Symbol: 271 = Transfer to Valuation Alternatives
Text Symbol: 272 = Transfer to Inventory Prices
Text Symbol: 302 = Valuation Alternatives
Text Symbol: 321 = Price Assignment
Text Symbol: 322 = Pricing Indicator


INCLUDES used within this REPORT MRY_AVR_RESULT_TRANSFER

INCLUDE MRYTAB01.
INCLUDE MRYTAB02.
INCLUDE MRYTAB03.
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 IMPORTING e_sniwefy = sniwefy CHANGING c_niwe = sniwe.

MY_APPLICATION_LOG_DISPLAY CALL FUNCTION 'MY_APPLICATION_LOG_DISPLAY' EXPORTING i_prgid = sniwe-prgid i_repid = sniwe-repid i_tcode = sniwe-tcode.

CKML_RUN_PLANTS_GET CALL FUNCTION 'CKML_RUN_PLANTS_GET' EXPORTING i_run_id = gs_runperiod-run_id IMPORTING et_plants = gt_run_plants EXCEPTIONS run_not_existent = 1 no_plants = 2 OTHERS = 3.



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