MMWE1O01 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 MMWE1O01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: PBO Modules for SAPMMWE1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MM_SELECT_MATERIAL_GROUPS CALL FUNCTION 'MM_SELECT_MATERIAL_GROUPS' * EXPORTING * I_AUTHORITY_GROUP = 'WWMM' TABLES T_MAT_GROUPS = MAT_GROUPS EXCEPTIONS OTHERS = 1.
EXIT_SAPMMWE1_001 CALL FUNCTION 'EXIT_SAPMMWE1_001' TABLES MATERIAL = MAT EXCEPTIONS OTHERS = 1.
BAPI_CURRENCY_CONV_TO_INTERNAL CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_INTERNAL' EXPORTING CURRENCY = SRES_ITEM-CURRENCY AMOUNT_EXTERNAL = SRES_ITEM-WITHD_VAL MAX_NUMBER_OF_DIGITS = DIGITS IMPORTING AMOUNT_INTERNAL = H_VALUE RETURN = RETURN.
BAPI_CURRENCY_CONV_TO_INTERNAL CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_INTERNAL' EXPORTING CURRENCY = SREQ_ITEM-CURRENCY AMOUNT_EXTERNAL = SREQ_ITEM-C_AMT_BAPI MAX_NUMBER_OF_DIGITS = DIGITS IMPORTING AMOUNT_INTERNAL = H_PRICE RETURN = RETURN.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.