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

MNAF1O50 SAP ABAP INCLUDE - IS-H: Output of Information on Tab Strips







MNAF1O50 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 MNAF1O50 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 MNAF1O50. "Basic submit
SUBMIT MNAF1O50 AND RETURN. "Return to original report after report execution complete
SUBMIT MNAF1O50 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: Output of Information on Tab Strips


INCLUDES used within this REPORT MNAF1O50

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_USR05_GET CALL FUNCTION 'ISH_USR05_GET' EXPORTING ss_bname = sy-uname ss_parid = 'NA30NSTOCDAT' IMPORTING ss_value = usr05-parva EXCEPTIONS parid_not_found = 1 bname_is_initial = 2 parid_is_initial = 3 OTHERS = 4.

ISH_SERVICE_DETAIL_SCREEN_SET CALL FUNCTION 'ISH_SERVICE_DETAIL_SCREEN_SET' EXPORTING ss_einri = rnexl-einri ss_falnr = rnexl-falnr ss_lnrls = akt_lnrls EXCEPTIONS wrong_case_number = 1 wrong_service_serialnumber = 2.

ISH_DISPLAY_HIERARCHY CALL FUNCTION 'ISH_DISPLAY_HIERARCHY' EXPORTING parent_container = top1_split_container lev1_description = lev1_struct lev2_description = lev2_struct callback_program = report IMPORTING level1_grid = lev1_grid level2_grid = lev2_grid TABLES lev1_tab = header_disp_tab lev2_tab = inv_disp_tab.

ISH_DISPLAY_LIST * call function 'ISH_DISPLAY_LIST' * exporting * parent_container = cc_uebersicht * list_description = lev1_struct * callback_program = report * importing * disp_grid = lev1_grid * tables * l_tab = inv_disp_tab.

ISH_DISPLAY_HIERARCHY CALL FUNCTION 'ISH_DISPLAY_HIERARCHY' EXPORTING parent_container = top1_split_container lev1_description = lev1_struct lev2_description = lev2_struct callback_program = report IMPORTING level1_grid = lev1_grid level2_grid = lev2_grid TABLES lev1_tab = inv_disp_tab lev2_tab = pos_disp_tab.

ISH_SAPGUI_PROGRESS_INDICATOR * call function 'ISH_SAPGUI_PROGRESS_INDICATOR' * exporting * text = 'Die offenen Posten werden aktualisiert.'(142)

ISH_SHOW_OPEN_ITEMS CALL FUNCTION 'ISH_SHOW_OPEN_ITEMS' EXPORTING einrichtung = rnexl-einri mit_shbv = 'X' patient = rnexl-patnr display_as_grid = on parent = cc_open_items i_kostr_downpay_show = on IMPORTING e_open_items = open_items_count oi_handle = open_items_grid EXCEPTIONS communication_error = 01 no_debitor_found = 02 no_open_items_found = 03 no_permission = 04. "EhP5Pseudo

ISH_SAPGUI_PI_RESET * call function 'ISH_SAPGUI_PI_RESET'.

ISH_DISPLAY_LIST CALL FUNCTION 'ISH_DISPLAY_LIST' EXPORTING parent_container = cc_cop list_description = cop_struct callback_program = report IMPORTING disp_grid = cop_grid TABLES l_tab = anzu_disp_tab[].

ISH_DISPLAY_LIST CALL FUNCTION 'ISH_DISPLAY_LIST' EXPORTING parent_container = cc_visit list_description = visit_struct callback_program = report IMPORTING disp_grid = visit_grid TABLES l_tab = nbew_disp_tab[].

ISH_SAPGUI_PROGRESS_INDICATOR * call function 'ISH_SAPGUI_PROGRESS_INDICATOR' * exporting * text = 'Die Leistungsübersicht wird aktualisiert.'(143)

ISH_READ_NNLZ_MOD CALL FUNCTION 'ISH_READ_NNLZ_MOD' EXPORTING ss_einri = rnexl-einri ss_falnr = rnexl-falnr read_db = on TABLES e_nnlz_mod = ss_rnnlz EXCEPTIONS OTHERS = 1.

ISHMED_VM_PERSONAL_DATA_READ CALL FUNCTION 'ISHMED_VM_PERSONAL_DATA_READ' EXPORTING i_uname = sy-uname i_placetype = 'A01' i_caller = akt_report IMPORTING e_rc = srv_rc TABLES t_views = t_views.

ISH_DATA_SET_SERVICES_600 CALL FUNCTION 'ISH_DATA_SET_SERVICES_600' EXPORTING ss_einri = rnexl-einri ss_falnr = rnexl-falnr ss_nfal = nfal ss_npat = npat ss_program = akt_report ss_viewid = default_view-viewid ss_viewtype = default_view-viewtype ss_refresh = refresh_service_overview TABLES ss_vnlei = vnleitab ss_vnbew = nbewtab ss_vnnlz = ss_vnnlz.

ISH_SAPGUI_PI_RESET * call function 'ISH_SAPGUI_PI_RESET'.

ISH_PAYMENT_DATA_SET_FIRST CALL FUNCTION 'ISH_PAYMENT_DATA_SET_FIRST' EXPORTING i_einri = rnexl-einri i_falnr = rnexl-falnr i_nfal = nfal i_enqueue_nfal = on i_caller = pmt_caller.



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