MNNL4F80 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 MNNL4F80 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
INIT_TEXT CALL FUNCTION 'INIT_TEXT' "....-LGTXT ist initial
READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING OBJECT = TEXTOBJECT ID = TEXTID NAME = TEXTNAME LANGUAGE = SY-LANGU INLINE_COUNT = 1 IMPORTING HEADER = HEADER TABLES LINES = LINES INLINES = INLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 NOT_FOUND = 5 SAVEMODE = 6.
EDIT_TEXT_INLINE CALL FUNCTION 'EDIT_TEXT_INLINE' EXPORTING HEADER = HEADER SAVE = SPACE DISPLAY = TEXTDISPLAY INLINE_COUNT = 1 TEXTSCREEN = ON IMPORTING NEWHEADER = HEADER FUNCTION = TEXTFUNCTION TABLES LINES = LINES INLINES = INLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 SAVEMODE = 6 LINESIZE = 7.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = HEADER IMPORTING NEWHEADER = HEADER FUNCTION = TEXTFUNCTION TABLES LINES = LINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.
RENAME_TEXT CALL FUNCTION 'RENAME_TEXT' EXPORTING OBJECT = TEXTOBJECT ID = TEXTID NAME = TEXTNAME NEWNAME = NEWTEXTNAME LANGUAGE = SY-LANGU.
READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING OBJECT = TEXTOBJECT ID = TEXTID NAME = TEXTNAME LANGUAGE = SY-LANGU INLINE_COUNT = 1 IMPORTING HEADER = HEADER TABLES LINES = LINES INLINES = INLINES.
INIT_TEXT CALL FUNCTION 'INIT_TEXT' "....-LGTXT ist initial
COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.