SAP Reports / Programs

LMCWWT01 SAP ABAP Report - documentation and ABAP source code







LMCWWT01 is a standard Executable ABAP Report 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 LMCWWT01 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 LMCWWT01. "Basic submit
SUBMIT LMCWWT01 AND RETURN. "Return to original report after report execution complete
SUBMIT LMCWWT01 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 LMCWWT01

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:

MCW_GET_VALUES_FROM_INFOSTRUCT CALL FUNCTION 'MCW_GET_VALUES_FROM_INFOSTRUCT' EXPORTING FLG_SELVAR_VORBELEGT = %_IFLG_SELVAR_VORBELEGT I_MCWSVK = %_II_MCWSVK FLG_NUR_PRUEFEN = %_IFLG_NUR_PRUEFEN FLG_NUR_SELEKTIEREN = %_IFLG_NUR_SELEKTIEREN FLG_F4_HELP_FIELDS = %_IFLG_F4_HELP_FIELDS IMPORTING E_ERROR_OBJECT = %_OE_ERROR_OBJECT E_FIELDDEF = %_OE_FIELDDEF TABLES T_MCWSVF = %_OT_MCWSVF T_RANGES = %_OT_RANGES T_SELERG = %_OT_SELERG EXCEPTIONS SELVAR_NOT_FOUND = 001 NO_VALID_INFOSTRUCT_IN_SELVAR = 002 NO_SELECTION_CRIT_IN_SELVAR = 003 SELECTION_RESULT_NO_DATA = 004 NO_KEY_ELEMENTS_IN_SELVAR = 005 NO_SELECT_ITEMS_IN_SELVAR = 006 SELVAR_NOT_SPECIFIED = 007 TOO_MUCH_SELECT_ITEMS = 008 NO_VALID_FIELDS_IN_INFOSTRUCT = 009 INVALID_FIELDNAME = 010 TO_MUCH_PERIOD_ITEMS_IN_SELVAR = 011 SELVAR_PERIOD_DOES_NOT_MATCH = 012 CODE_TEMPLATE_NOT_FOUND = 013 NO_CHARACTERISTICS_IN_SELVAR = 014 CODE_GENERATION_ERROR = 015 SYNTAX_ERROR_OCCURED = 016 DATA_DEFINITION_FAILED = 017 SVGRP_NOT_SPECIFIED = 018 STACK_OVERFLOW = 019 NO_FIELD_HELP_POSSIBLE = 020.

MCW_GET_VALUES_FROM_INFOSTRUCT CALL FUNCTION 'MCW_GET_VALUES_FROM_INFOSTRUCT' DESTINATION DESTI EXPORTING FLG_SELVAR_VORBELEGT = %_IFLG_SELVAR_VORBELEGT I_MCWSVK = %_II_MCWSVK FLG_NUR_PRUEFEN = %_IFLG_NUR_PRUEFEN FLG_NUR_SELEKTIEREN = %_IFLG_NUR_SELEKTIEREN FLG_F4_HELP_FIELDS = %_IFLG_F4_HELP_FIELDS IMPORTING E_ERROR_OBJECT = %_OE_ERROR_OBJECT E_FIELDDEF = %_OE_FIELDDEF TABLES T_MCWSVF = %_OT_MCWSVF T_RANGES = %_OT_RANGES T_SELERG = %_OT_SELERG EXCEPTIONS SELVAR_NOT_FOUND = 001 NO_VALID_INFOSTRUCT_IN_SELVAR = 002 NO_SELECTION_CRIT_IN_SELVAR = 003 SELECTION_RESULT_NO_DATA = 004 NO_KEY_ELEMENTS_IN_SELVAR = 005 NO_SELECT_ITEMS_IN_SELVAR = 006 SELVAR_NOT_SPECIFIED = 007 TOO_MUCH_SELECT_ITEMS = 008 NO_VALID_FIELDS_IN_INFOSTRUCT = 009 INVALID_FIELDNAME = 010 TO_MUCH_PERIOD_ITEMS_IN_SELVAR = 011 SELVAR_PERIOD_DOES_NOT_MATCH = 012 CODE_TEMPLATE_NOT_FOUND = 013 NO_CHARACTERISTICS_IN_SELVAR = 014 CODE_GENERATION_ERROR = 015 SYNTAX_ERROR_OCCURED = 016 DATA_DEFINITION_FAILED = 017 SVGRP_NOT_SPECIFIED = 018 STACK_OVERFLOW = 019 NO_FIELD_HELP_POSSIBLE = 020.



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