SAP CL_ABAP_CC_ATL_UI_DYN OO Class - ATL Template Maintenance: UI Dynpro Model
CL_ABAP_CC_ATL_UI_DYN 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_ABAP_CC_ATL_UI_DYN including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_ABAP_CC_ATL_UI_DYN is CL_ABAP_CC_ATL_UIMethod list of CL_ABAP_CC_ATL_UI_DYN 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 |
| ANALYZE_TYPE | Analyze the parameter data type | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>ANALYZE_TYPE...more details | ||
| CLEAR_PARAMETERS | Clear the Parameters ALV | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>CLEAR_PARAMETERS...more details | ||
| CLEAR_TEST_RESULTS | Clear the Test Output and Error Controls | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>CLEAR_TEST_RESULTS...more details | ||
| CREATE_CONTROLS | Create Screen Controls | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>CREATE_CONTROLS...more details | ||
| EXECUTE_SAVE | Save Button (Menu Option) was Pressed | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>EXECUTE_SAVE...more details | ||
| EXECUTE_TEST | Test Button (Menu Option) was Pressed | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>EXECUTE_TEST...more details | ||
|
| ||
| FILL_LIST_BOXES | Fill Screen List Boxes | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>FILL_LIST_BOXES...more details | ||
| FREE_CONTROLS | Free Screen Controls | Public |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>FREE_CONTROLS...more details | ||
| GET_TYPE_REQUEST | Get a Workbench Request Object for the selected type | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>GET_TYPE_REQUEST...more details | ||
| HANDLE_EVT_CTX_MENU_REQ | Context Menu Requested | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>HANDLE_EVT_CTX_MENU_REQ...more details | ||
| HANDLE_NAVIGATION_REQUEST | User Action: Navigation | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>HANDLE_NAVIGATION_REQUEST...more details | ||
| NEW_CLASS_SELECTION | New Class was selected from DDLB | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>NEW_CLASS_SELECTION...more details | ||
| NEW_METHOD_SELECTION | New Method was selected from DDLB | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>NEW_METHOD_SELECTION...more details | ||
| NEW_OVERRIDE_STATE | New Override Checkbox State was set | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>NEW_OVERRIDE_STATE...more details | ||
| PAI | Process After Input | Public |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>PAI...more details | ||
| PBO | Process Before Output | Public |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>PBO...more details | ||
| POPULATE_PARAMETERS | Populate the Parameters ALV | Private |
| CALL METHOD cl_abap_cc_atl_ui_dyn=>POPULATE_PARAMETERS...more details | ||
CL_ABAP_CC_ATL_UI_DYN 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 |
| ALV | Instance Attribute | ALV List Viewer | LIKE CL_GUI_ALV_GRID | Private | |
| BOTTOM_DOCK | Instance Attribute | Docking Control Container | LIKE CL_GUI_DOCKING_CONTAINER | Private | |
| BOTTOM_SPLITTER | Instance Attribute | Reduced Version of Splitter Container Control | LIKE CL_GUI_EASY_SPLITTER_CONTAINER | Private | |
| CUSTOM_CONTAINER | Instance Attribute | Container for Custom Controls in the Screen Area | LIKE CL_GUI_CUSTOM_CONTAINER | Private | |
| EDITOR | Instance Attribute | ABAP Edit Control | LIKE CL_GUI_ABAPEDIT | Private | |
| EDITOR_SOURCE | Instance Attribute | ABAP Source | LIKE RSWSOURCET | Private | |
| ERROR_STRING | Instance Attribute | Error messages from a Template Parse | LIKE STRING | Private | |
| ERROR_VIEW | Instance Attribute | SAP TextEdit Control | LIKE CL_GUI_TEXTEDIT | Private | |
| OUTPUT_EDITOR | Instance Attribute | ABAP Edit Control | LIKE CL_GUI_ABAPEDIT | Private | |
| OUTPUT_SOURCE | Instance Attribute | ABAP Source | LIKE RSWSOURCET | Private | |
| PARAMETERS | Instance Attribute | ALV Output Table - Method Parameters | LIKE ALV_PARAMS | Private | |
| TOP_SPLITTER | Instance Attribute | Reduced Version of Splitter Container Control | LIKE CL_GUI_EASY_SPLITTER_CONTAINER | Private | |
| VRM_CLASS | Instance Attribute | DDLB Value List for Classes | LIKE VRM_VALUES | Private | |
| VRM_METHOD | Instance Attribute | DDLB Value List for Methods | LIKE VRM_VALUES | Private |
CL_ABAP_CC_ATL_UI_DYN types
ALV_PARAM -ALV_PARAMS -
Links to Related Class(s)
CL_ABAP_...Full list of available SAP object classes
Search for further information about these or an SAP related objects