RNMMHIT0 is a standard Executable ABAP Report 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 RNMMHIT0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ONMF - IS-H: Maintain Material Proposal
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.
Selection Text: SE_EINRI = Institution
Selection Text: SE_ORGID = Requesting Performing OU
Title: IS-H: Maintain Material Proposal
Text Symbol: 001 = You cannot run this program directly.
Text Symbol: S01 = Institution
INCLUDE RNSSTABL.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEIN.
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING VIEWNAME = VIEWNAME TABLES X_HEADER = HEADER X_NAMTAB = NAMTAB SELLIST = RANGETAB.
ENQUEUE_ENMHIT CALL FUNCTION 'ENQUEUE_ENMHIT' EXPORTING MODE_NMHIT = 'E' MANDT = SY-MANDT ORGID = SE_ORGID EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 4.
VIEW_MAINTENANCE CALL FUNCTION 'VIEW_MAINTENANCE' EXPORTING VIEW_NAME = VIEWNAME VIEW_ACTION = ACTION TABLES X_HEADER = HEADER X_NAMTAB = NAMTAB DBA_SELLIST = RANGETAB EXCL_CUA_FUNCT = FU_TO_EXCL.
ISH_MAT_PROPOSAL_EXTRACT_BUILD CALL FUNCTION 'ISH_MAT_PROPOSAL_EXTRACT_BUILD' EXPORTING ss_einri = se_einri ss_anpoe = se_orgid.
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING EINRI = SE_EINRI FAZUW = SPACE IMPORTING SELECTED_ORGID = P_ORGID EXCEPTIONS OTHERS = 5.
ISH_MAT_REQUISITION_ACTIVE CALL FUNCTION 'ISH_MAT_REQUISITION_ACTIVE' EXPORTING SS_ANFOE = SPACE SS_ANPOE = SE_ORGID EXCEPTIONS NOT_ACTIVE = 1 ORGID_NOT_FOUND = 2 STORE_NOT_FOUND = 3 OTHERS = 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.