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

FWVERF0R SAP ABAP INCLUDE - documentation and ABAP source code







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

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-002 TEXT_QUESTION = TEXT-001 DISPLAY_CANCEL_BUTTON = ' ' IMPORTING ANSWER = DA_ANSWER EXCEPTIONS OTHERS = 1.

W_VER_RETURNS_DISTRIBUTION CALL FUNCTION 'W_VER_RETURNS_DISTRIBUTION' EXPORTING I_VSTEL = S_RET_SEL-VSTEL I_ALLEA = S_RET_SEL-ALLEA I_ALLEB = S_RET_SEL-ALLEB I_ROUTE = S_RET_SEL-ROUTE I_SPDNR = S_RET_SEL-SPDNR I_LPRIO = S_RET_SEL-LPRIO I_KUNNR = S_RET_SEL-KUNNR I_KUNWE = S_RET_SEL-KUNWE I_RADIO_BACKGR = S_RET_SEL-BCKGR I_CHANGE_DISTR = S_RET_SEL-CHDIS TABLES T_MATNR = T_MATNR T_WERKS = T_WERKS T_VBLS = G_T_VBLS T_VBFS = G_T_VBFS T_IMSEG = G_T_IMSEG T_EMSEG = G_T_EMSEG EXCEPTIONS NO_RETURNS = 1 NO_QUANTITY = 2 NO_MOVEMENT = 3 LEAVE_LIST = 4 NO_ORDERS = 5 NO_DISTRIBUTION = 6 NO_DELIVERIES = 7.

W_VER_PROTOCOL_SHOW CALL FUNCTION 'W_VER_PROTOCOL_SHOW' TABLES T_VBLS = G_T_VBLS T_VBFS = G_T_VBFS T_IMSEG = G_T_IMSEG T_EMSEG = G_T_EMSEG EXCEPTIONS TABLE_VBLS_EMPTY = 1 OTHERS = 2.

W_VER_MSEG_LIST CALL FUNCTION 'W_VER_MSEG_LIST' TABLES T_IMSEG = G_T_IMSEG T_EMSEG = G_T_EMSEG EXCEPTIONS TABLES_EMPTY = 1 OTHERS = 2.



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