SAP Reports / Programs | Patient Accounting | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Accounting(IS-H-PA) SAP IS

MNPK2F50 SAP ABAP INCLUDE - ===> Object NTPZ , generated by program RSSCD0







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


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


INCLUDES used within this REPORT MNPK2F50

No INCLUDES are used within this REPORT code!


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:

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.



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