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
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 MNWCH70F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.