MH5A0F60 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 MH5A0F60 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.
INCLUDE RHOINI00.
No SAP DATABASE tables are accessed within this REPORT code!
RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' "VWMA118000 EXPORTING "VWMA118000 AUTHORITY = DUMMY "VWMA118000 WITH_STRU_AUTH = DUMMY "VWMA118000 INFTY = T777M-INFTY "VWMA118000 ISTAT = A_PPHDR-ISTAT "VWMA118000 BEGDA = A_PPHDR-BEGDA "VWMA118000 ENDDA = A_PPHDR-ENDDA "VWMA118000 TABLES "VWMA118000 INNNN = INFTY_TAB "VWMA118000 OBJECTS = HROBJECT_TAB "VWMA118000 EXCEPTIONS "VWMA118000 ALL_INFTY_WITH_SUBTY = 01 "VWMA118000 NOTHING_FOUND = 02 "VWMA118000 NO_OBJECTS = 03 "VWMA118000 WRONG_CONDITION = 04. "VWMA118000
DYNAMIC_MENUE CALL FUNCTION 'DYNAMIC_MENUE' EXPORTING MENUE_TITLE = MENUE_TITLE MENUE_LEVEL = 'INIT' MENUE_ROW = MENUE_ROW MENUE_COLUMN = MENUE_COLUMN IMPORTING PICKED_INDEX = INDEX TABLES MENUE_TAB = MENUE_TAB EXCEPTIONS MENUE_LEVEL_EMPTY = 4 MENUE_TAB_EMPTY = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.