SAP Reports / Programs | Industry Solution Catch Weight Management | Industry Solution Catch Weight Management(IS-CWM) SAP IS

/CWM/MGD1I01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT /CWM/MGD1I01

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:

/CWM/MDMD_MAT_CHECK_AND_SET CALL FUNCTION '/CWM/MDMD_MAT_CHECK_AND_SET' EXPORTING i_matnr = mara-matnr i_meins = mara-meins i_meinh = smeinh-meinh i_ty2tq = smeinh-/cwm/ty2tq i_xchpf_mara = mara-xchpf i_xchpf_marc = marc-xchpf i_check_rem = abap_true "in dialog the rem check has to be done for each smeinh TABLES it_meinh = lt_/cwm/meinh CHANGING c_xcwmat = mara-/cwm/xcwmat c_valum = mara-/cwm/valum c_tolgr = mara-/cwm/tolgr c_kzwsm = mara-kzwsm c_bwtty = mbew-bwtty c_vprsv = mbew-vprsv c_tara = mara-/cwm/tara "1228820 GLJ c_tarum = mara-/cwm/tarum "1228820 GLJ c_logunit = mara-logunit c_cwqrel = mara-cwqrel c_cwqtolgr = mara-cwqtolgr c_sauft = gv_/cwm/sauft_marc c_sfepr = marc-sfepr EXCEPTIONS alternative_2tq_without_base = 1 base_2tq_has_same_dimension = 2 invalid_2tq_base_unit = 3 invalid_2tq_alternative_unit = 4 multiple_2tq_base_units = 5 rem_with_cwm = 6 disable_not_possible = 7 enable_not_possible = 8 change_vuom_not_possible = 9 "n_1592202 OTHERS = 10.



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 /CWM/MGD1I01 or its description.