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

MWFRMF0F SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-D02 * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = TEXT-D01 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING ANSWER = ANSWER * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-AED TEXTLINE2 = TEXT-ABB TITEL = TEXT-TAB * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING ANSWER = ANSWER.

W_FRM_SELECT_MATERIAL CALL FUNCTION 'W_FRM_SELECT_MATERIAL' EXPORTING XCOORDINATE = 10 YCOORDINATE = 10 PLANT = CURRENT_MATWERK-WERKS IMPORTING MATNR = SELKT-MATNR TABLES T_MAT_PLANT = CURRENT_MATWERK EXCEPTIONS NO_PLANT_SPECIFIED = 1 NO_INDEX = 2 OTHERS = 3.

RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING * BUKRS = ' ' * FCODE = ' ' * GJAHR = '0000' * LGNUM = ' ' * POSNR = '000000' VBELN = HI_FRET-BLNRA * AUFNR = VBTYP = 'C' * FI_APPLI = ' ' EXCEPTIONS OTHERS = 1.

RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING * BUKRS = ' ' * FCODE = ' ' * GJAHR = '0000' * LGNUM = ' ' * POSNR = '000000' VBELN = HI_FRET-BLNRA * AUFNR = VBTYP = 'V' * FI_APPLI = ' ' EXCEPTIONS OTHERS = 1.

RV_CALL_DISPLAY_TRANSACTION CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' EXPORTING * BUKRS = ' ' * FCODE = ' ' * GJAHR = '0000' * LGNUM = ' ' * POSNR = '000000' VBELN = HI_FRET-BLNRA * AUFNR = VBTYP = 'J' * FI_APPLI = ' ' EXCEPTIONS OTHERS = 1.

W_FRM_DELIVERIES_MAINTAIN CALL FUNCTION 'W_FRM_DELIVERIES_MAINTAIN' EXPORTING CALL_LOCATION = '2' * NEW_DELIVERIES = 'X' * TRANSPORT_ORDER = 'X' * CHANGE_DELIVERIES = 'X' * NO_MESSAGES = 'X' TABLES T_XFRET = HHI_FRET T_ERRORLOG = L_XERRORLOG T_VBFS = COMMVBFS T_VBLS = COMMVBLS EXCEPTIONS NOTHING_TO_DO = 1 ERRORLOG_EXISTS = 2 OTHERS = 3.

W_FRM_SWITCH_TO_BASE_UNIT CALL FUNCTION 'W_FRM_SWITCH_TO_BASE_UNIT' EXPORTING * I_INIT_WFR2 = ' ' I_MATNR = TFRET-MATNR I_UNIT1 = TFRET-IEINA I_UNIT2 = HHI_FRET-VEINA I_QUANT1 = TFRET-IMNGA I_QUANT2 = HHI_FRET-VMNGA IMPORTING E_BASE_UNIT = BASE_UNIT E_QUANT1 = TFRET-IMNGA E_QUANT2 = HHI_FRET-VMNGA CHANGING T_CONV = CONV_TAB EXCEPTIONS ERROR_READING_MATERIAL_MASTER = 1 ERROR_AT_UNIT_CONVERSION = 2 OTHERS = 3 .

W_FRM_ASSIGNMENT_CORRECT CALL FUNCTION 'W_FRM_ASSIGNMENT_CORRECT' TABLES T_FRET = TFRET T_FRETB = XFRETB.

W_FRM_ASSIGNMENT_ADJUST CALL FUNCTION 'W_FRM_ASSIGNMENT_ADJUST' EXPORTING I_COMMIT_WORK = 'X' I_PERFORM_EXTENDED_CHECK = 'X' TABLES T_FRET = TFRET * T_FRETB = EXCEPTIONS NOTHING_TO_DO = 1 OTHERS = 2.

W_FRM_ASSIGNMENT_CREATE CALL FUNCTION 'W_FRM_ASSIGNMENT_CREATE' EXPORTING I_COMMIT_WORK = 'X' TABLES T_FRET = TFRET * T_FRETB = EXCEPTIONS OTHERS = 0.



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