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

MNPR1F01 SAP ABAP INCLUDE - documentation and ABAP source code







MNPR1F01 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 MNPR1F01 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 MNPR1F01. "Basic submit
SUBMIT MNPR1F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MNPR1F01 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 MNPR1F01

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_CASE_SELECTION_READ call function 'ISH_CASE_SELECTION_READ' exporting ss_einri = se_einri ss_selkz = p_selkzf * IMPORTING * SS_NFAK = tables * SS_NFAP = ss_falnr = r_falnrtab exceptions not_found = 1 others = 2.

ISH_DISTRIBUTE_CLEARING_INFO call function 'ISH_DISTRIBUTE_CLEARING_INFO' exporting i_einri = p_vbrk-isheinri i_event = 'FI0005' tables it_invoices = it_invoices et_inv_clear_info = et_inv_clear_info exceptions others = 1.

ISH_READ_NKTR call function 'ISH_READ_NKTR' exporting copy_parms_of_ktart = on kostr = p_kostr with_ngpa = off einri = p_einri with_tn18b = off importing nktr_e = nktr exceptions ngpa_not_found = 1 ngpa_no_authority = 2 not_found = 3 no_authority = 4 others = 5.

ISH_VERBUCHER_NREK call function 'ISH_VERBUCHER_NREK' in update task tables i_nrek_mod = mod_nrek_tab exceptions others = 1.

ISH_VERBUCHER_NREP call function 'ISH_VERBUCHER_NREP' in update task tables i_nrep_mod = mod_nrep_tab exceptions others = 1.

ISH_NGPA_CONCATENATE call function 'ISH_NGPA_CONCATENATE' exporting ss_gpart = p_kostr ss_read_ngpa = on ss_rolle = '2' " insurance provider ss_list = on importing ss_pname = p_ktname exceptions wrong_gpart = 1 others = 2.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_COLLAPSE_ALL' text = ' ' importing result = result exceptions icon_not_found = 1.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_EXPAND_ALL' text = ' ' importing result = result exceptions icon_not_found = 1.

ISH_GET_FI_DEBITOR_NR * call function 'ISH_GET_FI_DEBITOR_NR' * exporting * bukrs = tn01-bukrs * einri = se_einri * kostr = inktr-kostr * importing * fi_debitor = rfdeb * exceptions * loop_exception = 1 * ndeb_not_found = 2 * nktr_not_found = 3 * others = 4.



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