SAP CL_CACS_PATCH_MANAGER_UI OO Class - Patch Manager: Interface
CL_CACS_PATCH_MANAGER_UI is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_CACS_PATCH_MANAGER_UI including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_CACS_PATCH_MANAGER_UI SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>CONSTRUCTOR...more details | ||
| CREATE_ICON | Generates Icon with Quick Info | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>CREATE_ICON...more details | ||
| CREATE_TABSTRIP_STEP_DETAIL | Generates Tabstrip 'Step Detail' (Screen 0200) | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>CREATE_TABSTRIP_STEP_DETAIL...more details | ||
| DISPLAY_BAL | Display of Control for Log Display | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>DISPLAY_BAL...more details | ||
| DISPLAY_NAVIGATION | Display of Navigation | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>DISPLAY_NAVIGATION...more details | ||
| DISPLAY_TASKALV | Display of Previous Processings of Tasks | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>DISPLAY_TASKALV...more details | ||
|
| ||
| DISPLAY_TEXTVIEW | Display of Text View Control | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>DISPLAY_TEXTVIEW...more details | ||
| DISPLAY_TEXTVIEW_POPUP | Display of Text View Control (Popup) | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>DISPLAY_TEXTVIEW_POPUP...more details | ||
| DISPLAY_UPGLIST | Display of Overview of Previous Upgrades | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>DISPLAY_UPGLIST...more details | ||
| FCODE | Evaluate Function Code | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>FCODE...more details | ||
| FCODE_DISPLAY_UPGRADE | Display of Upgrade | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>FCODE_DISPLAY_UPGRADE...more details | ||
| FCODE_REFRESH_WORKLIST | Function Code: Create Worklist | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>FCODE_REFRESH_WORKLIST...more details | ||
| FCODE_START_UPGRADE | Start of Patch Manager Transaction: Start New Upgrade | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>FCODE_START_UPGRADE...more details | ||
| FREE | Release of Resources | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>FREE...more details | ||
| GET | Gets Instance of UI Controller | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET...more details | ||
| GET_APPL | Gets Application of Upgrade | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_APPL...more details | ||
| GET_APPLICATION_STATUS | Gets Status of Application | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_APPLICATION_STATUS...more details | ||
| GET_APPLICATION_STATUS_TEXT | Gets Status of Application (Text) | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_APPLICATION_STATUS_TEXT...more details | ||
| GET_EVENT_DATA | Gets Data for Selected Time | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_EVENT_DATA...more details | ||
| GET_NAVIGATION_FIELDCAT | Navigation: Gets Field Catalog | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_NAVIGATION_FIELDCAT...more details | ||
| GET_SCHEDULE_DATA | Gets Job Scheduling Data | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_SCHEDULE_DATA...more details | ||
| GET_SELECTED_STEP | Gets Info for Selected Step | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_SELECTED_STEP...more details | ||
| GET_SUBSCREEN_DYNNR | Gets Screen Number of Subscreen | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_SUBSCREEN_DYNNR...more details | ||
| GET_SUBSCREEN_REPID | Gets Program Name of Subscreen | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_SUBSCREEN_REPID...more details | ||
| GET_TABSTRIP_STEP_DETAIL | Gets Tabstrip 'Step Detail' (Screen 0200) | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_TABSTRIP_STEP_DETAIL...more details | ||
| GET_TEXTVIEW_TEXT | Gets Currently Displayed Text in Text View | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_TEXTVIEW_TEXT...more details | ||
| GET_TEXT_DOCUMENT | Reads Any Text (=> SE61) | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>GET_TEXT_DOCUMENT...more details | ||
| HANDLE_NAVIGATION_NODE_DBLCLCK | Event Handler: Navigation | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>HANDLE_NAVIGATION_NODE_DBLCLCK...more details | ||
| HANDLE_TASKALV_FCODE | Event Handler: Evaluate Function Code Toolbar | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>HANDLE_TASKALV_FCODE...more details | ||
| HANDLE_TASKALV_HOTSPOT_CLICK | Event Handler: HOTSPOT_CLICK | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>HANDLE_TASKALV_HOTSPOT_CLICK...more details | ||
| HANDLE_TASKALV_TOOLBAR | Event Handler: Toolbar | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>HANDLE_TASKALV_TOOLBAR...more details | ||
| HANDLE_UPGLIST_ON_LINK_CLICK | Event Handler: Link In ALV 'Upgrade Overview' | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>HANDLE_UPGLIST_ON_LINK_CLICK...more details | ||
| INITIALIZE_WORKSPACE | Refresh | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>INITIALIZE_WORKSPACE...more details | ||
| IS_UPGRADE_ACTIVE | Check If Upgrade Is Active | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>IS_UPGRADE_ACTIVE...more details | ||
| NAVIGATION_CREATE_NODES | Navigation: Generates Navigation Tree | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>NAVIGATION_CREATE_NODES...more details | ||
| NAVIGATION_UPDATE_TREE | Refreshes Navigation (Status of Steps) | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>NAVIGATION_UPDATE_TREE...more details | ||
| POPUP_DISPLAY_LOG | Display Of Any Log in Popup | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>POPUP_DISPLAY_LOG...more details | ||
| POPUP_SCHEDULE_TASK | Popup for Job Scheduling | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>POPUP_SCHEDULE_TASK...more details | ||
| POPUP_TEXT_DISPLAY | Popup to Display Text | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>POPUP_TEXT_DISPLAY...more details | ||
| POPUP_TO_CONFIRM | Popup to Confirm Step | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>POPUP_TO_CONFIRM...more details | ||
| PREPARE_ICONS | Generates Icons (Attributes MT_ICON_xxx) | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>PREPARE_ICONS...more details | ||
| REFRESH_TASKALV | Refreshes List of Tasks at Event | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>REFRESH_TASKALV...more details | ||
| REGISTER_NAVIGATION_EVENTS | Navigation: Register Events and Handler | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>REGISTER_NAVIGATION_EVENTS...more details | ||
| REGISTER_SCREEN | Determine Screen Number | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>REGISTER_SCREEN...more details | ||
| SCHEDULE_REFRESH | Schedule Tast to Refresh Upgrade Data | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SCHEDULE_REFRESH...more details | ||
| SCHEDULE_RUN | Schedule Task for Processing of Steps | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SCHEDULE_RUN...more details | ||
| SET_APPL | Sets Application | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_APPL...more details | ||
| SET_BAL_CONTAINER | Sets Control for Log Display | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_BAL_CONTAINER...more details | ||
| SET_BAL_HANDLE | Sets List of Logs for Display | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_BAL_HANDLE...more details | ||
| SET_LISTBOX_ALV | Sets Values for List Box | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_LISTBOX_ALV...more details | ||
| SET_NAVIGATION_CONTAINER | Initialization of Navigation | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_NAVIGATION_CONTAINER...more details | ||
| SET_PATCH_MANAGER | Sets Patch Manager | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_PATCH_MANAGER...more details | ||
| SET_SCHEDULE_DATA | Sets Job Scheduling Data | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_SCHEDULE_DATA...more details | ||
| SET_TASKALV_CONTAINER | Sets ALV Control to Display Tasks | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_TASKALV_CONTAINER...more details | ||
| SET_TEXTVIEW_CONTAINER | Sets Text View Control | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_TEXTVIEW_CONTAINER...more details | ||
| SET_TEXTVIEW_POPUP | Sets Text View Control (Popup) | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_TEXTVIEW_POPUP...more details | ||
| SET_TEXTVIEW_POPUP_FRAME | Sets Background Color for Text View Control (Popup) | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_TEXTVIEW_POPUP_FRAME...more details | ||
| SET_TEXTVIEW_POPUP_TEXT | Gets Currently Displayed Text in Text View (Popup) | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_TEXTVIEW_POPUP_TEXT...more details | ||
| SET_TEXTVIEW_TEXT | Gets Currently Displayed Text in Text View | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_TEXTVIEW_TEXT...more details | ||
| SET_UPGLIST_CONTAINER | Sets Container for Upgrade List | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_UPGLIST_CONTAINER...more details | ||
| SET_UPGRADE | Sets Object on Upgrade Controller | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>SET_UPGRADE...more details | ||
| SHOW_DOCUMENTATION | Display of Documentation | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>SHOW_DOCUMENTATION...more details | ||
| SHOW_EVENT_DETAILS | Displays Details for Event and Derived Tasks | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>SHOW_EVENT_DETAILS...more details | ||
| SHOW_STEP_DETAILS | Display of Step Details | Protected |
| CALL METHOD cl_cacs_patch_manager_ui=>SHOW_STEP_DETAILS...more details | ||
| START_PATCH_MANAGER | Start of Patch Manager Transaction | Public |
| CALL METHOD cl_cacs_patch_manager_ui=>START_PATCH_MANAGER...more details | ||
CL_CACS_PATCH_MANAGER_UI attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ANSWER_ABORT | Constant | Answer CANCEL at 'POPUP_TO_CONFIRM' | 'A' | LIKE MTY_ANSWER | Public |
| GC_ANSWER_NO | Constant | Answer NO at 'POPUP_TO_CONFIRM's | 'N' | LIKE MTY_ANSWER | Public |
| GC_ANSWER_YES | Constant | Answer YES at 'POPUP_TO_CONFIRM's | 'Y' | LIKE MTY_ANSWER | Public |
| GC_APPLSTATUS_OUTOFDATE | Constant | Status of Application: Obsolete | 'O' | LIKE CHAR1 | Public |
| GC_APPLSTATUS_UNKNOWN | Constant | Status of Application: Unknown | SPACE | LIKE CHAR1 | Public |
| GC_APPLSTATUS_UPGRADE | Constant | Status of Application: Obsolete, Upgrade Active | 'A' | LIKE CHAR1 | Public |
| GC_APPLSTATUS_UPTODATE | Constant | Status of Application: Current | 'U' | LIKE CHAR1 | Public |
| GC_BAL_LOG_NAME_TMP | Constant | Application Log: Name of Temporary Log | '&TEMP' | LIKE BALNREXT | Protected |
| GC_FCODE_BACK | Constant | Function Code: Back | 'BACK' | LIKE SYUCOMM | Public |
| GC_FCODE_CANCEL | Constant | Function Code: Cancel | 'CANCEL' | LIKE SYUCOMM | Public |
| GC_FCODE_CHANGE_APPL | Constant | Function Code: Application Changed | 'APPL_CHANGED' | LIKE SYUCOMM | Public |
| GC_FCODE_CLOSE | Constant | Function Code: Exit | 'CLOSE' | LIKE SYUCOMM | Public |
| GC_FCODE_EXIT | Constant | Function Code: Exit | 'EXIT' | LIKE SYUCOMM | Public |
| GC_FCODE_POPUP_CANCEL | Constant | Function Code: Cancel (Popup) | 'POPUP_CANC' | LIKE SYUCOMM | Public |
| GC_FCODE_POPUP_CONTINUE | Constant | Function Code: Continue (Popup) | 'POPUP_CONT' | LIKE SYUCOMM | Public |
| GC_FCODE_REFRESH_WL | Constant | Function Code: Refresh Worklist | 'REFRESH_WL' | LIKE SYUCOMM | Public |
| GC_FCODE_SCHEDULE_TASK | Constant | Function Code: Schedule Task | 'SCHEDTASK' | LIKE SYUCOMM | Public |
| GC_FCODE_START_UPGRADE | Instance Attribute | Function Code: Start/Continue Upgrade | 'UPGRADE' | LIKE SYUCOMM | Public |
| GC_FCODE_TAB_STEP_DOCU | Constant | Function Code: 'Step Documentation' Tab Title | 'TAB0400_01' | LIKE SYUCOMM | Public |
| GC_FCODE_TAB_STEP_LOG | Constant | Function Code: 'Step Log' Tab Title | 'TAB0400_02' | LIKE SYUCOMM | Public |
| GC_FCODE_TASKLIST_REFRESH | Constant | Function code: Refresh Task List | 'TASKALV_REFRESH' | LIKE SYUCOMM | Public |
| GC_NOBJID_NO_STEP | Constant | Dummy Node ID | '&NO_STEP' | LIKE STRING | Protected |
| GC_NTYPE_DOCUMENT | Constant | Node Type: Documentation | 'D' | LIKE CHAR01 | Protected |
| GC_NTYPE_EVENT | Constant | Node Type: Event | 'E' | LIKE CHAR01 | Protected |
| GC_NTYPE_STEP | Constant | Node Type: Step | 'S' | LIKE CHAR01 | Protected |
| GC_SCREEN_DISPLAY_DOCUMENT | Constant | Screen: Display Documentation | '01' | LIKE MTY_SCREEN_ID | Public |
| GC_SCREEN_DISPLAY_EVENT | Constant | Screen: Display Event/Task | '03' | LIKE MTY_SCREEN_ID | Public |
| GC_SCREEN_DISPLAY_STEP_DETAIL | Constant | Screen: Display Step Details | '02' | LIKE MTY_SCREEN_ID | Public |
| GC_SCREEN_EMPTY | Constant | Screen: Dummy (Blank) | '00' | LIKE MTY_SCREEN_ID | Public |
| GC_SCREEN_ENTRY | Constant | Screen: Initial Screen | '04' | LIKE MTY_SCREEN_ID | Public |
| MB_BAL_RELOAD | Instance Attribute | Log Display: Load/Refresh Logs | LIKE BOOLEAN_FLG | Protected | |
| MB_NAVIGATION_RELOAD | Instance Attribute | Navigation: Create Tree | LIKE BOOLEAN_FLG | Protected | |
| MB_TEXTVIEW_POPUP_FRAME | Instance Attribute | Text View (Popup): Display in Frame | LIKE BOOLEAN_FLG | Protected | |
| MB_TEXTVIEW_POPUP_RELOAD | Instance Attribute | Text View (Popup): Indicator 'Load/Display Text' | LIKE BOOLEAN_FLG | Protected | |
| MB_TEXTVIEW_RELOAD | Instance Attribute | Text View: Indicator 'Load/Refresh Text' | LIKE BOOLEAN_FLG | Protected | |
| MD_ACTIVE_SCREEN | Instance Attribute | Current Screen Number | LIKE MTY_SCREEN_ID | Protected | |
| MD_APPLICATION_STATUS | Instance Attribute | Application Status | LIKE CHAR1 | Protected | |
| MD_BAL_CONTROL_HANDLE | Instance Attribute | Log Display: Handle of Control | LIKE BALCNTHNDL | Protected | |
| MD_ICON_CLOSED_FOLDER | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_EVENT_STATUS_ERROR | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_EVENT_STATUS_SUCCESS | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_EVENT_STATUS_WAITING | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_EVENT_STATUS_WARNING | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_OPEN_FOLDER | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_STEP_STATUS_ABORT | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_STEP_STATUS_DUMMY | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_STEP_STATUS_ERROR | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_STEP_STATUS_SUCCESS | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_STEP_STATUS_WAITING | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_STEP_STATUS_WARNING | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_ICON_TEXT_DOCUMENT | Instance Attribute | Tree Control: Icon / Image | LIKE TV_IMAGE | Protected | |
| MD_POPUP_FCODE | Instance Attribute | Function Code That Triggered PAI | LIKE SYUCOMM | Protected | |
| MD_SELECTED_EVENT | Instance Attribute | Selected Time | LIKE CACS_PATCH_STEP_EVENT | Protected | |
| MD_TASKALV_EVENT | Instance Attribute | Task Overview: Selection of Execution Time | LIKE CACS_PATCH_STEP_EVENT | Protected | |
| MD_UPGLIST_APPL | Instance Attribute | Identification of Application | LIKE CACSAPPL | Protected | |
| MO_BAL_CONTAINER | Instance Attribute | Log Display: Container | LIKE CL_GUI_CUSTOM_CONTAINER | Protected | |
| MO_NAVIGATION_ALV_TREE | Instance Attribute | Navigation: ALV Tree Control | LIKE CL_GUI_ALV_TREE | Protected | |
| MO_NAVIGATION_CONTAINER | Instance Attribute | Navigation: Docking Control Container | LIKE CL_GUI_DOCKING_CONTAINER | Protected | |
| MO_PATCH_MANAGER | Instance Attribute | Controller: Patch Management | LIKE CL_CACS_PATCH_MANAGER | Protected | |
| MO_TABSTRIP_STEP_DETAIL | Instance Attribute | Object for Managing Tabstrips | LIKE CL_CACS_GUI_TABSTRIP | Protected | |
| MO_TASKALV_CONTAINER | Instance Attribute | Task Overview: Container | LIKE CL_GUI_CUSTOM_CONTAINER | Protected | |
| MO_TASKALV_GRID | Instance Attribute | Task Overview: ALV Control | LIKE CL_GUI_ALV_GRID | Protected | |
| MO_TEXTVIEW_CONTAINER | Instance Attribute | Text View: Container | LIKE CL_GUI_CUSTOM_CONTAINER | Protected | |
| MO_TEXTVIEW_DISPLAY | Instance Attribute | Text View: HTML Control for Text Display | LIKE CL_WFD_HTML_TEXT_VIEWER | Protected | |
| MO_TEXTVIEW_POPUP_CONTAINER | Instance Attribute | Text View (Popup): Container | LIKE CL_GUI_CUSTOM_CONTAINER | Protected | |
| MO_TEXTVIEW_POPUP_DISPLAY | Instance Attribute | Text View (Popup): HTML Control for Text Display | LIKE CL_CACS_GUI_DISPLAY_TEXT | Protected | |
| MO_UPGLIST_CONTAINER | Instance Attribute | Container for Custom Controls in Screen Area | LIKE CL_GUI_CUSTOM_CONTAINER | Protected | |
| MO_UPGLIST_SALV | Instance Attribute | Basis Class for Simple Tables | LIKE CL_SALV_TABLE | Protected | |
| MO_UPGRADE | Instance Attribute | Controller: Patch Management | LIKE CL_CACS_PATCH_MANAGER_UPGRADE | Protected | |
| MS_SCHEDULE_DATA | Instance Attribute | Structure with Fields for Job Scheduling | LIKE CACS_S_PATCH_JOB_GUI | Protected | |
| MS_SELECTED_STEP | Instance Attribute | Selected Step | LIKE CACS_S_PATCH_STEP_GUI | Protected | |
| MT_BAL_LOG_HANDLE | Instance Attribute | Log Display: Table with Logs to Be Displayed | LIKE BAL_T_LOGH | Protected | |
| MT_NAVIGATION_OUTTAB | Instance Attribute | Navigation: Output Table | LIKE MTY_TT_PATCH_TREE | Protected | |
| MT_NAVIGATION_ROOT_NODES | Instance Attribute | Navigation: Node Table with Root Node | LIKE LVC_T_NKEY | Protected | |
| MT_SCREEN | Instance Attribute | Table with Registered Screens | LIKE MTY_TT_SCREEN | Protected | |
| MT_TASKALV_OUTTAB | Instance Attribute | Task Overview: Output Table | LIKE MTY_TT_TASK_ALV | Protected | |
| MT_TEXTVIEW_POPUP_TEXT | Instance Attribute | Text View (Popup): Text for Display | LIKE TLINE_TAB | Protected | |
| MT_TEXTVIEW_TEXT | Instance Attribute | Text View: Text for Display | LIKE TLINE_TAB | Protected | |
| MT_UPGLIST_OUTTAB | Instance Attribute | Output List of Previous Upgrades | LIKE MTY_TT_UPGLIST | Protected |
CL_CACS_PATCH_MANAGER_UI types
MTY_ANSWER - Answer at 'POPUP_TO_CONFIRM'sMTY_SCREEN_ID - Screen Number
MTY_S_SCREEN -
MTY_S_UPGLIST -
MTY_TT_PATCH_TREE -
MTY_TT_SCREEN -
MTY_TT_SPAR -
MTY_TT_TASK_ALV -
MTY_TT_UPGLIST -
Links to Related Class(s)
CL_CACS_...Full list of available SAP object classes
Search for further information about these or an SAP related objects