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

RNWCHSERVINGROUP SAP ABAP Report - documentation and ABAP source code







RNWCHSERVINGROUP 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 RNWCHSERVINGROUP 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 RNWCHSERVINGROUP. "Basic submit
SUBMIT RNWCHSERVINGROUP AND RETURN. "Return to original report after report execution complete
SUBMIT RNWCHSERVINGROUP 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 RNWCHSERVINGROUP

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:

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = g_hlpvar i_save = 'A' importing e_exit = gs_exit es_variant = gs_variant exceptions not_found = 1 program_error = 2 others = 3.

ISH_DYNP_VALUES_READ call function 'ISH_DYNP_VALUES_READ' exporting dyname = 'RNWCHSERVINGROUP' dynumb = '1000' tables dynpfields = lt_dfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = pa_einri importing output = pa_einri.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = pa_tarif importing output = pa_tarif.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = pa_zotyp importing output = pa_zotyp.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'RNWCHSERVINGROUP' dynumb = '1000' tables dynpfields = lt_dfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.

ISH_SHOW_SERVICES_NEW call function 'ISH_SHOW_SERVICES_NEW' exporting einrichtung = l_ntpk-einri tarif = l_ntpk-tarif talst = p_talst sel_erfsp = 'X' multi_select = ' ' use_groups = ' ' zotyp = '' change_tarif = '' vcode = 'INS' read_vle = ' ' importing e_ntpk = l_ntpk exceptions wrong_einri = 1 nothing_found = 2 nothing_selected = 3 missing_zotyp = 4 others = 5.

ISH_AUTH_CHECK_REPORT_EINRI call function 'ISH_AUTH_CHECK_REPORT_EINRI' exporting repid = 'RNWCHSERVINGROUP' einri = pa_einri messagetype = 'E'.

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = 'A' changing cs_variant = gs_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.

ISH_READ_NTPT call function 'ISH_READ_NTPT' exporting einri = pa_einri spras = sy-langu talst = ls_ntpt-talst tarif = ls_ntpt-tarif importing ktxtconc = gt_header-ktxtconc exceptions not_found = 1 others = 2.

ISH_FIND_UPPER_SERVICES call function 'ISH_FIND_UPPER_SERVICES' exporting begdt = sy-datum einri = pa_einri enddt = sy-datum tarif = pa_tarif zotyp = -zotyp zulst = -talst zutar = pa_tarif tables upper_tab = lt_rnhis exceptions missing_data = 1 wrong_data = 2 others = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_interface_check = ' ' i_callback_program = l_repid i_callback_user_command = 'AT_LINE_SELECTION' is_layout = gs_layout it_fieldcat = xfield[] it_special_groups = gt_sp_groups[] it_sort = gs_sort[] i_default = 'X' i_save = 'A' is_variant = gs_variant it_events = gt_events[] i_tabname_header = 'GT_HEADER' i_tabname_item = 'GT_ITEM' is_keyinfo = gs_keyinfo tables t_outtab_header = gt_header t_outtab_item = gt_item 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[] 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_AUSGABE' i_tabname_item = 'GT_AUSGABE' 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 = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off exceptions invalid_einri = 1 others = 2.



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