MNT11F20 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 MNT11F20 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.
Title: IS-H: Form Routines Search Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_SHOW_SERVICES * CALL FUNCTION 'ISH_SHOW_SERVICES' * EXPORTING * EINRI = NTPK-EINRI * EXTP_NAM = SY-CPROG * INPUT_TARID = 'X' * OPEN_LEVEL = $OPEN_LEVEL * OTYPL = ' ' * SELECT_GROUPS = 'X' * SET_TGRKZ = 'X' * SET_ZOTYP = TNT0-ZOTYP * STATUS_UEBERSICHT = ' ' * TARIF = NTPK-TARIF * TITLE_UEBERSICHT = ' ' * VCODE = 'DIS' * WITH_DATE = ' ' * IMPORTING * E_NTPK = *NTPK * E_NTPT = *NTPT * EXCEPTIONS * MISSING_EINRI = 01 * NOT_FOUND = 02 * NOT_VALID = 03.
ISH_SHOW_SERVICES_OLD * CALL FUNCTION 'ISH_SHOW_SERVICES_OLD' * EXPORTING * EINRI = NTPK-EINRI * EXTP_NAM = SY-CPROG * INPUT_TARID = ' ' * SET_TGRKZ = ' ' * STATUS_UEBERSICHT = ' ' * TARIF = NTPK-TARIF * TITLE_UEBERSICHT = ' ' * VCODE = 'DIS' * IMPORTING * E_NTPK = *NTPK * E_NTPT = *NTPT * EXCEPTIONS * MISSING_EINRI = 01 * NOT_FOUND = 02.
ISH_SHOW_SERVICES_NEW call function 'ISH_SHOW_SERVICES_NEW' exporting einrichtung = ntpk-einri tarif = ntpk-tarif * TALST = ' ' * ZEITRAUM = 'X' * ZEITPUNKT = 'X' * ENTGA = ' ' * TAGRU = ' ' * BEGDT = '00000000' * ENDDT = '00000000' sel_leist = 'X' sel_group = 'X' sel_erfsp = 'X' multi_select = ' ' use_groups = ' ' * ZOTYP = ' ' * DEPTH = '1' change_tarif = ' ' * CHANGE_ZEITR = 'X' * CHANGE_ZEITP = 'X' * CHANGE_ENTGA = 'X' * CHANGE_TAGRU = 'X' * CHANGE_ZOTYP = 'X' * CHANGE_USEGR = 'X' * WIN_TITLE = 'Eingabehilfe'(007) * TEXTNR = '1' * VCODE = 'UPD' * SKIP_FIRST_SCREEN = ' ' read_vle = ' ' * SELECT_ALL = ' ' importing e_ntpk = *ntpk e_ntpt = *ntpt * E_ZOTYP = * TABLES * T_NTPK = * T_NTPT = exceptions wrong_einri = 1 nothing_found = 2 nothing_selected = 3 missing_zotyp = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNT11F20 - IS-H: Form Routines Search Routines MNT11F10 - ISH: Form Routines Read Text/Column Values MNT11F05 - IS-H: FORM Routines Read Service Master MNT11F00 - IS-H: Form Routines System Routines, Control etc. MNT10F41 - ===> Object NTPZ , generated by program RSSCD0 MNSTORNO - documentation and ABAP source code