MNWCH70F03 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 MNWCH70F03 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 MNWCH70F03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_INSREL_CASE_POOL_GET call function 'ISH_INSREL_CASE_POOL_GET' exporting ss_einri = $einri ss_falnr = $falnr ss_sel_storn = ' ' tables ss_vncir_curr = lt_vncir.
ISH_CH_NWCH70_READ call function 'ISH_CH_NWCH70_READ' exporting ss_einri = nwch70-einri ss_falnr = nwch70-falnr ss_kostr = nwch70-kostr tables ss_nwch70 = i_nwch70 exceptions not_found = 1 param_error = 2.
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = l_version exceptions others = 1.
ISHMED_SAPSCRIPT call function 'ISHMED_SAPSCRIPT' exporting ss_ktext_i = ktext ss_ltext_i = ltxkz ss_textid = text_textid ss_textname = text_textname ss_textobject = text_textobject ss_vcode = lvcode importing ss_ktext_e = ktext ss_ltext_e = ltxkz ss_upd_ltext = text_lgtxt_upd tables ss_icdtxt = icdtxt.
ISHMED_SAPSCRIPT call function 'ISHMED_SAPSCRIPT' exporting ss_textid = text_textid ss_textname = text_textname ss_textname_rename = text_newtextname ss_textobject = text_textobject ss_vcode = 'REN' tables ss_icdtxt = icdtxt.
ISHMED_SAPSCRIPT call function 'ISHMED_SAPSCRIPT' exporting ss_textid = text_textid ss_textname = text_textname ss_textname_rename = text_newtextname ss_textobject = text_textobject ss_vcode = 'REN' tables ss_icdtxt = icdtxt.
ISH_CHECK_NUMBER_RANGE call function 'ISH_CHECK_NUMBER_RANGE' exporting einri = ' ' modus = modus_normal number = new_number object = object subobject = subobject importing nr_range_nr = nr_range_nr nr_range_type = nr_range_type exceptions interval_not_found = 1 no_alpha = 2 no_external = 3 no_internal = 4 number_range_not_extern = 5 number_range_not_intern = 6 range_error_alpha = 7 range_error_extern = 8.
NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = nr_range_nr object = object quantity = quantity_in toyear = toyear_0000 importing number = number quantity = quantity returncode = rcode_nr exceptions interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 buffer_overflow = 7 others = 8.
ISH_READ_VBRK_CASE call function 'ISH_READ_VBRK_CASE' exporting i_einri = einri i_falnr = falnr i_read_db = off " FBS puffert somit die Daten tables evbrk = ivbrk exceptions missing_parameters = 1 no_vbrk = 2 others = 3.
POPUP_GET_VALUES_USER_BUTTONS call function 'POPUP_GET_VALUES_USER_BUTTONS' exporting f4_formname = 'VTRTY_VALUE_HELP' f4_programname = 'SAPMNWCH70' formname = 'HANDLE_CODE' programname = 'SAPMNWCH70' popup_title = 'Bitte Vertragstyp überprüfen' ok_pushbuttontext = ok_pushbuttontext icon_ok_push = icon_ok_push first_pushbutton = first_pushbutton icon_button_1 = icon_button_1 importing returncode = ret_code tables fields = choice_fields exceptions error_in_fields = 1 others = 2.
ISH_INSURANCE_CONTRACT_SCHEMES call function 'ISH_INSURANCE_CONTRACT_SCHEMES' exporting ss_einri = lwa_vncir-einri ss_falnr = lwa_vncir-falnr ss_lfdnr = lwa_vncir-lfdnr ss_vtrty = vtrtyp ss_vcode = ind_vcode exceptions others = 1.
HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting display = display fieldname = fieldname tabname = tabname importing select_value = value tables valuetab = v_tab fields = f_tab.
ISH_CONTRACT_SCHEMES_SAVE call function 'ISH_CONTRACT_SCHEMES_SAVE' exporting ss_patnr = nfal-patnr SS_EINRI = $vncir-einri SS_FALNR = $vncir-falnr * SS_LFDNR = * SS_DIALOG = ' ' * SS_ACTION = 'C' ss_calup = 'INSREL' IMPORTING SS_RETMAXTYPE = l_retmaxtype ss_changed = upd_nvvv tables ss_return = lt_return.
ISH_INSREL_CASE_GETLIST call function 'ISH_INSREL_CASE_GETLIST' exporting i_einri = rnwch70-einri i_falnr = rnwch70-falnr i_authcheck = on i_sel_storn = on importing e_retmaxtype = g_retmaxtype tables e_ncir = gt_ncir e_return = gt_return.
ISH_INSREL_CASE_MODIFYMULTIPLE call function 'ISH_INSREL_CASE_MODIFYMULTIPLE' exporting i_einri = rnwch70-einri i_falnr = rnwch70-falnr i_patnr =
-patnr i_testrun = off IMPORTING E_RETMAXTYPE = g_retmaxtype TABLES IE_RNCIR = lt_rncir E_RETURN = gt_return.
ISH_CH_NTPK_READ call function 'ISH_CH_NTPK_READ' exporting ss_einri = $rnwch70-einri ss_gqual = $rnwch70-garant_qlf tables ss_ntpk = i_ntpk exceptions not_found = 1 param_error = 2 others = 3.
ISH_INSREL_CASE_POOL_GET call function 'ISH_INSREL_CASE_POOL_GET' exporting ss_einri = einri ss_falnr = falnr ss_sel_storn = ' ' tables ss_vncir_curr = lt_vncir.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.