MNWCHEA01F01 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 MNWCHEA01F01 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!
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = 'Ende der Transaktion.'(x01)
ISH_FIND_PLZ call function 'ISH_FIND_PLZ' exporting ss_col = 33 * SS_HNR = E02 ss_land1 = ss_land ss_ort01 = ss_ort ss_ort02 = ss_ort2 ss_pofa = pfach ss_pstlz = ss_pstlz ss_row = 3 ss_stras = zw_stras ss_vcode = vcode importing ss_land1 = zw_land ss_not_found = not_found ss_no_select = select_plz ss_ort01 = zw_ort ss_ort02 = zw_ort2 ss_pstlz = zw_pstlz ss_stras = zw_stras.
DEQUEUE_ENDEB call function 'DEQUEUE_ENDEB' exporting gpart = enq_key bukrs = '* '.
ISH_READ_NDEB call function 'ISH_READ_NDEB' exporting bukrs = ndeb_bukrs debnr = ndeb_debnr WITH_NGPA = off IMPORTING NDEB_E = ndeb EXCEPTIONS NDEB_NOT_FOUND = 1 NDEB_NO_AUTHORITY = 2 NGPA_NOT_FOUND = 3 NGPA_NO_AUTHORITY = 4 OTHERS = 5.
ENQUEUE_ENDEB call function 'ENQUEUE_ENDEB' exporting gpart = enq_key bukrs = '* ' * X_GPART = E03 * X_BUKRS = E04 _scope = '3' * _WAIT = E06 exceptions foreign_lock = 01 system_failure = 02.
ISH_READ_NGPA call function 'ISH_READ_NGPA' exporting gpart = ngpa_gpart importing ngpa_e = ngpa nadr_e = nadr tables nadr_telnr = inadr2 "4.03A
ISH_ADDRESS_NEXT_NUMBER_TMP call function 'ISH_ADDRESS_NEXT_NUMBER_TMP' importing ss_adrnr = nadr-adrnr.
ISH_ADDRESS_UPDATE call function 'ISH_ADDRESS_UPDATE' exporting ss_adrnr = nadr-adrnr ss_adrob = nadr-adrob ss_nadr = nadr exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.