SAP ABAP Class CL_ABAP_CC_ATL_UI_DYN (ATL Template Maintenance: UI Dynpro Model)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
S_CODE_COMPLETION_ATL (Package) ABAP Code Completion - ABAP Template Language Processing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ABAP_CC_ATL_UI | ABAP Code Completion: ATL Template Maintenance UI Layer | 20060614 |
Properties
| Class | CL_ABAP_CC_ATL_UI_DYN | |
| Short Description | ATL Template Maintenance: UI Dynpro Model | |
| Super Class | CL_ABAP_CC_ATL_UI | ABAP Code Completion: ATL Template Maintenance UI Layer |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_CODE_COMPLETION_ATL | ABAP Code Completion - ABAP Template Language Processing |
| Created | 20060614 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ABAP_CC_ATL_UI_DYN has no interface implemented.
Friends
Class CL_ABAP_CC_ATL_UI_DYN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20060614 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_DOCKING_CONTAINER | Docking Control Container | 20060615 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_EASY_SPLITTER_CONTAINER | Reduced Version of Splitter Container Control | 20060615 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in the Screen Area | 20060615 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ABAPEDIT | ABAP Edit Control | 20060615 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060615 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | Error messages from a Template Parse | 20060615 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TEXTEDIT | SAP TextEdit Control | 20060615 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ABAPEDIT | ABAP Edit Control | 20060615 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060615 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | ALV_PARAMS | ALV Output Table - Method Parameters | 20060615 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_EASY_SPLITTER_CONTAINER | Reduced Version of Splitter Container Control | 20060615 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | VRM_VALUES | DDLB Value List for Classes | 20060614 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | VRM_VALUES | DDLB Value List for Methods | 20060614 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Analyze the parameter data type | 20060616 | |
| 2 | Instance method | Private | Method | Clear the Parameters ALV | 20060615 | |
| 3 | Instance method | Private | Method | Clear the Test Output and Error Controls | 20060615 | |
| 4 | Instance method | Private | Method | Create Screen Controls | 20060615 | |
| 5 | Instance method | Private | Method | Save Button (Menu Option) was Pressed | 20060615 | |
| 6 | Instance method | Private | Method | Test Button (Menu Option) was Pressed | 20060615 | |
| 7 | Instance method | Private | Method | Fill Screen List Boxes | 20060614 | |
| 8 | Instance method | Public | Method | Free Screen Controls | 20060615 | |
| 9 | Instance method | Private | Method | Get a Workbench Request Object for the selected type | 20060616 | |
| 10 | Instance method | Private | Event handling method | Context Menu Requested | 20060616 | |
| 11 | Instance method | Private | Event handling method | User Action: Navigation | 20060616 | |
| 12 | Instance method | Private | Method | New Class was selected from DDLB | 20060615 | |
| 13 | Instance method | Private | Method | New Method was selected from DDLB | 20060615 | |
| 14 | Instance method | Private | Method | New Override Checkbox State was set | 20060615 | |
| 15 | Instance method | Public | Method | Process After Input | 20060614 | |
| 16 | Instance method | Public | Method | Process Before Output | 20060614 | |
| 17 | Instance method | Private | Method | Populate the Parameters ALV | 20060615 |
Events
Class CL_ABAP_CC_ATL_UI_DYN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ALV_PARAM | Public | See coding | 20060615 | BEGIN OF alv_param.
TYPES: parameter TYPE seosconame,
descript TYPE seodescr,
type TYPE rs38l_typ.
TYPES END OF alv_param
|
||
| 2 | ALV_PARAMS | Public | See coding | 20060615 | alv_params TYPE TABLE OF alv_param
|
Method Signatures
Method ANALYZE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_PARAMETER | Call by reference | Type reference (TYPE) | SEOPARDIS | Parameter data for display in the parameter list | 20060616 | |||
| 2 | P_TYPESRC | Value transfer | Type reference (TYPE) | SEOD_TYPE_SOURCE | 20060616 |
Method ANALYZE_TYPE on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method CLEAR_PARAMETERS Signature
Method CLEAR_PARAMETERS on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method CLEAR_PARAMETERS on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method CLEAR_TEST_RESULTS Signature
Method CLEAR_TEST_RESULTS on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method CLEAR_TEST_RESULTS on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method CREATE_CONTROLS Signature
Method CREATE_CONTROLS on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method CREATE_CONTROLS on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method EXECUTE_SAVE Signature
Method EXECUTE_SAVE on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method EXECUTE_SAVE on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method EXECUTE_TEST Signature
Method EXECUTE_TEST on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method EXECUTE_TEST on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method FILL_LIST_BOXES Signature
Method FILL_LIST_BOXES on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method FILL_LIST_BOXES on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method FREE_CONTROLS Signature
Method FREE_CONTROLS on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method FREE_CONTROLS on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method GET_TYPE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_WB_REQUEST | Workbench Manager: Request | 20060616 | |||
| 2 | P_TYPESRC | Call by reference | Type reference (TYPE) | SEOD_TYPE_SOURCE | Parameter Type Information | 20060616 |
Method GET_TYPE_REQUEST on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method HANDLE_EVT_CTX_MENU_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20060616 |
Method HANDLE_EVT_CTX_MENU_REQ on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method HANDLE_NAVIGATION_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20060616 | |||||
| 2 | E_COLUMN | Call by reference | Attribute reference (LIKE) | 20060616 | |||||
| 3 | E_ROW | Call by reference | Attribute reference (LIKE) | 20060616 |
Method HANDLE_NAVIGATION_REQUEST on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method NEW_CLASS_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS | Call by reference | Type reference (TYPE) | STRING | 20060615 |
Method NEW_CLASS_SELECTION on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method NEW_METHOD_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD | Call by reference | Type reference (TYPE) | STRING | 20060615 |
Method NEW_METHOD_SELECTION on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method NEW_OVERRIDE_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OVERRIDE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20060615 |
Method NEW_OVERRIDE_STATE on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method PAI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS | Call by reference | Type reference (TYPE) | STRING | 20060614 | ||||
| 2 | METHOD | Call by reference | Type reference (TYPE) | STRING | 20060614 | ||||
| 3 | OK_CODE | Call by reference | Type reference (TYPE) | SYUCOMM | Function Code that Triggered PAI | 20060614 | |||
| 4 | OVERRIDE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20060615 |
Method PAI on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD | Call by reference | Type reference (TYPE) | STRING | 20060615 | ||||
| 2 | OVERRIDE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20060615 | |||
| 3 | TEMPLATE | Call by reference | Type reference (TYPE) | STRING | 20060615 |
Method PBO on class CL_ABAP_CC_ATL_UI_DYN has no exception.
Method POPULATE_PARAMETERS Signature
Method POPULATE_PARAMETERS on class CL_ABAP_CC_ATL_UI_DYN has no parameter.
Method POPULATE_PARAMETERS on class CL_ABAP_CC_ATL_UI_DYN has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |