SAP Reports / Programs

RNMMHIT0 SAP ABAP Report - IS-H: Maintain Material Proposal







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ONMF - IS-H: Maintain Material Proposal


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


Text pool values


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


INCLUDES used within this REPORT RNMMHIT0

INCLUDE RNSSTABL.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEIN.


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:

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.



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