SAP Reports / Programs | Logistics - General | Merchandise Distribution(LO-MDS) SAP LO

MWFRM1SEL SAP ABAP INCLUDE - documentation and ABAP source code







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

INCLUDE MWFRM1SEL_MATDATA.
INCLUDE MWFRM1SEL_PARAMETER.
INCLUDE MWFRM1SEL_ENTRY.
INCLUDE MWFRM1SEL_ADDCHECKS.
INCLUDE MWFRM1SEL_TECH_PARAMETERS.
INCLUDE MWFRM1SEL_FASHION_PARAMETERS.
INCLUDE MWFRM1SEL_USER_DEFINED.
INCLUDE MWFRM1SEL_ORGDATA.
INCLUDE MWFRM1SEL_SCHEDULING.
INCLUDE MWFRM1SEL_USER_DEF_BLOCKS_INCL.
INCLUDE MWFRM1SEL_TABBED_BLOCK.
INCLUDE MWFRM1SEL_USER_DEF_BLOCKS_INCL.
INCLUDE MWFRM1SEL_USER_DEF_BLOCKS_INCL.
INCLUDE MWFRM1SEL_USER_DEFINED_INIT.
INCLUDE MWFRM1SEL_WRF_SCREEN_MODIFY.
INCLUDE MWFRM1SEL_USER_DEFINED_OUTPUT.
INCLUDE MWFRM1SEL_ORGDATA_CHECK.
INCLUDE MWFRM1SEL_SCHEDULING_CHECK.
INCLUDE MWFRM1SEL_MATDATA_CHECK.
INCLUDE MWFRM1SEL_PARAMETER_CHECK.
INCLUDE MWFRM1SEL_ADDCHECKS_CHECK.
INCLUDE MWFRM1SEL_TECH_PARA_CHECK.
INCLUDE MWFRM1SEL_USER_DEFINED_CHECK.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants info = l_icon_quickinfo IMPORTING RESULT = pbvarsel EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 99.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants info = l_icon_quickinfo IMPORTING RESULT = pbvaracc EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 99.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants info = l_icon_quickinfo IMPORTING RESULT = pbvargen EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 99.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_variants info = l_icon_quickinfo IMPORTING RESULT = pbvarupd EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 99.

BAL_GLB_MEMORY_IMPORT CALL FUNCTION 'BAL_GLB_MEMORY_IMPORT' EXPORTING i_complete_overwrite = yes.

WTRA_CREATE_PROTOCOL_CHECK CALL FUNCTION 'WTRA_CREATE_PROTOCOL_CHECK' EXPORTING i_repname = l_twtras-repname IMPORTING e_twtras = l_twtras EXCEPTIONS no_protocol_created = 1 OTHERS = 99.

BAL_GLB_SEARCH_LOG CALL FUNCTION 'BAL_GLB_SEARCH_LOG' EXCEPTIONS log_not_found = 1 OTHERS = 99.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = lt_sel_excl.



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