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

MNT11F20 SAP ABAP INCLUDE - IS-H: Form Routines Search Routines







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


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 MNT11F20. "Basic submit
SUBMIT MNT11F20 AND RETURN. "Return to original report after report execution complete
SUBMIT MNT11F20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H: Form Routines Search Routines


INCLUDES used within this REPORT MNT11F20

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:

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.



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 MNT11F20 or its description.