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

RNWCHFINDGROUPS SAP ABAP Report - documentation and ABAP source code







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


INCLUDES used within this REPORT RNWCHFINDGROUPS

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_READ_TNK01 call function 'ISH_READ_TNK01' exporting einri = pa_einri katid = pa_tarif importing e_tnk01 = tnk01 exceptions not_found = 1 others = 2.

ISH_READ_TNK01 call function 'ISH_READ_TNK01' exporting einri = pa_einri katid = pa_tarif importing e_tnk01 = tnk01 exceptions not_found = 1 others = 2.

ISH_READ_NTPT call function 'ISH_READ_NTPT' exporting einri = p_einri * spras = sy-langu talst = gt_talst-talst tarif = p_tarif importing e_ntpt = ls_ntpt * ktxtconc = exceptions not_found = 1 others = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting * i_interface_check = ' ' i_callback_program = l_repid * i_callback_pf_status_set = 'SET_OF_STATUS' * i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = xfield[] * it_excluding = it_special_groups = gt_sp_groups[] it_sort = gs_sort[] * it_filter = * is_sel_hide = * i_screen_start_column = 0 * i_screen_start_line = 0 * i_screen_end_column = 0 * i_screen_end_line = 0 i_default = on i_save = 'A' is_variant = gs_variant it_events = gt_events[] * it_event_exit = i_tabname_header = 'GT_GROUPS' i_tabname_item = 'GT_ENTRIES' * i_structure_name_header = * i_structure_name_item = is_keyinfo = gs_keyinfo * is_print = * importing * e_exit_caused_by_caller = * es_exit_caused_by_user = tables t_outtab_header = gt_groups t_outtab_item = gt_entries exceptions program_error = 1 others = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing es_layout = gs_layout et_fieldcat = xfield[] * et_sort = * et_filter = * es_list_scroll = * es_variant = exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_HS_LIST_WIDTH_GET call function 'REUSE_ALV_HS_LIST_WIDTH_GET' exporting i_tabname_header = 'GT_GROUPS' i_tabname_item = 'GT_ENTRIES' it_fieldcat = xfield[] is_layout = gs_layout importing e_width = l_width exceptions others = 1.

ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting * ausbegdt = rnstat-ausbegdt * ausenddt = rnstat-ausenddt einri = pa_einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off * verbegdt = init_date * verenddt = init_date exceptions invalid_einri = 1 others = 2.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_repid dynumb = l_dynnr tables dynpfields = lt_dynpfields.

ISH_SHOW_SERVICES_NEW call function 'ISH_SHOW_SERVICES_NEW' exporting einrichtung = p_einri tarif = p_tarif * talst = ' ' * zeitraum = 'X' * zeitpunkt = 'X' * entga = ' ' * tagru = ' ' * begdt = '00000000' * enddt = '00000000' sel_leist = off sel_group = on sel_erfsp = on multi_select = off use_groups = on zotyp = l_zotyp * depth = '1' change_tarif = off * change_zeitr = 'X' * change_zeitp = 'X' * change_entga = 'X' * change_tagru = 'X' change_zotyp = on change_usegr = off * win_title = 'Eingabehilfe' * textnr = '1' * vcode = 'UPD' * skip_first_screen = ' ' read_vle = ' ' * select_all = ' ' importing e_ntpk = ls_ntpk * e_ntpt = *NTPT e_zotyp = l_zotyp * tables * t_ntpk = lt_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 RNWCHFINDGROUPS or its description.