UCON_PHASE_TOOL 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 UCON_PHASE_TOOL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UCONPHTL - Phase Tool Unified Connectivity
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.
Selection Text: P_ACT = RFMs in Active Phase
Selection Text: P_ALL = All Function Modules
Selection Text: P_ALL_P = All Phases
Selection Text: P_EVAL = RFMs in Evaluation Phase
Selection Text: P_EVAL_D = Unassigned, Exp. Eval. Phase
Selection Text: P_EVAL_E = Expired RFMs in Eval. Phase
Selection Text: P_LOG = RFMs in Logging Phase
Selection Text: P_LOG_E = Expired RFMs in Logging Phase
Selection Text: P_MON = Called Function Modules
Selection Text: P_NMON = Uncalled Function Modules
Selection Text: SO_FUMO = Selection Range for RFMs
Selection Text: SYSTEM = System
Title: Phase Administration Tool for Unified Connectivity (UCON)
Text Symbol: STA = Current RFM Status Overview
Text Symbol: SYS = Use Statistics from System
Text Symbol: TEX = Exit Phase Tool
Text Symbol: MDE = Filter Criteria based on Call Statistics
Text Symbol: LSU = Function Modules in Logging Phase:
Text Symbol: LOU = Expired Function Modules in Logging Phase:
Text Symbol: LCA = Called Function Modules in Logging Phase:
Text Symbol: FUM = Remote Function Modules (RFMs)
Text Symbol: EXI = Save changes?
Text Symbol: ESU = Function Modules in Evaluation Phase:
Text Symbol: EOU = Expired Function Modules in Evaluation Phase:
Text Symbol: ENC = Uncalled Function Modules in Evaluation Phase with CA assignment:
Text Symbol: ECA = Called Function Modules in Evaluation Phase without CA assignment:
Text Symbol: CHC = Phase Filter Criteria
Text Symbol: ASU = Function Modules with Active Check:
Text Symbol: ANC = Uncalled Function Modules (with CA-Assigment) in Active Check Phase:
Text Symbol: 015 = Do you really want to import from CSV file?
Text Symbol: 014 = No difference between current system ID and SID from CSV file has been found
Text Symbol: 013 = Warning for System ID Name
Text Symbol: 012 = 'UCONSTATMONITORA'
Text Symbol: 011 = does not match to table fields of DB-table
Text Symbol: 010 = Number of table fields in CSV file
Text Symbol: 009 = Import of Statistical Records from CSV File
Text Symbol: 008 = Do you want to import the CSV file from productive system?
Text Symbol: 007 = No
INCLUDE UCONPHASETOP.
INCLUDE UCONPHASEF01.
No SAP DATABASE tables are accessed within this REPORT code!
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'SYSTEM' values = lt_system.
SLIC_GET_LICENCE_NUMBER CALL FUNCTION 'SLIC_GET_LICENCE_NUMBER' IMPORTING license_number = g_installation_nr.
ENQUEUE_E_UCON_PHTL_EDIT CALL FUNCTION 'ENQUEUE_E_UCON_PHTL_EDIT' EXPORTING mode_uconrfcstatehead = 'E' _scope = '2' _wait = space _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SELECT_SCREEN100' " Status To Be Set * p_program = SPACE " Program to which the status belongs TABLES p_exclude = g_excl.
DEQUEUE_E_UCON_PHTL_EDIT CALL FUNCTION 'DEQUEUE_E_UCON_PHTL_EDIT' * EXPORTING * mode_uconrfcstatehead = 'E' " Lock mode for table UCONRFCSTATEHEAD * _scope = '3' * _synchron = SPACE " Synchonous unlock * _collect = ' ' " Initially only collect lock .
ENQUEUE_E_UCON_PHTL_EDIT CALL FUNCTION 'ENQUEUE_E_UCON_PHTL_EDIT' EXPORTING mode_uconrfcstatehead = 'E' _scope = '2' _wait = space _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * titlebar = text-009 * text_question = text-008 * text_button_1 = text-006 * text_button_2 = text-007 * default_button = '2' * display_cancel_button = 'X' * IMPORTING * answer = l_reply.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = co_ucon_stat_monitor * STATE = 'A' * LANGU = ' ' TABLES dd03p_tab = lt_dd03p EXCEPTIONS OTHERS = 0.
POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * titlebar = text-013 * text_question = l_question_text * text_button_1 = text-006 * text_button_2 = text-007 * default_button = '2' * display_cancel_button = 'X' * IMPORTING * answer = l_reply.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-tex text_question = text-exi IMPORTING answer = lv_answer " Return values: '1', '2', 'A' EXCEPTIONS text_not_found = 1 OTHERS = 2.
UCON_SETUP_STATUS_POPUP CALL FUNCTION 'UCON_SETUP_STATUS_POPUP'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UCON_PHASE_TOOL - Phase Administration Tool for Unified Connectivity (UCON) UCON_PHASE_TOOL - Phase Administration Tool for Unified Connectivity (UCON) UCON_CHANGE_DOC_SO_PBO - Include UCON_CHANGE_DOC_SO_PBO UCON_CHANGE_DOC_SO_PAI - Include UCON_CHANGE_DOC_SO_PAI UCON_CHANGE_DOC_SELOPT - Include UCON_CHANGE_DOC_SELOPT UCON_CHANGE_DOC_INITIAL - Include UCON_CHANGE_DOC_INITIAL