SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

MN2EIF10 SAP ABAP INCLUDE - FORM Routines: Screen 100







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


Text pool values


Title: FORM Routines: Screen 100


INCLUDES used within this REPORT MN2EIF10

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_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING ss_einri = rnpa1-einri ss_falnr = nfal-falnr IMPORTING ss_nfal = zw_nfal EXCEPTIONS not_found = 01 no_authority = 02.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_einri = rnpa1-einri ss_patnr = zw_nfal-patnr IMPORTING ss_npat = zw_npat EXCEPTIONS not_found = 01 no_authority = 02.

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_einri = npat-einri ss_patnr = npat-patnr * SS_READ_NPAT = ' ' ss_npat = npat * SS_NPAT_COMPLETE = 'X' * SS_LIST = ' ' IMPORTING ss_pname = rnpa1-pname EXCEPTIONS OTHERS = 0.

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_einri = rnpa1-einri ss_patnr = npat_patnr ss_with_npae = on "PatNr pro Einrichtung prüfen IMPORTING ss_npae = npae ss_npat = $npat ss_not_found_in_einri = not_pat_in_einri EXCEPTIONS not_found = 01 no_authority = 02.

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

ISHMED_READ_NORG CALL FUNCTION 'ISHMED_READ_NORG' EXPORTING * SS_CHECK = ' ' * SS_CHECK_FREIG = OFF * SS_CHECK_LOEKZ = OFF * SS_DATUM = SY-DATUM * SS_EINRI = ' ' ss_orgid = ss_orgid IMPORTING e_norg = ss_norg EXCEPTIONS OTHERS = 0.

ISH_OU_READ_MULTIPLE CALL FUNCTION 'ISH_OU_READ_MULTIPLE' EXPORTING i_einri = rnpa1-einri itr_orgid = ltr_orgid IMPORTING et_norg = a_norg[] EXCEPTIONS nothing_found = 1 OTHERS = 2.

ISHMED_SHOW_NORG CALL FUNCTION 'ISHMED_SHOW_NORG' EXPORTING ss_leitst = leitst ss_einri = rnpa1-einri ss_einri_chk = 'J' ss_freig = on ss_gdatum = sy-datum ss_n1erbrkz = erbrkz ss_fazuw = fazuw ss_pfzuw = pfzuw ss_read_oe = read_oe ss_title = title IMPORTING e_norg = norg TABLES t_norg = a_norg t_ntpk = a_ntpk EXCEPTIONS not_found = 01.

ISH_DYNP_VALUES_READ * CALL FUNCTION 'ISH_DYNP_VALUES_READ' * EXPORTING * dyname = a_repid * dynumb = a_dynnr * TABLES * dynpfields = a_dynpfields.

ISH_PATIENTLIST_SEARCH_SET CALL FUNCTION 'ISH_PATIENTLIST_SEARCH_SET' EXPORTING ss_einri = rnpa1-einri ss_patnr = off ss_falnr = off ss_okcode = ok-code * ss_patnr_value = rnpa1-patnr " nicht übergeben !!! ss_nname_value = rnpa1-nname ss_vname_value = rnpa1-vname ss_gbnam_value = rnpa1-gbnam ss_gbdav_value = rnpa1-gbdav ss_gbdab_value = rnpa1-gbdab ss_gschl_value = rnpa1-gschl ss_rvnum_value = rnpa1-rvnum ss_extnr_value = rnpa1-extnr ss_pasnr_value = rnpa1-passnr EXCEPTIONS OTHERS = 0.

ISH_PATIENTLIST_SEARCH_GET CALL FUNCTION 'ISH_PATIENTLIST_SEARCH_GET' IMPORTING ss_patnr_value = rnpa1-patnr ss_nname_value = rnpa1-nname ss_vname_value = rnpa1-vname ss_gbnam_value = rnpa1-gbnam ss_gbdav_value = rnpa1-gbdav ss_gbdab_value = rnpa1-gbdab ss_gschl_value = rnpa1-gschl ss_rvnum_value = rnpa1-rvnum ss_extnr_value = rnpa1-extnr ss_pasnr_value = rnpa1-passnr ss_select_npat = l_select_npat.



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