REF_MAINT_AND_RESOLVE 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_MAINT_AND_RESOLVE 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_MAINT_AND_RESOLVE
Text Symbol: 001 = Creation of second record:25th to 25th
Text Symbol: 002 = Creation of first record:25th to 27th
Text Symbol: 003 = Creation of third record:25th to 25th
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_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_t688c_f = 3 exc_creating_debug_trace_log = 4 exc_adding_debug_trace_msg = 5 exc_t688fv = 6 exc_reset_condindx_buffer = 7 exc_call_conflict = 8 others = 9.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_log_handle = lv_log_handle i_msgty = 'I' i_probclass = '4' i_text = text-001 exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.
/SAPCND/MNT_MAINT_RESOLVE_OW call function '/SAPCND/MNT_MAINT_RESOLVE_OW' exporting i_hsession = lv_session_handle i_application = lc_application i_hlog = lv_log_handle i_groupname = lc_cond_group it_working_set_ext = lr_ws_ext importing e_result = lv_result exceptions exc_initializing_session = 1 exc_selecting_records = 2 exc_getting_records = 3 exc_maintaining_records = 4 exc_res_val_periods = 5 exc_deleting_records = 6 exc_saving_records = 7 exc_closing_session = 8 exc_creating_hlog = 9 exc_searching_bal_msg = 10 exc_reading_bal_msg = 11 exc_adding_bal_msg = 12 others = 13.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_log_handle = lv_log_handle i_msgty = 'I' i_probclass = '4' i_text = text-002 exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.
/SAPCND/MNT_MAINT_RESOLVE_OW call function '/SAPCND/MNT_MAINT_RESOLVE_OW' exporting i_hsession = lv_session_handle i_application = lc_application i_hlog = lv_log_handle i_groupname = lc_cond_group it_working_set_ext = lr_ws_ext importing e_result = lv_result exceptions exc_initializing_session = 1 exc_selecting_records = 2 exc_getting_records = 3 exc_maintaining_records = 4 exc_res_val_periods = 5 exc_deleting_records = 6 exc_saving_records = 7 exc_closing_session = 8 exc_creating_hlog = 9 exc_searching_bal_msg = 10 exc_reading_bal_msg = 11 exc_adding_bal_msg = 12 others = 13.
BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_log_handle = lv_log_handle i_msgty = 'I' i_probclass = '4' i_text = text-003 exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.
/SAPCND/MNT_MAINT_RESOLVE_OW call function '/SAPCND/MNT_MAINT_RESOLVE_OW' exporting i_hsession = lv_session_handle i_application = lc_application i_hlog = lv_log_handle i_groupname = lc_cond_group it_working_set_int = lr_ws_int importing e_result = lv_result exceptions exc_initializing_session = 1 exc_selecting_records = 2 exc_getting_records = 3 exc_maintaining_records = 4 exc_res_val_periods = 5 exc_deleting_records = 6 exc_saving_records = 7 exc_closing_session = 8 exc_creating_hlog = 9 exc_searching_bal_msg = 10 exc_reading_bal_msg = 11 exc_adding_bal_msg = 12 others = 13.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_log_handle = lt_log_handle exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 others = 5.
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_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 REFZITOP - documentation and ABAP source code REFXCN_LT - Program for Object Type TSTC: Transaction