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

MNWCH70F01 SAP ABAP INCLUDE - Include MNWCH70F01







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


INCLUDES used within this REPORT MNWCH70F01

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:

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = 'Ende der Transaktion.'(x01)

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = 'Durch Änderung KÜ müsste Individueller Vtrtyp geändert werden'(x04) textline2 = 'Daten Individueller Vtrtyp anpassen?'(x05) titel = pop_title importing answer = $antw.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = 'Für Fall/Zeitraum ist keine Abrechnungsvereinbarung gepflegt.'(x07)

ENQUEUE_ENFAL call function 'ENQUEUE_ENFAL' exporting einri = rnwch70-einri falnr = rnwch70-falnr x_einri = ' ' x_falnr = ' ' _scope = '2' _wait = ' ' exceptions foreign_lock = 01 system_failure = 02.

DEQUEUE_ENFAL call function 'DEQUEUE_ENFAL' exporting einri = rnwch70-einri falnr = rnwch70-falnr x_einri = ' ' x_falnr = ' ' _scope = '3'.

ISH_READ_NKTR call function 'ISH_READ_NKTR' exporting copy_parms_of_ktart = on kostr = rnwch70-kostr importing nktr_e = nktr exceptions not_found = 1 no_authority = 2.

ISH_INSREL_CASE_POOL_GET call function 'ISH_INSREL_CASE_POOL_GET' exporting ss_einri = rnwch70-einri ss_falnr = rnwch70-falnr ss_sel_storn = ' ' tables ss_vncir_curr = lt_vncir.

ISH_INSREL_VALUE_HELP call function 'ISH_INSREL_VALUE_HELP' exporting * SI_PATNR = si_falnr = rnwch70-falnr si_einri = rnwch70-einri si_mode = 'V' * SI_CONTAINER = si_vcode = 'UPD' * SI_READ_DB = ' ' importing se_lfdnr = l_lfdnr * SE_VVFAL = tables si_filter_kostr = lt_filter_kostr * SI_FILTER_PATKZ = exceptions nothing_selected = 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 MNWCH70F01 or its description.