REF_REFERENCE_TYPE 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 REF_REFERENCE_TYPE 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: Program REF_REFERENCE_TYPE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_appl_log importing e_log_handle = lv_log_handle exceptions others = 1.
/SAPCND/MNT_INIT_OW call function '/SAPCND/MNT_INIT_OW' exporting * I_CLIENT = SY-MANDT i_application = lc_application i_hlog = lv_log_handle i_maint_context = ctmnt_normal i_maint_context_data = lr_context_data i_groupname = lc_cond_group i_use_group_ws = ctcus_true importing e_hsession = lv_session_handle e_result = lv_result es_working_set_names = ls_ws_names exceptions exc_stop_work = 1 exc_stop_work_badi = 2 exc_rfc = 3 exc_timezone = 4 exc_t688c_f = 5 exc_creating_debug_trace_log = 6 exc_adding_debug_trace_msg = 7 exc_t688fv = 8 exc_generation_lock = 9 exc_reset_condindx_buffer = 10 exc_generating_working_set = 11 exc_group = 12 exc_call_conflict = 13 others = 14.
/SAPCND/MNT_SET_REFTYPE_DFT_OW call function '/SAPCND/MNT_SET_REFTYPE_DFT_OW' exporting i_hsession = lv_session_handle i_ref_type = 'EXAMPLE_REFERENCE' exceptions exc_stop_work = 1 exc_adding_debug_trace_msg = 2 others = 3.
/SAPCND/MNT_MAINTAIN_OW call function '/SAPCND/MNT_MAINTAIN_OW' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle it_working_set_int = lr_ws importing e_result = lv_result exceptions exc_stop_work = 1 exc_default_value = 2 exc_default_check = 3 exc_rfc = 4 exc_updating_working_set = 5 exc_stop_work_badi = 6 exc_implementation_missing = 7 exc_deleting_msg_log = 8 exc_adding_debug_trace_msg = 9 exc_put_constants = 10 others = 11.
/SAPCND/MNT_SAVE_OW call function '/SAPCND/MNT_SAVE_OW' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle importing e_result = lv_result exceptions exc_stop_work = 1 exc_rfc = 2 exc_updating_database = 3 exc_creating_scale_fieldname = 4 exc_unexpected_error = 5 exc_adding_debug_trace_msg = 6 exc_requesting_locks = 7 exc_add_msg_log = 8 exc_converting_working_set = 9 exc_wsi_is_proc = 10 exc_unknown_attr_conv_buffer = 11 exc_inconsistent_condref_data = 12 exc_auth_check = 13 exc_releasing_locks = 14 exc_reset_ws = 15 others = 16.
/SAPCND/MNT_GET_WORKINGSET_REF call function '/SAPCND/MNT_GET_WORKINGSET_REF' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle i_ref_type = lc_ref_type it_ref_guid = lt_ref_guid * IT_ATTRIB_VALUE_INT = importing et_working_set_int = lr_ws * ET_WORKING_SET_EXT = e_result = lv_result exceptions exc_stop_work = 1 exc_adding_debug_trace_msg = 2 exc_get_varnumhs = 3 exc_get_records = 4 exc_not_int_and_ext = 5 others = 6.
/SAPCND/MNT_CLEAR_OW call function '/SAPCND/MNT_CLEAR_OW' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle importing e_result = lv_result exceptions exc_stop_work = 1 exc_releasing_locks = 2 exc_adding_debug_trace_msg = 3 exc_creating_log_handle = 4 exc_reset_condindx_buffer = 5 exc_unknown_attr_conv_buffer = 6 others = 7.
/SAPCND/MNT_SELECT_REF call function '/SAPCND/MNT_SELECT_REF' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle i_selection_mode = ctmnt_selection_mode_add i_maintenance_mode = ctmnt_maint_mode_change i_ref_type = lc_ref_type it_ref_guid = lt_ref_guid * IT_ATTRIB_SELECTION_EXT = * IT_ATTRIB_VALUE_INT = * I_USE_BUFFER = ' ' * I_MAX_NUMBER_FOR_DISPLAY = importing * E_NUM_REMAINING_RECORDS = * E_NUM_SELECTED_RECORDS = * E_NUM_DELETED_RECORDS = e_result = lv_result * E_RESULT_IS_BUFFERED = exceptions exc_stop_work = 1 exc_adding_debug_trace_msg = 2 exc_selecting_records = 3 others = 4.
/SAPCND/MNT_GET_WORKINGSET_REF call function '/SAPCND/MNT_GET_WORKINGSET_REF' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle * I_CALL_FIELD_CHECK = ' ' * I_SUPPRESS_DELETED_RECORDS = ' ' i_ref_type = lc_ref_type it_ref_guid = lt_ref_guid * IT_ATTRIB_VALUE_INT = importing et_working_set_int = lr_ws * ET_WORKING_SET_EXT = e_result = lv_result exceptions exc_stop_work = 1 exc_adding_debug_trace_msg = 2 exc_get_varnumhs = 3 exc_get_records = 4 exc_not_int_and_ext = 5 others = 6.
/SAPCND/MNT_SET_REF_BY_VRNH_OW call function '/SAPCND/MNT_SET_REF_BY_VRNH_OW' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle it_ref_varnumh_type_guid = lt_ref_varnumh_type_guid importing e_result = lv_result exceptions exc_stop_work = 1 exc_adding_debug_trace_msg = 2 exc_get_records = 3 exc_updating_working_set = 4 others = 5.
/SAPCND/MNT_GET_WORKINGSET_REF call function '/SAPCND/MNT_GET_WORKINGSET_REF' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle * I_CALL_FIELD_CHECK = ' ' * I_SUPPRESS_DELETED_RECORDS = ' ' i_ref_type = lc_ref_type it_ref_guid = lt_ref_guid * IT_ATTRIB_VALUE_INT = importing et_working_set_int = lr_ws * ET_WORKING_SET_EXT = e_result = lv_result exceptions exc_stop_work = 1 exc_adding_debug_trace_msg = 2 exc_get_varnumhs = 3 exc_get_records = 4 exc_not_int_and_ext = 5 others = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REF_REFERENCE_TYPE - Program REF_REFERENCE_TYPE REF_REFERENCE_TYPE - Program REF_REFERENCE_TYPE REF_MAINT_AND_RESOLVE - Program REF_MAINT_AND_RESOLVE REF_MAINT_AND_RESOLVE - Program REF_MAINT_AND_RESOLVE REF_DETERMINE_CONDITION_TEST - Program REF_DETERMINE_CONDITION_TEST REF_DETERMINE_CONDITION_TEST - Program REF_DETERMINE_CONDITION_TEST