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

MWCDT07_PAI_0120I01 SAP ABAP INCLUDE - Include MWCDT05_PAI_0110I01







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

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.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-001 textline2 = text-002 titel = text-003 importing answer = p_answer.

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_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.

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