SAP Reports / Programs | SAP Healthcare - Industry-Specific Components for Hospitals | SAP Healthcare - Industry-Specific Components for Hospitals(IS-H) SAP IS

MNWCHEA01F01 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MNWCHEA01F01. "Basic submit
SUBMIT MNWCHEA01F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MNWCHEA01F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MNWCHEA01F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MNWCHEA01F01 or its description.