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

MWB01FVA SAP ABAP INCLUDE - Include MWB01FVA







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


INCLUDES used within this REPORT MWB01FVA

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:

CURRENCY_AMOUNT_SAP_TO_DISPLAY CALL FUNCTION 'CURRENCY_AMOUNT_SAP_TO_DISPLAY' EXPORTING CURRENCY = PI_HWAER AMOUNT_INTERNAL = PI_AMOUNT_SAP IMPORTING AMOUNT_DISPLAY = PE_AMOUNT_DISPLAY EXCEPTIONS OTHERS = 0.

WMMA_MATRIX_SHELL_ME CALL FUNCTION 'WMMA_MATRIX_SHELL_ME' EXPORTING OBJECT = XPVAEN-MATNR CLASS_TYPE = '026' INCLUDE_HEADER = INCL_BILD * START_MODE = L " Listmodus * START_MODE = 1 " Matrix-Modus Bestand START_MODE = 2 " Matrix-Modus VK-Wert TITEL = TEXT-014 NODELIST_TITEL = TEXT-013 XY_CHANGE_POSI = YES DISPLAY_ONLY = YES TABLES VAR_ART = G_T_VART VAR_WSEL = G_T_WSEL VB_CHAR = G_T_CHAR VB_VAL = G_T_VAL MODES = G_T_MODES LIST_HEADER = G_T_HEADER.

MATERIAL_READ_CLASSIFIC_RT CALL FUNCTION 'MATERIAL_READ_CLASSIFIC_RT' EXPORTING P_MATNR = XPVAEN-MATNR KZ_MARA_READ = 'X' * P_MARA = MARA * KZ_MAKT_READ = ' ' KZRFB = 'X' * MAXTZ = 0 SPERRMODUS = 'N' TABLES EXP_VAR_TAB = G_T_SVARTAB * EXP_CHAR = * EXP_VALU = EXP_CHAR_VARI = G_T_API_CHAR EXP_VALU_VARI = G_T_API_VALI.



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