PRC_MAST_MAINT_RESOLVE_TESTF01 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 PRC_MAST_MAINT_RESOLVE_TESTF01 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 PRC_MAST_MAINT_RESOLVE_TESTF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/SAPCND/MNT_SET_VAL_WINDOW_OW call function '/SAPCND/MNT_SET_VAL_WINDOW_OW' exporting i_hsession = lv_session_handle is_validity_data = lt_filter_date i_hlog = lv_log_handle importing e_result = lv_result exceptions exc_adding_debug_trace_msg = 1 exc_missing_session_handle = 2 exc_unknown_session = 3 exc_inconsistent_validity_data = 4 exc_selecting_records = 5 exc_unexpected_error = 6 exc_reading_working_set_names = 7 others = 8.
/SAPCND/MNT_SELECT_OW call function '/SAPCND/MNT_SELECT_OW' 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 it_attrib_selection_ext = lt_attrib_value_ext importing e_num_selected_records = num_rec e_result = lv_result exceptions exc_stop_work = 1 exc_selecting_records = 2 exc_convert_ranges = 3 exc_unknown_selection_mode = 4 exc_creating_object_names = 5 exc_locking_attribute = 6 exc_adding_debug_trace_msg = 7 exc_inner_rel_locks = 8 fieldcatalogue_only = 9 exc_get_num_of_displayed_items = 10 exc_reading_archived_records = 11 exc_getting_validity_window = 12 exc_operator_not_supported = 13 others = 14.
/SAPCND/MNT_GET_WORKING_SET_OW call function '/SAPCND/MNT_GET_WORKING_SET_OW' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle it_attrib_selection_ext = lt_attrib_value_ext importing et_working_set_ext = lt_working_set_ext e_result = lv_result exceptions exc_stop_work = 1 exc_attr_conv = 2 exc_field_check = 3 exc_updating_working_set = 4 exc_not_int_and_ext = 5 exc_convert_ranges = 6 exc_creating_object_names = 7 exc_stop_work_badi = 8 exc_implementation_missing = 9 exc_adding_debug_trace_msg = 10 exc_bal_log = 11 exc_creating_scale_fieldname = 12 exc_operator_not_supported = 13 others = 14.
/SAPCND/MNT_DELETE_OW call function '/SAPCND/MNT_DELETE_OW' exporting i_hsession = lv_session_handle i_hlog = lv_log_handle i_varnumh =
importing e_result = lv_result e_deleted_records = lv_num_of_del_recs exceptions exc_stop_work = 1 exc_record_not_found = 2 exc_in_db_not_in_session = 3 exc_record_read_only = 4 exc_adding_debug_trace_msg = 5 exc_rechecking_relations = 6 exc_releasing_locks = 7 exc_add_log_entries = 8 exc_preventing_deletion = 9 exc_adding_log_message = 10 exc_deletion_prevented = 11 others = 12.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PRC_MAST_MAINT_RESOLVE_TESTF01 - Include PRC_MAST_MAINT_RESOLVE_TESTF01 PRC_MAST_MAINT_RESOLVE_TEST - Program PRC_MAST_MAINT_RESOLVE_TEST PRC_MAST_MAINT_RESOLVE_TEST - Program PRC_MAST_MAINT_RESOLVE_TEST PRC_MAST_MAINT_RESOLVE_SRV - Include PRC_MAST_MAINT_RESOLVE_SRV PRC_MAST_MAINT_RESOLVE_AUNIT - Include PRC_MAST_MAINT_RESOLVE_AUNIT PRC_MAST_HIERARCHY_TST_F06 - Include PRC_MAST_HIERARCHY_TST_F06