MNRL1F00 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 MNRL1F00 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.
Title: IS-H: FORM Routines SAPMNRL1 General
INCLUDE MNCOLOUR.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING AUSBEGDT = RNSTAT-AUSBEGDT AUSENDDT = RNSTAT-AUSENDDT EINRI = RNSTAT-EINRI REPID = RNSTAT-REPID LINE_SIZE = RNSTAT-LINE_SIZE ULINE = OFF.
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_TO = ENTRY_TO LOOPS = LINES_PER_PAGE OK_CODE = OKCODE_SAVE ENTRY_ACT = HEAD_LINE LAST_PAGE_FULL = ' ' OVERLAPPING = ' ' IMPORTING ENTRY_NEW = HEAD_LINE.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = ENQTABLE_ID VARKEY = ENQKEY EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.
DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING TABNAME = ENQTABLE_ID VARKEY = ENQKEY.
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING DYNAME = DYNAME DYNUMB = DYNUMB TABLES DYNPFIELDS = DYNPFIELDS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNRL1F00 - IS-H: FORM Routines SAPMNRL1 General MNPWALD0 - IS-H: Waiting List Data Declarations MNPT0TOP - IS-H: Include: Top MNPT0FZX - IS-H: Check Routines for Parameter Values of TN00P MNPT0F2Q - IS-H: Check Routines for Parameter Values of TN02Q MNPT0F0S - ===> Object NORG , generated by program RSSCD0