MNWCHEA01F02 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 MNWCHEA01F02 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_BUSPARTNER_CREATE call function 'ISH_BUSPARTNER_CREATE' exporting ss_testrun = off ss_rngpax = l_rngpax ss_rndebx = l_rndebx ss_role_buspart = on ss_role_cust = on importing ss_ngpa = l_ngpa ss_ndeb = l_ndeb ss_retmaxtype = l_retmaxtype tables ss_nadr2 = lt_nadr2 ss_ndeb_txt = lt_ndeb_txt ss_return_tab = lt_return.
ISH_INSERT_FINANCE_DEB_R3_46A call function 'ISH_INSERT_FINANCE_DEB_R3_46A' exporting i_rng12 = l_rng12 nummernvergabe = 'E' importing debnr = l_debnr msgid = l_msgid msgno = l_msgno msgty = l_msgty msgv1 = l_msgv1 msgv2 = l_msgv2 msgv3 = l_msgv3 msgv4 = l_msgv4 subrc = l_subrc tables bnka_help_tab = lt_rng13 exceptions no_communication = 1 others = 2.
ISH_BUSPARTNER_CHANGE call function 'ISH_BUSPARTNER_CHANGE' exporting ss_testrun = ' ' ss_rndebx = l_rndebx ss_act_ndeb = l_ndeb ss_role_cust = on importing ss_retmaxtype = l_retmaxtype.
ISH_BUSPARTNER_CHANGE call function 'ISH_BUSPARTNER_CHANGE' exporting ss_testrun = off ss_rngpax = l_rngpax ss_rndebx = l_rndebx importing ss_retmaxtype = l_retmaxtype tables ss_nadr2 = lt_nadr2 ss_ndeb_txt = lt_ndeb_txt ss_return_tab = lt_return.
ISH_UPDATE_FINANCE_DEB_R3_46A call function 'ISH_UPDATE_FINANCE_DEB_R3_46A' exporting i_debitor = rnwchea01-gpart i_rng12 = l_rng12 o_rng12 = l_orng12 importing msgid = l_msgid msgno = l_msgno msgty = l_msgty msgv1 = l_msgv1 msgv2 = l_msgv2 msgv3 = l_msgv3 msgv4 = l_msgv4 subrc = l_subrc tables bnka_help_tab = lt_rng13 exceptions no_communication = 1 others = 2.
POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = 'Transaktion Abbrechen?'(x09) * TEXTLINE2 = ' ' titel = pop_title importing answer = $antwort.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm = ort2 importing string_stand = st_ort.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm = ort importing string_stand = st_ort.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm = ort importing string_stand = st_ort.
ISH_VALUE_REQUEST call function 'ISH_VALUE_REQUEST' exporting ss_field = sel_field ss_select = sel_krit ss_table = ent_table ss_vcode = vcode importing ss_value = sel_wert exceptions not_found = 01.
ISH_POSTAL_CODE_CHECK call function 'ISH_POSTAL_CODE_CHECK' exporting ss_land = $land ss_ort = ort ss_ort2 = ort2 ss_stras = stras * ss_straz = straz * ss_build = build ss_pstlz = $pstlz * ss_pfach = $pfach * ss_pofa_kz = pofa ss_repid = repid ss_okcode = ok-code importing ss_land = $land ss_ort = ort ss_ort2 = ort2 ss_stras = stras * ss_straz = straz * ss_build = build ss_pstlz = $pstlz ss_okcode = ok-code exceptions others = 1.
ISH_CHECK_FIELD_ACTIVE_CVERS * call function 'ISH_CHECK_FIELD_ACTIVE_CVERS' * exporting * ss_pname = repid * ss_dynnr = sy-dynnr * ss_field = 'RNADR-STRAZ' * exceptions * others = 1.
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = l_version exceptions others = 1.
ISH_SAP_BP_CHECK_ACTIVE call function 'ISH_SAP_BP_CHECK_ACTIVE' importing e_status = g_status_new_bp exceptions not_active = 0.
ISH_CHECK_NUMBER_RANGE call function 'ISH_CHECK_NUMBER_RANGE' exporting einri = ' ' modus = modus_normal number = new_number object = object_gpartner subobject = db_subobject * SUBOBJECT = NRP_SUBOBJECT importing nr_range_nr = nr_range_nr nr_range_type = nr_range_type from_number = from_number to_number = to_number 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.
ISH_CHECK_NUMBER_RANGE_EXTERN call function 'ISH_CHECK_NUMBER_RANGE_EXTERN' exporting einri = ' ' modus = modus_normal number = new_number object = object_gpartner subobject = rp_subobject exceptions range_error_extern = 1 "Nummer in Nr.kreisintervall
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.