MF60HFOR 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 MF60HFOR 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'J' TEXTLINE1 = TEXT-010 TEXTLINE2 = TEXT-011 TITEL = TEXT-014 IMPORTING ANSWER = ANSWER.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-010 TEXTLINE2 = TEXT-012 TITEL = TEXT-013 IMPORTING ANSWER = ANSWER.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-021 TEXTLINE2 = TEXT-022 TITEL = TEXT-020 IMPORTING ANSWER = ANSWER.
DEQUEUE_EFTIV20 CALL FUNCTION 'DEQUEUE_EFTIV20' EXPORTING SMIETSP = TIV20-SMIETSP X_SMIETSP = 'X'.
ENQUEUE_EFTIV20 CALL FUNCTION 'ENQUEUE_EFTIV20' EXPORTING SMIETSP = TIV20-SMIETSP X_SMIETSP = ' ' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = RF60H-ENTRY_ACT ENTRY_FROM = ENTRY_FROM ENTRY_TO = RF60H-ENTRY_TO LAST_PAGE_FULL = LAST_PAGE_FULL LOOPS = LOOPS OK_CODE = OK_SAVE OVERLAPPING = OVERLAPPING PAGE_ACT = PAGE_ACT PAGE_GO = PAGE_GO IMPORTING ENTRIES_SUM = ENTRIES_SUM ENTRY_NEW = ENTRY_NEW PAGES_SUM = PAGES_SUM PAGE_NEW = PAGE_NEW EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 01 NO_ENTRY_TO = 02 NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 04.
MIETSPIEGEL_VERBUCHER CALL FUNCTION 'MIETSPIEGEL_VERBUCHER' IN UPDATE TASK TABLES IO_TAB = IO_TAB.
FVVI_PREPARE_TABLES CALL FUNCTION 'FVVI_PREPARE_TABLES' EXPORTING TABLENAME = 'TIV19' IMPORTING RESULT = RESULT TABLES TABLE_NEW = XTIV19 TABLE_OLD = YTIV19 TABLE_RES = IO_TAB EXCEPTIONS NAMETAB_ERROR = 01 TABLE_RES_TOO_SMALL = 02.
FVVI_PREPARE_TABLES CALL FUNCTION 'FVVI_PREPARE_TABLES' EXPORTING TABLENAME = 'TIV21' IMPORTING RESULT = RESULT TABLES TABLE_NEW = XTIV21 TABLE_OLD = YTIV21 TABLE_RES = IO_TAB EXCEPTIONS NAMETAB_ERROR = 01 TABLE_RES_TOO_SMALL = 02.
FVVI_PREPARE_TABLES CALL FUNCTION 'FVVI_PREPARE_TABLES' EXPORTING TABLENAME = 'TIV22' IMPORTING RESULT = RESULT TABLES TABLE_NEW = XTIV22 TABLE_OLD = YTIV22 TABLE_RES = IO_TAB EXCEPTIONS NAMETAB_ERROR = 01 TABLE_RES_TOO_SMALL = 02.
FVVI_PREPARE_TABLES CALL FUNCTION 'FVVI_PREPARE_TABLES' EXPORTING TABLENAME = 'TIV70' IMPORTING RESULT = RESULT TABLES TABLE_NEW = XTIV70 TABLE_OLD = YTIV70 TABLE_RES = IO_TAB EXCEPTIONS NAMETAB_ERROR = 01 TABLE_RES_TOO_SMALL = 02.
FVVI_PREPARE_TABLES CALL FUNCTION 'FVVI_PREPARE_TABLES' EXPORTING TABLENAME = 'TIV04' IMPORTING RESULT = RESULT TABLES TABLE_NEW = XTIV04 TABLE_OLD = YTIV04 TABLE_RES = IO_TAB EXCEPTIONS NAMETAB_ERROR = 01 TABLE_RES_TOO_SMALL = 02.
FVVI_PREPARE_TABLES CALL FUNCTION 'FVVI_PREPARE_TABLES' EXPORTING TABLENAME = 'TIV23' IMPORTING RESULT = RESULT TABLES TABLE_NEW = XTIV23 TABLE_OLD = YTIV23 TABLE_RES = IO_TAB EXCEPTIONS NAMETAB_ERROR = 01 TABLE_RES_TOO_SMALL = 02.
FVVI_PREPARE_TABLES CALL FUNCTION 'FVVI_PREPARE_TABLES' EXPORTING TABLENAME = 'TIV24' IMPORTING RESULT = RESULT TABLES TABLE_NEW = XTIV24 TABLE_OLD = YTIV24 TABLE_RES = IO_TAB EXCEPTIONS NAMETAB_ERROR = 01 TABLE_RES_TOO_SMALL = 02.
FVVI_PREPARE_TABLES CALL FUNCTION 'FVVI_PREPARE_TABLES' EXPORTING TABLENAME = 'TIV25' IMPORTING RESULT = RESULT TABLES TABLE_NEW = XTIV25 TABLE_OLD = YTIV25 TABLE_RES = IO_TAB EXCEPTIONS NAMETAB_ERROR = 01 TABLE_RES_TOO_SMALL = 02.
POPUP_TO_DISPLAY_USERDATA CALL FUNCTION 'POPUP_TO_DISPLAY_USERDATA' EXPORTING INUSER = RUSER.
C_DIC_DOMAIN_VALUE_TEXT_READ CALL FUNCTION 'C_DIC_DOMAIN_VALUE_TEXT_READ' EXPORTING NAME = LOC_DOMNAME SPRAS = SY-LANGU VALUE = LOC_DOMVALUE IMPORTING TEXT = PAR_DOMTEXT EXCEPTIONS NOT_FOUND = 01 OTHERS = 02.
FI_CUST_TRANSPORT_OPEN CALL FUNCTION 'FI_CUST_TRANSPORT_OPEN' IMPORTING TRKORR = p_TRKORR.
CALL FUNCTION 'TLOGO_OBJECT_APPEND' EXPORTING KORRNR = E071-TRKORR OBJTYPE = E071-OBJECT OBJ_NAME = E071-OBJ_NAME EXCEPTIONS KORRNR_ALREADY_RELEASED = 01 KORRNR_LOCKED = 02 KORRNR_NOT_EXISTS = 03 KORRNR_NOT_KORR = 04 KORR_OTHER_USER = 05 NO_LOGICAL_OBJECT = 06 OBJECT_HAS_NO_TADIR = 07 OBJECT_LOCKED_IN_OTHER_KORR = 08 OBJ_NAME_TOO_LONG_OR_SPACE = 09.
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 MF60HFOR or its description.