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

RNWPVIEW008SELSCREEN SAP ABAP INCLUDE - Include RNWPVIEW008SELSCREEN







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


Text pool values


Title: Include RNWPVIEW008SELSCREEN


INCLUDES used within this REPORT RNWPVIEW008SELSCREEN

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_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = p_date einri = p_einri pfzuw = on ambes = off freig = on graph_title = 'Eingabehilfe: OrgEinheiten'(016) loekz = off no_bauid = on sperr = off start_orgfa = p_orgfa IMPORTING nothing_selected = no_selected selected_orgid = pf4_value EXCEPTIONS OTHERS = 01.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = p_date einri = p_einri fazuw = on freig = on graph_title = 'Eingabehilfe: OrgEinheiten'(016) loekz = off no_bauid = on sperr = off IMPORTING nothing_selected = no_selected selected_orgid = pf4_value EXCEPTIONS OTHERS = 01.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = p_date einri = p_einri freig = on graph_title = 'Eingabehilfe: BauEinheiten'(017) start_orgpf = p_orgpf loekz = off no_bauid = off zimkz = on sperr = off IMPORTING nothing_selected = no_selected selected_bauid = pf4_value EXCEPTIONS OTHERS = 01.

ISH_SHOW_SERVICES_NEW CALL FUNCTION 'ISH_SHOW_SERVICES_NEW' EXPORTING einrichtung = p_se_einri tarif = p_p_drgcat sel_group = ' ' multi_select = ' ' use_groups = ' ' zotyp = ' ' change_tarif = ' ' read_vle = ' ' select_all = ' ' search_for = 'NTPK_D' IMPORTING e_ntpk = ntpk EXCEPTIONS wrong_einri = 1 nothing_found = 2 nothing_selected = 3 missing_zotyp = 4 OTHERS = 5.

ISH_SHOW_DIAGNOSEN CALL FUNCTION 'ISH_SHOW_DIAGNOSEN' EXPORTING * SS_COL = '10' ss_dkat = p_p_mdccat ss_einri = p_se_einri * SS_ORGID = ' ' * SS_ROW = '5' ss_ewdia = ' ' ss_selmod = ' ' IMPORTING ss_sel_dkat = l_mdccat ss_sel_dkey = p_r_mdccod.

ISH_SHOW_DIAGNOSEN CALL FUNCTION 'ISH_SHOW_DIAGNOSEN' EXPORTING * SS_COL = '10' ss_dkat = p_p_diacat ss_einri = p_se_einri * SS_ORGID = ' ' * SS_ROW = '5' ss_ewdia = ' ' ss_selmod = ' ' IMPORTING ss_sel_dkat = l_diacat ss_sel_dkey = p_r_diacod.

ISH_SHOW_SERVICES_NEW CALL FUNCTION 'ISH_SHOW_SERVICES_NEW' EXPORTING einrichtung = p_se_einri tarif = p_p_icpmk * TALST = ' ' zeitraum = ' ' * ZEITPUNKT = 'X' * ENTGA = ' ' * TAGRU = ' ' * BEGDT = '00000000' * ENDDT = '00000000' * SEL_LEIST = 'X' sel_group = ' ' * SEL_ERFSP = ' ' * MDC_CAT = '' multi_select = ' ' * USE_GROUPS = 'X' * ZOTYP = ' ' * DEPTH = '1' change_tarif = ' ' change_zeitr = ' ' * CHANGE_ZEITP = 'X' * CHANGE_ENTGA = 'X' * CHANGE_TAGRU = 'X' change_zotyp = ' ' * CHANGE_USEGR = 'X' * WIN_TITLE = 'Eingabehilfe' * VCODE = 'UPD' * SKIP_FIRST_SCREEN = ' ' * READ_VLE = 'X' select_all = ' ' search_for = 'NTPK_O' IMPORTING e_ntpk = ls_ntpk.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = p_einri itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = p_einri itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

ISH_DRG_CHECK * CALL FUNCTION 'ISH_DRG_CHECK' * EXPORTING * ss_institution = p_einri * ss_casenumber = pt_drgcod * ss_drg_catalog = pt_drgcod-low * IMPORTING * ss_okay = l_okay ** TABLES ** SS_OTHER_DRGS = * CHANGING * ss_drg_to_check = ndrg_to_check * EXCEPTIONS * catalog_not_found = 1 * wrong_drg_catalog = 2 * wrong_mdc = 3 * OTHERS = 4.

ISH_DRG_CHECK * CALL FUNCTION 'ISH_DRG_CHECK' * EXPORTING * ss_institution = p_einri * ss_casenumber = pt_drgcod * ss_drg_catalog = pt_drgcod-low * IMPORTING * ss_okay = l_okay ** TABLES ** SS_OTHER_DRGS = * CHANGING * ss_drg_to_check = ndrg_to_check * EXCEPTIONS * catalog_not_found = 1 * wrong_drg_catalog = 2 * wrong_mdc = 3 * OTHERS = 4.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'H_TNK00' IMPORTING shlp = shlp_descr EXCEPTIONS OTHERS = 1.

F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = shlp_descr IMPORTING rc = pf4_rc TABLES return_values = pf4_values EXCEPTIONS OTHERS = 1.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'H_TNK01' IMPORTING shlp = shlp_descr EXCEPTIONS OTHERS = 1.

F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = shlp_descr IMPORTING rc = pf4_rc TABLES return_values = pf4_values EXCEPTIONS OTHERS = 1.



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