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

MNT11F50 SAP ABAP INCLUDE - IS-H: FORM Routines Word Processing







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


Text pool values


Title: IS-H: FORM Routines Word Processing


INCLUDES used within this REPORT MNT11F50

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' EXPORTING OBJECT = NTPT_TEXTOBJECT ID = NTPT_TEXTID NAME = NTPT_TEXTNAME LANGUAGE = SY-LANGU IMPORTING HEADER = NTPT_HEADER TABLES LINES = NTPT_LINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING OBJECT = NTPT_TEXTOBJECT ID = NTPT_TEXTID NAME = NTPT_TEXTNAME LANGUAGE = SY-LANGU INLINE_COUNT = 1 IMPORTING HEADER = NTPT_HEADER TABLES LINES = NTPT_LINES INLINES = NTPT_INLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 NOT_FOUND = 5 * SAVEMODE wurde erstzt durch REFERENCE_CHECK REFERENCE_CHECK = 6.

EDIT_TEXT_INLINE CALL FUNCTION 'EDIT_TEXT_INLINE' EXPORTING HEADER = NTPT_HEADER SAVE = SPACE DISPLAY = NTPT_TEXTDISPLAY INLINE_COUNT = 1 TEXTSCREEN = ON IMPORTING NEWHEADER = NTPT_HEADER FUNCTION = textfunction TABLES LINES = NTPT_LINES INLINES = NTPT_INLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 * SAVEMODE = 6 LINESIZE = 7.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = NTPT_HEADER IMPORTING NEWHEADER = NTPT_HEADER FUNCTION = p_textfunction TABLES LINES = NTPT_LINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.

INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING OBJECT = NTPK_TEXTOBJECT ID = NTPK_TEXTID NAME = NTPK_TEXTNAME LANGUAGE = SY-LANGU IMPORTING HEADER = NTPK_HEADER TABLES LINES = NTPK_LINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING OBJECT = NTPK_TEXTOBJECT ID = NTPK_TEXTID NAME = NTPK_TEXTNAME LANGUAGE = SY-LANGU INLINE_COUNT = 1 IMPORTING HEADER = NTPK_HEADER TABLES LINES = NTPK_LINES INLINES = NTPK_INLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 NOT_FOUND = 5 * SAVEMODE wurde erstzt durch REFERENCE_CHECK REFERENCE_CHECK = 6.

EDIT_TEXT_INLINE CALL FUNCTION 'EDIT_TEXT_INLINE' EXPORTING HEADER = NTPK_HEADER SAVE = SPACE DISPLAY = NTPK_TEXTDISPLAY INLINE_COUNT = 1 TEXTSCREEN = ON IMPORTING NEWHEADER = NTPK_HEADER FUNCTION = textfunction TABLES LINES = NTPK_LINES INLINES = NTPK_INLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 * SAVEMODE = 6 LINESIZE = 7.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = NTPK_HEADER IMPORTING NEWHEADER = NTPK_HEADER FUNCTION = p_textfunction TABLES LINES = NTPK_LINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.

RENAME_TEXT CALL FUNCTION 'RENAME_TEXT' EXPORTING ID = TEXT_TAB-TEXTID LANGUAGE = SY-LANGU NAME = TEXT_TAB-TEXTNAME_OLD NEWNAME = TEXT_TAB-TEXTNAME_NEW OBJECT = TEXT_TAB-TEXTOBJECT EXCEPTIONS NOT_FOUND = 1.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING OBJECT = TEXT_TAB-TEXTOBJECT ID = TEXT_TAB-TEXTID NAME = TEXT_TAB-TEXTNAME_OLD LANGUAGE = SY-LANGU IMPORTING HEADER = HEADER_COPY TABLES LINES = OLD_LINES.

INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING OBJECT = TEXT_TAB-TEXTOBJECT ID = TEXT_TAB-TEXTID NAME = TEXT_TAB-TEXTNAME_NEW LANGUAGE = SY-LANGU IMPORTING HEADER = HEADER_COPY TABLES LINES = NEW_LINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = HEADER_COPY IMPORTING NEWHEADER = HEADER_COPY FUNCTION = TEXTFUNCTION_COPY TABLES LINES = OLD_LINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4.

ISH_DYNP_VALUES_READ call function 'ISH_DYNP_VALUES_READ' exporting dyname = 'SAPMNT11' dynumb = '0308' tables dynpfields = idynpread.



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