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

MWCDT05_PAI_0110I01 SAP ABAP INCLUDE - Include MWCDT05_PAI_0110I01







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


INCLUDES used within this REPORT MWCDT05_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:

MATGRP_HIER_SINGLE_READ call function 'MATGRP_HIER_SINGLE_READ' exporting hierid = hier_sel changing matgrp_hier_wa = matgrp_hier_wa exceptions no_database_entries = 1 others = 2.

MATGRP_CUST_SINGLE_READ call function 'MATGRP_CUST_SINGLE_READ' tables matgrp_cust_wa = matgrp_cust_wa.

MATGRP_CUST_SINGLE_READ call function 'MATGRP_CUST_SINGLE_READ' tables matgrp_cust_vk_wa = matgrp_cust_vk_wa.

ENQUEUE_READ call function 'ENQUEUE_READ' exporting gclient = sy-mandt gname = 'MATGRP_STRUC' guname = space importing subrc = returncode tables enq = enq exceptions communication_failure = 01 system_failure = 02.

MATGRP_STRUC_ARRAY_READ call function 'MATGRP_STRUC_ARRAY_READ' exporting hierid = hier_sel changing matgrp_struc = node_buffer exceptions no_database_entries = 1 others = 2.

CHECK_ENDING_NODE call function 'CHECK_ENDING_NODE' exporting hierid = hier_sel * NODE = importing ending_node = ending_node changing it_matgrp_struc = node_buffer 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 = 'MATGRP_SKU_ERROR' tables t_outtab = it_error.

MATGRP_STRUCT_READ_INTO_BUFFER call function 'MATGRP_STRUCT_READ_INTO_BUFFER' exporting hierid = hier_sel spras = sy-langu changing matgrp_struct_buffer = node_descr_buffer exceptions no_database_entries = 1 others = 2.

MATGRP_SKU_READ_ALL call function 'MATGRP_SKU_READ_ALL' exporting hierid = hier_sel changing it_matgrp_sku = sku_node_buffer exceptions no_database_entries = 1 others = 2.

MATGRP_CUST_SINGLE_READ * call function 'MATGRP_CUST_SINGLE_READ' * tables * matgrp_cust_wa = matgrp_cust_wa.

MATGRP_WRITE_DOCUMENT call function '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.

MATGRP_CREATE_MASTERDATA call function 'MATGRP_CREATE_MASTERDATA' in update task exporting i_matgrp_hier = matgrp_hier_wa i_matgrp_cust = matgrp_cust_wa exceptions hier_not_exist = 1 hier_not_active = 2 hier_not_export = 3 others = 4.

MATGRP_HIER_SINGLE_READ call function 'MATGRP_HIER_SINGLE_READ' exporting hierid = hier_sel changing matgrp_hier_wa = matgrp_hier_wa exceptions no_database_entries = 1 others = 2.

MATGRP_HIERT_SINGLE_READ call function '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 MWCDT05_PAI_0110I01 or its description.