SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

MWB01FEP SAP ABAP INCLUDE - Include MWB01FEP







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


INCLUDES used within this REPORT MWB01FEP

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:

SP_REVALUATION_PROFILE_ANALYSE CALL FUNCTION 'SP_REVALUATION_PROFILE_ANALYSE' EXPORTING PI_I_VKUPR = VKUPR IMPORTING PE_I_VKUPR = VKUPR EXCEPTIONS * KEY_NOT_COMPLETE = 01 * PLANT_NOT_FOUND = 02 * NO_REVALUATION_PROFILE_FOUND = 03 OTHERS = 04.

VALUATION_TYPE_HELP CALL FUNCTION 'VALUATION_TYPE_HELP' EXPORTING PI_MATNR = *PVAEN-MATNR * PI_BWKEY = *PVAEN-BWKEY PI_WERKS = *PVAEN-WERKS IMPORTING PE_BWTAR = *PVAEN-BWTAR EXCEPTIONS NO_BWTAR_FOUND = 01 OTHERS = 02.

DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING POVSTEPL = LINE EXCEPTIONS STEPL_NOT_FOUND = 0 OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = DYNAME DYNUMB = DYNUMB TRANSLATE_TO_UPPER = 'X' TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 0 INVALID_DYNPROFIELD = 0 INVALID_DYNPRONAME = 0 INVALID_DYNPRONUMMER = 0 INVALID_REQUEST = 0 NO_FIELDDESCRIPTION = 0 UNDEFIND_ERROR = 0.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING INPUT = 0 KZMEINH = 'X' MATNR = PVAEN-MATNR MEINH = PVAEN-VRKME MEINS = ' ' NO_OUTPUT = 'X' IMPORTING UMREN = PVAEN-UMVKN UMREZ = PVAEN-UMVKZ.

CHECK_AUTHORITY_SALESPR_REVAL CALL FUNCTION 'CHECK_AUTHORITY_SALESPR_REVAL' EXPORTING PI_VKORG = *PVAEN-VKORG PI_VTWEG = *PVAEN-VTWEG PI_WERKS = *PVAEN-WERKS PI_ACTVT = L_ACTVT IMPORTING PE_SUBRC = G_SUBRC.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING INPUT = 0 KZMEINH = 'X' MATNR = XPVAEN-MATNR MEINH = XPVAEN-VRKME MEINS = ' ' NO_OUTPUT = 'X' IMPORTING UMREN = XPVAEN-UMVKN UMREZ = XPVAEN-UMVKZ.



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