MNWCH90F01 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 MNWCH90F01 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_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_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.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = 'Ende der Transaktion.'(p03)
POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = 'Wollen Sie wirklich abbrechen?'(p02) * textline2 = ' ' titel = pop_title importing answer = $antwort.
CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = tnwch94-krednr importing output = g_lifnr.
POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting defaultoption = '1' textline1 = 'Wollen Sie die Löschvormerkung'(p06) textline2 = 'wirklich setzen?'(p07) * TEXTLINE3 = ' ' text_option1 = 'Ja'(s03) text_option2 = 'Nein'(s02) titel = pop_title * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' importing answer = pop_antwort exceptions others = 1.
DEQUEUE_ETNWCH94 call function 'DEQUEUE_ETNWCH94' exporting mode_tnwch94 = 'E' mandt = sy-mandt einri = tnwch94-einri arzt = tnwch94-arzt exceptions others = 1.
ENQUEUE_ETNWCH94 call function 'ENQUEUE_ETNWCH94' exporting mode_tnwch94 = 'E' mandt = sy-mandt einri = tnwch94-einri arzt = honempf exceptions foreign_lock = 1 system_failure = 2 others = 3.
ISH_SHOW_GPART call function 'ISH_SHOW_GPART' exporting aufruf = yes rolle = '1' "person row = 8 col = 3 vcode = list_vcode importing ngpa_gpart = list_gpart select_ngpa = select_ngpa weiter = weiter.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.
MESSAGES_ACTIVE call function 'MESSAGES_ACTIVE' exceptions not_active = 01.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.
MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = $arbgb msgty = $mtyp "I, W, E, A txtnr = l_msgno "Message-Nummer msgv1 = $mv1 msgv2 = $mv2 msgv3 = $mv3 msgv4 = $mv4.
MESSAGES_COUNT call function 'MESSAGES_COUNT' importing count = l_count exceptions inconsistent_range = 1 inconsistent_range_severity = 2 others = 3.
MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting show_linno = ' ' exceptions others = 1.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' 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.