SAP Reports / Programs

MRY_VALUATION_ALTERNATIVE_SHOW SAP ABAP Report - Display Valuation Alternatives







MRY_VALUATION_ALTERNATIVE_SHOW 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_VALUATION_ALTERNATIVE_SHOW 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

MRY3 - Display Valuation Alternative


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_VALUATION_ALTERNATIVE_SHOW. "Basic submit
SUBMIT MRY_VALUATION_ALTERNATIVE_SHOW AND RETURN. "Return to original report after report execution complete
SUBMIT MRY_VALUATION_ALTERNATIVE_SHOW 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_LAYOU = Layout
Selection Text: SO_BKLAS = D Valuation Class
Selection Text: SO_BWKEY = D Valuation Area
Selection Text: SO_BWTAR = D Valuation Type
Selection Text: SO_MATNR = D Material
Selection Text: SO_PERID = D Period (YYYYPP)
Selection Text: SO_PRKZG = D Valuation Alternative
Title: Display Valuation Alternatives
Text Symbol: 003 = Display Options
Text Symbol: 083 = Additional Criteria


INCLUDES used within this REPORT MRY_VALUATION_ALTERNATIVE_SHOW

INCLUDE MRYTAB01.
INCLUDE MRYDAT01.
INCLUDE MRYDAT04.


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:

MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING MATNR = s_list_y2-matnr SPRAS = sy-langu IMPORTING WMAKT = l_makt EXCEPTIONS OTHERS = 1.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING MATNR = s_list_y2-matnr IMPORTING WMARA = l_mara EXCEPTIONS OTHERS = 1.

MY_LIST_DISPLAY CALL FUNCTION 'MY_LIST_DISPLAY' EXPORTING i_structure_name = '' "HW 1490791 is_list_attr = list_attr i_sniwe = sniwe * IS_LAYOUT = IT_FIELDCAT = tab_fieldcat "HW 1299028 is_variant = s_variant it_event = tab_event is_lvc_layo = s_lvc_layo is_lvc_fcat = s_lvc_fcat it_lvc_fcat = tab_lvc_fcat TABLES t_list = tab_list_y2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sniwe-repid i_internal_tabname = 'TAB_LIST_Y2' i_structure_name = 'SMYLIST_Y2' i_client_never_display = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = tab_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = l_dtelname LANGU = sy-langu IMPORTING DD04V_WA = l_dd04ev EXCEPTIONS OTHERS = 99.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = l_dtelname LANGU = sy-langu IMPORTING DD04V_WA = l_dd04ev EXCEPTIONS OTHERS = 99.



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