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

MNM03F90 SAP ABAP INCLUDE - Include MNTPLF90







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


Text pool values


Title: Include MNTPLF90


INCLUDES used within this REPORT MNM03F90

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:

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_einri = rnmmd1-einri ss_patnr = npat_patnr ss_with_npae = on IMPORTING ss_npat = npat ss_npae = npae EXCEPTIONS not_found = 1 no_authority = 2.

ISH_READ_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING ss_einri = nfal_einri ss_falnr = nfal_falnr IMPORTING ss_nfal = nfal EXCEPTIONS not_found = 1 no_authority = 2.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr TABLES dynpfields = dynpfields.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = repid dynumb = dynnr TABLES dynpfields = dynpfields.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = $orgid IMPORTING output = $orgid EXCEPTIONS OTHERS = 1.

ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING einri = $einri orgid = $orgid IMPORTING norg_e = norg_i EXCEPTIONS missing_orgid = 1 OTHERS = 2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = rnmmd1-anpoe IMPORTING output = rnmmd1-anpoe EXCEPTIONS OTHERS = 1.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0.

ISH_OM_INTERDEP_LEVEL_UP CALL FUNCTION 'ISH_OM_INTERDEP_LEVEL_UP' EXPORTING I_LOWER_ORGID = rnmmd1-anpoe IMPORTING ET_TN10I = lt_tn10i EXCEPTIONS NOTHING_FOUND = 1 NOT_VALID = 2 INTERNAL_ERROR = 3 OTHERS = 4 .

ISH_OM_ORG_HRCHY_ALL_GET CALL FUNCTION 'ISH_OM_ORG_HRCHY_ALL_GET' IMPORTING ET_TN10H = itn10h[] EXCEPTIONS NO_ENTRY_FOUND = 0 INTERNAL_ERROR = 0 OTHERS = 0 .

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 0 internal_error = 0 OTHERS = 0.

ISH_MM_OUENTRY_INIT CALL FUNCTION 'ISH_MM_OUENTRY_INIT' IMPORTING ss_repid = sub_repid_oe ss_dynnr = sub_dynnr_oe.



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