MNPK2F50 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 MNPK2F50 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' "TXT EXPORTING "TXT OBJECT = NKUA_TEXTOBJECT "TXT ID = NKUA_TEXTID "TXT NAME = NKUA_TEXTNAME "TXT LANGUAGE = SY-LANGU "TXT IMPORTING "TXT HEADER = NKUA_HEADER "TXT TABLES "TXT LINES = NKUA_LINES "TXT EXCEPTIONS "TXT OBJECT = 1 "TXT ID = 2 "TXT NAME = 3 "TXT LANGUAGE = 4. "TXT
READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' "TXT EXPORTING "TXT OBJECT = NKUA_TEXTOBJECT "TXT ID = NKUA_TEXTID "TXT NAME = NKUA_TEXTNAME "TXT LANGUAGE = SY-LANGU "TXT INLINE_COUNT = 1 "TXT IMPORTING "TXT HEADER = NKUA_HEADER "TXT TABLES "TXT LINES = NKUA_LINES "TXT INLINES = NKUA_INLINES "TXT EXCEPTIONS "TXT OBJECT = 1 "TXT ID = 1 "TXT NAME = 1 "TXT LANGUAGE = 1 "TXT NOT_FOUND = 2 "TXT SAVEMODE = 1. "TXT
EDIT_TEXT_INLINE CALL FUNCTION 'EDIT_TEXT_INLINE' "TXT EXPORTING "TXT HEADER = NKUA_HEADER "TXT SAVE = SPACE "TXT DISPLAY = NKUA_TEXTDISPLAY "TXT INLINE_COUNT = 1 "TXT TEXTSCREEN = ON "TXT IMPORTING "TXT NEWHEADER = NKUA_HEADER "TXT FUNCTION = NKUA_TEXTFUNCTION "TXT TABLES "TXT LINES = NKUA_LINES "TXT INLINES = NKUA_INLINES "TXT EXCEPTIONS "TXT OBJECT = 1 "TXT ID = 2 "TXT LINESIZE = 3 "TXT NAME = 4 "TXT LANGUAGE = 5 "TXT SAVEMODE = 6. "TXT
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' "TXT EXPORTING "TXT HEADER = NKUA_HEADER "TXT IMPORTING "TXT NEWHEADER = NKUA_HEADER "TXT FUNCTION = NKUA_TEXTFUNCTION "TXT TABLES "TXT LINES = NKUA_LINES "TXT EXCEPTIONS "TXT AUTHORIZATION = 1 "TXT ID = 2 "TXT LANGUAGE = 3 "TXT NAME = 4 "TXT OBJECT = 5 "TXT OWNER = 6 "TXT WORLD = 7. "TXT
COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'. "TXT
RENAME_TEXT CALL FUNCTION 'RENAME_TEXT' EXPORTING ID = NKUA_TEXTID LANGUAGE = SY-LANGU NAME = 'Bemerkung' NEWNAME = NKUA_TEXTNAME OBJECT = NKUA_TEXTOBJECT EXCEPTIONS NOT_FOUND = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNPK2F50 - ===> Object NTPZ , generated by program RSSCD0 MNPK2F43 - ===> Object NTPZ , generated by program RSSCD0 MNPK2F42 - ===> Object NTPZ , generated by program RSSCD0 MNPK2F41 - ===> Object NTPZ , generated by program RSSCD0 MNPK2F40 - ===> Object NTPZ , generated by program RSSCD0 MNPK2F39 - ===> Object NTPZ , generated by program RSSCD0