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

MNWCH70I01 SAP ABAP INCLUDE - Include MNWCH70I01







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


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


INCLUDES used within this REPORT MNWCH70I01

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_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.



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