MF602F01 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 MF602F01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include MF602F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IMMO_ANLAGEN_UMBUCHEN_BUCHEN CALL FUNCTION 'IMMO_ANLAGEN_UMBUCHEN_BUCHEN' IN UPDATE TASK TABLES I_VIWEGB = DUMMY_VIWEGB I_VIWEGR = DUMMY_VIWEGR X_VIBEBE = XVIBEBE X_VITAXA = XVITAXA Y_VITAXA = DUMMY_VITAXA.
VIBEAG_MASS_STORAGE CALL FUNCTION 'VIBEAG_MASS_STORAGE' IN UPDATE TASK TABLES XVITAXR = XVITAXR YVITAXR = DUMMY_VITAXR.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING NR_RANGE_NR = T003-NUMKR OBJECT = 'RF_BELEG' SUBOBJECT = BUKRS TOYEAR = GJAHR IMPORTING NUMBER = BELEGNR * QUANTITY = I02 * RETURNCODE = I03 EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03 QUANTITY_IS_0 = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.