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

MWRFCDT_ACT_PAI_0110I01 SAP ABAP INCLUDE - Include MWRFCDT05_PAI_0110I01







MWRFCDT_ACT_PAI_0110I01 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 MWRFCDT_ACT_PAI_0110I01 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 MWRFCDT_ACT_PAI_0110I01. "Basic submit
SUBMIT MWRFCDT_ACT_PAI_0110I01 AND RETURN. "Return to original report after report execution complete
SUBMIT MWRFCDT_ACT_PAI_0110I01 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 MWRFCDT05_PAI_0110I01


INCLUDES used within this REPORT MWRFCDT_ACT_PAI_0110I01

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 = hier_sel CHANGING matgrp_hier_wa = matgrp_hier_wa EXCEPTIONS no_database_entries = 1 others = 2.

ENQUEUE_READ call function 'ENQUEUE_READ' EXPORTING gclient = sy-mandt gname = 'WRF_MATGRP_STRUC' guname = space IMPORTING subrc = returncode TABLES enq = enq EXCEPTIONS communication_failure = 01 system_failure = 02.

WRF_MATGRP_STRUC_ARRAY_READ call function 'WRF_MATGRP_STRUC_ARRAY_READ' EXPORTING hierid = hier_sel CHANGING xt_matgrp_struc = node_buffer EXCEPTIONS no_database_entries = 1 others = 2.

WRF_CHECK_HIERID_FOR_SHOPS call function 'WRF_CHECK_HIERID_FOR_SHOPS' exporting if_vkorg = matgrp_hier_wa-vkorg if_vtweg = matgrp_hier_wa-vtweg exceptions parameter_error = 1 no_category_flag = 2 others = 3.

REUSE_ALV_POPUP_TO_SELECT * call function 'REUSE_ALV_POPUP_TO_SELECT' * EXPORTING * i_title = text-s07 * i_selection = '' * i_zebra = 'X' * i_tabname = '1' * i_structure_name = 'WRF_MATGRP_STRUC_ERROR_STY' * TABLES * t_outtab = lt_node_shop.

WRF_CHECK_ENDING_NODE call function 'WRF_CHECK_ENDING_NODE' exporting hierid = hier_sel hier_date = hier_date importing ending_node = ending_node changing it_matgrp_struc = node_buffer2 it_not_ending_node = it_not_ending_node exceptions wrong_call = 1 others = 2.

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = text-001 i_selection = '' i_zebra = 'X' i_tabname = '1' i_structure_name = 'WRF_MATGRP_SKU_ERROR_STY' tables t_outtab = it_error exceptions program_error = 1 others = 2.

WRF_MATGRP_SKU_READ_ALL call function 'WRF_MATGRP_SKU_READ_ALL' EXPORTING hierid = hier_sel CHANGING xt_matgrp_sku = sku_node_buffer EXCEPTIONS no_database_entries = 1 others = 2.

WRF_MATGRP_SKU_READ_ALL call function 'WRF_MATGRP_SKU_READ_ALL' EXPORTING hierid = hier_sel CHANGING xt_matgrp_sku = sku_node_buffer2 EXCEPTIONS no_database_entries = 1 others = 2.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-006 titel = text-005 cancel_display = '' IMPORTING answer = answer.

RTMATGRP_STRUC_SAVE call function 'RTMATGRP_STRUC_SAVE' EXPORTING type_save = 'D' it_matgrp_struc = gt_matgrp_struc_del EXCEPTIONS save_error = 1 others = 2.

RTMATGRP_STRUC_SAVE call function 'RTMATGRP_STRUC_SAVE' EXPORTING type_save = 'I' it_matgrp_struc = gt_matgrp_struc_ins EXCEPTIONS save_error = 1 others = 2.

RTMATGRP_SKU_SAVE call function 'RTMATGRP_SKU_SAVE' EXPORTING type_save = 'D' it_matgrp_sku = gt_matgrp_sku_del EXCEPTIONS save_error = 1 others = 2.

RTMATGRP_SKU_SAVE call function 'RTMATGRP_SKU_SAVE' EXPORTING type_save = 'I' it_matgrp_sku = gt_matgrp_sku_ins EXCEPTIONS save_error = 1 others = 2.

WRF_MATGRP_WRITE_DOCUMENT call function 'WRF_MATGRP_WRITE_DOCUMENT' EXPORTING chd_write_flg = chd_write_flg n_matgrp_hier = matgrp_hier_wa o_matgrp_hier = old_matgrp_hier_wa upd_matgrp_hier = g_update.

WRF_MATGRP_CREATE_MASTERDATA call function 'WRF_MATGRP_CREATE_MASTERDATA' EXPORTING i_matgrp_hier = matgrp_hier_wa i_matgrp_cust = gs_matgrp_param EXCEPTIONS hier_not_exist = 1 hier_not_active = 2 hier_not_export = 3 others = 4.

RTMATGRP_CREATE_HIER_MD call function 'RTMATGRP_CREATE_HIER_MD' EXPORTING i_matgrp_hier = matgrp_hier_wa i_insert_struc = matgrp_struc_ins_bf i_insert_md_sku = matgrp_sku_ins_bf i_insert_struct = matgrp_struct_ins_bf IMPORTING e_return = g_return.

WRF_MATGRP_HIER_SINGLE_READ call function 'WRF_MATGRP_HIER_SINGLE_READ' EXPORTING hierid = hier_sel CHANGING matgrp_hier_wa = matgrp_hier_wa EXCEPTIONS no_database_entries = 1 others = 2.

WRF_MATGRP_HIERT_SINGLE_READ





call function 'WRF_MATGRP_HIERT_SINGLE_READ' EXPORTING hierid = hier_sel spras = sy-langu CHANGING matgrp_hiert_wa = matgrp_hiert_wa EXCEPTIONS no_database_entries = 1 others = 2.



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