SAP Reports / Programs | Logistics - General | Logistics Basic Data | Promotion(LO-MD-PR) SAP LO

MWMFAF04_FB_MCW_GET_VALUES_FRO SAP ABAP INCLUDE - MWMFAF04FBMCWGETVALUESFRO







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

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 = ' ' I_MCWSVK = L_MCWSVK FLG_NUR_PRUEFEN = ' ' FLG_NUR_SELEKTIEREN = ' ' IMPORTING E_ERROR_OBJECT = L_ERROR_OBJECT TABLES * t_mcwsvf = T_RANGES = L_RANGES T_SELERG = L_SELERG EXCEPTIONS SELVAR_NOT_FOUND = 1 NO_VALID_INFOSTRUCT_IN_SELVAR = 2 NO_SELECTION_CRIT_IN_SELVAR = 3 SELECTION_RESULT_NO_DATA = 4 NO_KEY_ELEMENTS_IN_SELVAR = 5 NO_SELECT_ITEMS_IN_SELVAR = 6 SELVAR_NOT_SPECIFIED = 7 TOO_MUCH_SELECT_ITEMS = 8 NO_VALID_FIELDS_IN_INFOSTRUCT = 9 INVALID_FIELDNAME = 10 TO_MUCH_PERIOD_ITEMS_IN_SELVAR = 11 SELVAR_PERIOD_DOES_NOT_MATCH = 12 CODE_TEMPLATE_NOT_FOUND = 13 NO_CHARACTERISTICS_IN_SELVAR = 14 CODE_GENERATION_ERROR = 15 SYNTAX_ERROR_OCCURED = 16 DATA_DEFINITION_FAILED = 17 SVGRP_NOT_SPECIFIED = 18 STACK_OVERFLOW = 19 OTHERS = 20.



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