MNWCH70I01 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 MNWCH70I01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include MNWCH70I01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_SHOW_LIST_PATIENT call function 'ISH_SHOW_LIST_PATIENT' exporting anfo = 'X' col = 12 fcode = ' ' npat_einri = rnwch70-einri row = 8 vcode = display importing npat_patnr = rnpa1-patnr select_npat = select_npat weiter = weiter exceptions no_authority = 02.
ISH_SHOW_LIST_FALL call function 'ISH_SHOW_LIST_FALL' exporting nfal_einri = rnwch70-einri nfal_patnr = rnpa1-patnr vcode = display importing nfal_falnr = rnwch70-falnr nfal_fziff = rnpa1-fziff exceptions pat_not_found = 1 repid_missing = 2 others = 3.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'SAPMNWCH70' dynumb = sy-dynnr tables dynpfields = lt_dynp exceptions others = 01.
ISH_INSREL_VALUE_HELP call function 'ISH_INSREL_VALUE_HELP' exporting si_falnr = rnwch70-falnr si_einri = rnwch70-einri si_mode = 'V' si_vcode = 'UPD' importing se_lfdnr = l_lfdnr exceptions nothing_selected = 1 others = 2.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'SAPMNWCH70' dynumb = sy-dynnr tables dynpfields = lt_dynp.
ISH_READ_NGPA call function 'ISH_READ_NGPA' exporting gpart = rnwch70-kostr importing ngpa_e = ngpa exceptions not_found = 1 no_authority = 2 others = 3.
ISH_CASETY_CHECK call function 'ISH_CASETY_CHECK' exporting ss_einri = nfal-einri ss_casety = nfal-fatyp importing ss_tn15c = gs_tn15c exceptions not_found = 1 others = 2.
ISH_READ_NPAT call function 'ISH_READ_NPAT' exporting ss_patnr = nfal-patnr ss_read_db = 'X' ss_with_nadr = ' ' importing ss_npat = npat exceptions not_found = 1 no_authority = 2 others = 3.
ISH_NBEWTAB_GET_ADMISSION call function 'ISH_NBEWTAB_GET_ADMISSION' exporting ss_einri = rnwch70-einri ss_falnr = rnwch70-falnr importing ss_nbew = nbew exceptions not_found = 1 others = 2.
ISH_NBEWTAB_GET_FIRST_VISIT call function 'ISH_NBEWTAB_GET_FIRST_VISIT' exporting ss_einri = rnwch70-einri ss_falnr = rnwch70-falnr importing ss_nbew = nbew exceptions not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.