RNSVAR01 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 RNSVAR01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include RNSVAR01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING date = l_date einri = l_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 = l_date einri = l_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 = l_date einri = l_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_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '1' row = 8 col = 13 vcode = 'DIS' arzt = on makz = on IMPORTING ngpa_gpart = l_gpa select_ngpa = l_selected.
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_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 1 OTHERS = 2.
ISH_OM_BU_GET CALL FUNCTION 'ISH_OM_BU_GET' EXPORTING itr_bauid = ltr_bauid IMPORTING et_nbau = lt_nbau EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = l_dynnr translate_to_upper = on conversion = off TABLES dynpfields = lt_dyn_values EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = p_einri IMPORTING output = p_einri.
CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = date_external " note 809077 IMPORTING date_internal = p_date EXCEPTIONS date_external_is_invalid = 1 OTHERS = 2.
ISH_TN14B_READ_MULTI call function 'ISH_TN14B_READ_MULTI' exporting i_einri = l_einri i_bewty = '6' "Absence importing e_tn14b = lt_tn14b exceptions not_found = 1 parameter_error = 2 others = 3.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'BWART' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'R_ABS-LOW' value_org = 'S' * multiple_choice = on display = off tables value_tab = lt_value_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.
ISH_TN14B_READ_MULTI call function 'ISH_TN14B_READ_MULTI' exporting i_einri = l_einri i_bewty = '6' "Absence importing e_tn14b = lt_tn14b exceptions not_found = 1 parameter_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNSVAR01 - Include RNSVAR01 RNSTOVALREQ - IS-H: Cancellation Reports Value Request RNSTOSELSCR - IS-H: Cancellation Reports at Selection Screen RNSTOSEL2 - IS-H: Cancellation Reports Selection Screen Part 2 RNSTOSEL1 - IS-H: Cancellation Reports Selection Screen Part 1 RNSTOPBO - IS-H: Cancellations Reports PBO