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

MH5A0I60 SAP ABAP INCLUDE - Input Module Screen 6000







MH5A0I60 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 MH5A0I60 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 MH5A0I60. "Basic submit
SUBMIT MH5A0I60 AND RETURN. "Return to original report after report execution complete
SUBMIT MH5A0I60 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Input Module Screen 6000


INCLUDES used within this REPORT MH5A0I60

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:

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' "VWMA118000 EXPORTING "VWMA118000 AUTHORITY = DUMMY "VWMA118000 WITH_STRU_AUTH = DUMMY "VWMA118000 INFTY = T777M-INFTY "VWMA118000 ISTAT = PPHDR-ISTAT "VWMA118000 BEGDA = PPHDR-BEGDA "VWMA118000 ENDDA = 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

RH_DELETE_OBJECT CALL FUNCTION 'RH_DELETE_OBJECT' "VWMA303215 EXPORTING "VWMA303215 PLVAR = PPHDR-PLVAR "VWMA303215 OTYPE = PPHDR-OTYPE "VWMA303215 OBJID = PPHDR-OBJID "VWMA303215 VTASK = 'D' "VWMA303215 EXCEPTIONS "VWMA303215 ERROR_DURING_DELETE = 01 "VWMA303215 NO_AUTHORIZATION = 02. "VWMA303215

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'. "VWMA303215

RH_CUT_OBJECT CALL FUNCTION 'RH_CUT_OBJECT' "VWMA303044 EXPORTING "VWMA303044 GDATE = PPHDR-ENDDA "VWMA303044 HISTO = ' ' "VWMA303044 GSTAT = '1' "VWMA303044 VTASK = 'D' "VWMA303215 TABLES "VWMA303044 I1000 = I1000_CUT_TAB "VWMA303044 EXCEPTIONS "VWMA303044 ERROR_DURING_CUT = 01 "VWMA303044 NO_AUTHORIZATION = 02 "VWMA303044 GDATE_BEFORE_BEGDA = 03. "VWMA303044

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'. "VWMA303215



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