PRC_MAST_MAINT_RESOLVE_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This test report checks the functionality of maintain and resolve overlap of the function module /SAPCND/MNT_MAINT_RESOLVE_OW...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter PRC_MAST_MAINT_RESOLVE_TEST 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 PRC_MAST_MAINT_RESOLVE_TEST
INCLUDE PRC_MAST_MAINT_RESOLVE_AUNIT.
INCLUDE PRC_MAST_MAINT_RESOLVE_SRV.
INCLUDE PRC_MAST_MAINT_RESOLVE_TESTF01.
No SAP DATABASE tables are accessed within this REPORT code!
/SAPCND/TST_AUTH_CHECK_SRV call function '/SAPCND/TST_AUTH_CHECK_SRV' exceptions exc_auth_fail = 1 others = 2.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = appl_log importing e_log_handle = lv_log_handle exceptions others = 1.
/SAPCND/TST_CONV_BAPI_LOG_SRV call function '/SAPCND/TST_CONV_BAPI_LOG_SRV' exporting it_bapiret = lt_bapiret importing ev_log_handle = lv_log_handle exceptions exc_bal_log = 1 others = 2.
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.
/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.
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_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 PRC_MAST_HIERARCHY_TST_F05 - Include PRC_MAST_HIERARCHY_TST_F05