SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

MN211F90 SAP ABAP INCLUDE - IS-H: General FORM Routines, SAPMNT31







MN211F90 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 MN211F90 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 MN211F90. "Basic submit
SUBMIT MN211F90 AND RETURN. "Return to original report after report execution complete
SUBMIT MN211F90 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: General FORM Routines, SAPMNT31


INCLUDES used within this REPORT MN211F90

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_FIND_EXCL_SCREENS CALL FUNCTION 'ISH_FIND_EXCL_SCREENS' EXPORTING act_tcode = tcode einri = n2dz-einri extp_nam = repid all_screens = all_screens TABLES excl_screens = excl_screens.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_to = entry_to loops = lines_per_page ok_code = save-ok-code entry_act = head_line last_page_full = ' ' overlapping = ' ' IMPORTING entry_new = head_line.

ISH_MODIFY_SCREEN CALL FUNCTION 'ISH_MODIFY_SCREEN' EXPORTING dynnr = dynnr einri = rn211-einri * FCODE = '*' pname = repid vcode = vcode set_cursor = on CHANGING tc_control = tc_in2dz.

ISH_MODIFY_SCREEN CALL FUNCTION 'ISH_MODIFY_SCREEN' EXPORTING dynnr = dynnr einri = rn211-einri * FCODE = 'AS ' pname = repid vcode = vcode set_cursor = on.

ISH_SET_NEXT_SCREEN CALL FUNCTION 'ISH_SET_NEXT_SCREEN' EXPORTING act_tcode = tcode leave_tcode = tcode einri = einri fcode = fcode goto_dynnr = goto_dynnr screen_called = screen_called IMPORTING fcode = fcode_2 next_dynnr = next_dynnr.

DEQUEUE_EN2DZ CALL FUNCTION 'DEQUEUE_EN2DZ' EXPORTING einri = n2dz-einri dzotyp = n2dz-dzotyp dkat = rn211-dkat dkey = rn211-dkey.

ENQUEUE_EN2DZ CALL FUNCTION 'ENQUEUE_EN2DZ' EXPORTING einri = n2dz-einri dzotyp = n2dz-dzotyp dkat = rn211-dkat dkey = rn211-dkey * ZUDKAT = ZUDKAT * ZUDKEY = ZUDKEY * ENDDT = ENDDT EXCEPTIONS foreign_lock = 1 system_failure = 2.

R3MED_UPDATE_N2DZ

ISH_N2_UPDATE_N2DZ * CALL FUNCTION 'R3MED_UPDATE_N2DZ' CALL FUNCTION 'ISH_N2_UPDATE_N2DZ' " IN UPDATE TASK EXPORTING tcode = sy-tcode TABLES nn2dz = nn2dz on2dz = on2dz.

ISH_UPDATE_N2DZ * CALL FUNCTION 'ISH_UPDATE_N2DZ' " Noch nicht angepaßt * IN UPDATE TASK * EXPORTING * TCODE = SY-TCODE * VCODE = MODE * NN2DZ = N2DZ * ON2DZ = OLD_N2DZ.

ISH_SHOW_SERVICES * CALL FUNCTION 'ISH_SHOW_SERVICES' * EXPORTING * EXTP_NAM = 'SAPMN211' * INPUT_TARID = INP_TARID " Feld darf überschrieben werden * EINRI = EINRI * TARIF = DKAT * VCODE = VCODE * SET_ZOTYP = N2DZ-DZOTYP * WITH_DATE = 'X' * SET_DGRPKZ = 'X' * SELECT_GROUPS = 'X' " Auch Gruppen dürfen selekt. werden

ISH_N2_SHOW_DIAGNOSIS CALL FUNCTION 'ISH_N2_SHOW_DIAGNOSIS' EXPORTING dkat = dkat einri = einri extp_nam = 'SAPMN211' input_tarid = inp_tarid * OPEN_LEVEL = 0 * OTYPL = OTYPL select_groups = 'X' set_dgrpkz = 'X' set_dzotyp = n2dz-dzotyp * STATUS_UEBERSICHT = ' ' * TITLE_UEBERSICHT = ' ' vcode = vcode * WITH_DATE = ' ' withhelp = no IMPORTING e_nkdi = *nkdi TABLES t_nkdi = i_nkdi "Dummy EXCEPTIONS * MISSING_EINRI = 01 not_found = 04.

ISH_N2_VALUE_REQUEST CALL FUNCTION 'ISH_N2_VALUE_REQUEST' EXPORTING ss_length = 34 ss_heigth = 9 ss_field = feldname ss_table = 'TN26A' ss_vcode = vcode ss_einri = rn211-einri ss_select = sel_krit IMPORTING ss_value = wert EXCEPTIONS not_found = 01.

ISH_N2_SHOW_NKDI CALL FUNCTION 'ISH_N2_SHOW_NKDI' EXPORTING ss_dkat = tn26a-dzokat ss_einri = tn26a-einri ss_vcode = vcode ss_withhelp = no IMPORTING e_nkdi = *nkdi TABLES t_nkdi = i_nkdi " Wird hier nicht genutzt EXCEPTIONS not_found = 01.

ISH_N2_SHOW_NKDI CALL FUNCTION 'ISH_N2_SHOW_NKDI' EXPORTING ss_dkat = tn26a-dzokat ss_einri = tn26a-einri ss_vcode = vcode ss_withhelp = no IMPORTING e_nkdi = *nkdi TABLES t_nkdi = i_nkdi " Wird hier nicht genutzt EXCEPTIONS not_found = 01.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr TABLES dynpfields = dynpfields.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = repid dynumb = dynnr TABLES dynpfields = dynpfields.

ISH_N2_READ_NKDI CALL FUNCTION 'ISH_N2_READ_NKDI' EXPORTING dkat = dkat dkey = dkey spras = sy-langu IMPORTING e_nkdi = $nkdi EXCEPTIONS not_found = 01.

ISH_N2_READ_TNK00 CALL FUNCTION 'ISH_N2_READ_TNK00' EXPORTING katid = katid IMPORTING e_tnk00 = $tnk00 EXCEPTIONS not_found = 01.






VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = action * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = 'NKDI' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' TABLES dba_sellist = sellist * EXCL_CUA_FUNCT = EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 OTHERS = 14.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = 'NKDI' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' TABLES dba_sellist = sellist * EXCL_CUA_FUNCT = EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 OTHERS = 14.



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