SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment(LO-MD-RA) SAP LO

WRF_MALG_SEL_BY_ART_F01 SAP ABAP INCLUDE - Include WRF_MALG_SEL_BY_ART_F01







WRF_MALG_SEL_BY_ART_F01 is a standard ABAP INCLUDE 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 WRF_MALG_SEL_BY_ART_F01 into the relevant SAP transactions such as SE38 or SE80


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 WRF_MALG_SEL_BY_ART_F01. "Basic submit
SUBMIT WRF_MALG_SEL_BY_ART_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT WRF_MALG_SEL_BY_ART_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include WRF_MALG_SEL_BY_ART_F01


INCLUDES used within this REPORT WRF_MALG_SEL_BY_ART_F01

No INCLUDES are used within this REPORT code!


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:

WRF_MATGRP_HIER_SINGLE_READ call function 'WRF_MATGRP_HIER_SINGLE_READ' exporting hierid = p_h_id changing matgrp_hier_wa = ls_hier exceptions no_database_entries = 1 others = 2.

WRF_MATGRP_GET_HIER_DETAIL call function 'WRF_MATGRP_GET_HIER_DETAIL' exporting hier_id = p_h_id node_range = lt_node_range hier_date = p_h_date struc_flag = 'X' * ITEMS_FLAG = importing * WRF_ARTICLE_BUFFER = wrf_structure_buffer = lt_structure_buffer exceptions no_database_entries = 1 no_node_selected = 2 no_flag_selected = 3 others = 4 .

WRF_MATGRP_ARTICLE_READ call function 'WRF_MATGRP_ARTICLE_READ' exporting hier_id = p_h_id node_range = lt_node_range hier_date = p_h_date importing wrf_article_buffer = lt_articles exceptions no_database_entries = 1 no_node_selected = 2 others = 3.

WRF_LMVF_READ_BY_ASGMT call function 'WRF_LMVF_READ_BY_ASGMT' exporting pi_wlmv = ls_wlmv pi_fix_seq = -shelf importing pe_asgmt = ls_lmvf_asmgt exceptions no_entry_found = 1 others = 2.

WRF_LMVF_SINGLE_READ call function 'WRF_LMVF_SINGLE_READ' exporting pi_fix_id = -fix_id pi_spras = sy-langu importing pe_lmvft = ls_lmvft exceptions not_found = 1 no_description = 2 others = 3.

GET_DYNP_VALUE call function 'GET_DYNP_VALUE' exporting i_field = 'P_H_DATE' i_repid = 'WRF_MALG_SEL_BY_ART' i_dynnr = '0102' changing o_value = l_h_date.

/SAPDMC/LSM_DATE_CONVERT call function '/SAPDMC/LSM_DATE_CONVERT' exporting date_in = l_h_date date_format_in = 'DDMY' to_output_format = space to_internal_format = 'X' importing date_out = l_date exceptions illegal_date = 1 illegal_date_format = 2 no_user_date_format = 3 others = 4.

GET_DYNP_VALUE call function 'GET_DYNP_VALUE' exporting i_field = 'P_H_ID' i_repid = 'WRF_MALG_SEL_BY_ART' i_dynnr = '0102' changing o_value = p_h_id.

WRF_MATGRP_HIER_SINGLE_READ call function 'WRF_MATGRP_HIER_SINGLE_READ' exporting hierid = p_h_id changing matgrp_hier_wa = ls_hier exceptions no_database_entries = 1 others = 2.

GET_DYNP_VALUE call function 'GET_DYNP_VALUE' exporting i_field = 'P_H_NODE' i_repid = 'WRF_MALG_SEL_BY_ART' i_dynnr = '0102' changing o_value = l_h_node.

WRF_MATGRP_F4_SHLP_ARTH_SELECT call function 'WRF_MATGRP_F4_SHLP_ARTH_SELECT' exporting hier = p_h_id hier_date = l_date_i changing node = l_h_node exceptions others = 1.

SET_DYNP_VALUE call function 'SET_DYNP_VALUE' exporting i_field = 'P_H_NODE' i_repid = 'WRF_MALG_SEL_BY_ART' i_dynnr = '0102' i_value = l_value.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting * it_fieldcat = lt_fcat i_tabname_header = 'LT_LAYGR' i_tabname_item = 'GT_OUTPUT' i_structure_name_header = 'WRF_LAYGR_STY' i_structure_name_item = 'WRF_MALG_SEL_BY_ART_STY' is_keyinfo = ls_key_info tables t_outtab_header = lt_laygr t_outtab_item = gt_output exceptions program_error = 1 others = 2 .

WRF_LMVF_USE_GET call function 'WRF_LMVF_USE_GET' exceptions not_activated = 1 activate_now = 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 WRF_MALG_SEL_BY_ART_F01 or its description.