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

MN2EII00 SAP ABAP INCLUDE - PAI Modules: General







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


Text pool values


Title: PAI Modules: General


INCLUDES used within this REPORT MN2EII00

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_N2_SHOW_DOKTYPEN CALL FUNCTION 'ISH_N2_SHOW_DOKTYPEN' EXPORTING ss_einri = rnpa1-einri ss_loekz = on CHANGING ss_dtid = ll_dtid ss_dtvers = ll_dtvers ss_dtart = ll_medok EXCEPTIONS OTHERS = 0.

ISH_N2_READ_DOCUMENT_TYPE CALL FUNCTION 'ISH_N2_READ_DOCUMENT_TYPE' EXPORTING ss_dtid = ndoc-dtid ss_dtvers = ndoc-dtvers ss_einri = rnpa1-einri IMPORTING ss_n2dt = n2dt ss_n2dtt = n2dtt EXCEPTIONS OTHERS = 0.

ISH_SHOW_LIST_PATIENT CALL FUNCTION 'ISH_SHOW_LIST_PATIENT' EXPORTING anfo = on npat_einri = rnpa1-einri npat_patnr = npat-patnr npat_pziff = npat-pziff vcode = 'DIS' IMPORTING npat_patnr = npat-patnr npat_pziff = npat-pziff select_npat = select_npat vcode_neu = vcode_new list_okcode = list_okcode weiter = weiter storno_selected = storno_selected EXCEPTIONS geschlecht_falsch = 1 selection_false = 2 npat_not_found = 4 OTHERS = 8.

ISH_N2_DYNP_VALUES_UPDATE CALL FUNCTION 'ISH_N2_DYNP_VALUES_UPDATE' EXPORTING dyname = h_repid dynumb = h_dynnr TABLES dynpfields = dynpfields EXCEPTIONS OTHERS = 0.

ISH_SHOW_LIST_FALL CALL FUNCTION 'ISH_SHOW_LIST_FALL' EXPORTING nfal_einri = rnpa1-einri nfal_falnr = ' ' nfal_fziff = ' ' nfal_patnr = npat-patnr vcode = 'DIS' IMPORTING nfal_falnr = nfal-falnr nfal_fziff = nfal-fziff EXCEPTIONS pat_not_found = 01 repid_missing = 02.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING ambes = on fazuw = on "fachl UND pfleg. ??

ISHMED_SHOW_NGPA CALL FUNCTION 'ISHMED_SHOW_NGPA' EXPORTING ss_check = 'O' ss_einri = rnpa1-einri * SS_GDATUM = NLEI-IBGDT ??????? ss_orgid = h_orgdo "= SPACE, d.h über alle OEs

ISH_SHOW_LIST_FALL CALL FUNCTION 'ISH_SHOW_LIST_FALL' EXPORTING nfal_einri = rnpa1-einri nfal_falnr = nfal-falnr nfal_fziff = nfal-fziff nfal_patnr = npat-patnr only_falnr = l_only_falnr vcode = 'DIS' IMPORTING nfal_falnr = nfal-falnr nfal_fziff = nfal-fziff nbew_bewty = nbew-bewty nbew_lfdnr = nbew-lfdnr EXCEPTIONS repid_missing = 02.

ISH_N2_DYNP_VALUES_UPDATE CALL FUNCTION 'ISH_N2_DYNP_VALUES_UPDATE' EXPORTING dyname = h_repid dynumb = h_dynnr TABLES dynpfields = dynpfields EXCEPTIONS OTHERS = 0.

ISHMED_FIND_DOCREF CALL FUNCTION 'ISHMED_FIND_DOCREF' EXPORTING einri = rnpa1-einri i_falnr = nfal-falnr i_ldthi = h_datum i_ldtlo = h_datum i_mehrfachsel = space i_patnr = npat-patnr TABLES t_nbew = t_nbew t_nlei = t_nlei t_nlem = t_nlem t_norg = t_norg EXCEPTIONS OTHERS = 01.

ISH_READ_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING ss_einri = rnpa1-einri ss_falnr = nfal-falnr * SS_READ_DB = ' ' ss_check_auth = ' ' ss_message_no_auth = ' ' IMPORTING ss_nfal = nfal EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

ISH_N2_DYNP_VALUES_UPDATE CALL FUNCTION 'ISH_N2_DYNP_VALUES_UPDATE' EXPORTING dyname = h_repid dynumb = h_dynnr TABLES dynpfields = dynpfields EXCEPTIONS OTHERS = 0.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING ambes = '*' fazuw = on pfzuw = '*' graph_title = 'Eingabehilfe: Fachliche OE'(h02) einri = rnpa1-einri freig = on * LOEKZ = '*' * no_bauid = off "HW 1357618 no_bauid = on "HW 1357618 sperr = off * VCODE = 'UPD' IMPORTING selected_orgid = ndoc-orgfa.

ISH_SHOW_LIST_FALL * CALL FUNCTION 'ISH_SHOW_LIST_FALL' * EXPORTING * NFAL_EINRI = RNPA1-EINRI * NFAL_FALNR = NFAL-FALNR * NFAL_FZIFF = NFAL-FZIFF * NFAL_PATNR = NPAT-PATNR * ONLY_FALNR = 'X' "nur dieser Fall !! * VCODE = 'UPD' * IMPORTING * NFAL_FALNR = NFAL-FALNR "FallNr nicht versorgen ! * NFAL_FZIFF = NFAL-FZIFF * NBEW_BEWTY = NBEW-BEWTY * NBEW_LFDNR = NBEW-LFDNR * EXCEPTIONS * PAT_NOT_FOUND = 01 * REPID_MISSING = 02.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING ambes = on fazuw = '*' pfzuw = on graph_title = 'Eingabehilfe: Behandelnde/ Pflegerische OE'(h01) einri = rnpa1-einri freig = on * LOEKZ = '*' * no_bauid = off "HW 1357618 no_bauid = on "HW 1357618 sperr = off * VCODE = 'UPD' IMPORTING selected_orgid = ndoc-orgpf.

F4_USER CALL FUNCTION 'F4_USER' EXPORTING object = ndoc-upusr IMPORTING result = ndoc-upusr EXCEPTIONS OTHERS = 0.

ISH_VALUE_REQUEST CALL FUNCTION 'ISH_VALUE_REQUEST' EXPORTING ss_field = feldname ss_table = 'TN17G' ss_vcode = 'UPD' IMPORTING ss_value = rnpa1-gschle EXCEPTIONS not_found = 0.



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