MNWCH91I01 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 MNWCH91I01 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = REPID DYNUMB = DYNNR TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 OTHERS = 9.
ISH_SHOW_LIST_PATIENT CALL FUNCTION 'ISH_SHOW_LIST_PATIENT' EXPORTING ANFO = 'X' " Auswahlpopup NPAT_EINRI = NWCH90-EINRI FCODE = 'PS' " Nur Patienten VCODE = 'DIS' " Nur Anzeige und Auswahl IMPORTING NPAT_PATNR = NPAT-PATNR NPAT_PZIFF = NPAT-PZIFF EXCEPTIONS GESCHLECHT_FALSCH = 01 NO_AUTHORITY = 02 NPAT_NOT_FOUND = 03 SELECTION_FALSE = 04.
ISH_SHOW_LIST_FALL CALL FUNCTION 'ISH_SHOW_LIST_FALL' EXPORTING CALL_FROM_DARK = ' ' COL = 5 EXIT_ON_WEITER = ' ' FCODE = 'SO' LIST_LAYOUT = '0' NFAL_EINRI = NWCH90-EINRI NFAL_FALNR = NWCH90-FALNR NFAL_FZIFF = ' ' NFAL_PATNR = NPAT-PATNR * NPATSTRING = ' ' ONLY_FALNR = ' ' POPUP = 'X' REPID = ' ' ROW = 6 TCODE = ' ' VCODE = 'DIS' ZUORDNUNG = 'A' IMPORTING * LIST_OKCODE = * NBEW_BEWTY = * NBEW_LFDNR = NFAL_FALNR = NWCH90-FALNR NFAL_FZIFF = NFAL-FZIFF * NO_LIST = * SELECT_NFAL = * STORNO_SELECTED = * VCODE_NEU = * WEITER = EXCEPTIONS PAT_NOT_FOUND = 01 REPID_MISSING = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.