SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

MH5A0F60 SAP ABAP INCLUDE - documentation and ABAP source code







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


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

INCLUDE RHOINI00.


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:

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.



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