SAP ABAP Class CL_AXT_UI_VIEW2 (UI View 2 Generator Util)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_TEMPLATES (Package) Generation templates for Extensibility
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_VIEW | UI gen. util for views | 20090130 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_ADV_SEARCH_VIEW | Adv. search view | 20090605 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_ADV_SRC_RESULT_VIEW | Table view | 20090605 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_ADV_SRC_VS_VIEW | Viewset for advanced search | 20090604 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_LAYOUT_VIEW | UI gen. util for views with layout | 20090130 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_OVP | OVP Generator Utility | 20090309 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_SIMPLE_SEARCH_VIEW | Adv. search view | 20090828 |
Properties
| Class | CL_AXT_UI_VIEW2 | |
| Short Description | UI View 2 Generator Util | |
| Super Class | CL_AXT_UI_VIEW | UI gen. util for views |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_TEMPLATES | Generation templates for Extensibility |
| Created | 20090130 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AXT_UI_VIEW2 has no forward declaration.
Interfaces
Class CL_AXT_UI_VIEW2 has no interface implemented.
Friends
Class CL_AXT_UI_VIEW2 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | AXTT_UI_BUTTON_REF | Table Type for UI Button | 20090130 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | AXTT_UI_EVENT | Table Type for UI Event | 20090203 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | AXTT_UI_POPUP | 20090427 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | AXTT_UI_VIEW_AREA | Table Type UI View Area | 20090309 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | PROGNAME | ABAP Program Name | 20090203 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090608 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090130 | ||
| 2 | Instance method | Public | Method | 20090203 | ||
| 3 | Instance method | Public | Method | 20090427 | ||
| 4 | Instance method | Public | Method | 20090309 | ||
| 5 | Instance method | Public | Constructor | CONSTRUCTOR | 20090130 | |
| 6 | Instance method | Public | Method | 20090204 | ||
| 7 | Instance method | Private | Method | 20090204 |
Events
Class CL_AXT_UI_VIEW2 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_T_VIEW_AREA | Public | See coding | 20090204 | LTY_T_VIEW_AREA type TABLE OF LTY_VIEW_AREA
|
||
| 2 | LTY_VIEW_AREA | Public | See coding | 20090204 | BEGIN OF LTY_VIEW_AREA,
name TYPE axt_name,
view_area TYPE REF TO cl_axt_ui_view_area,
END OF LTY_VIEW_AREA
|
Method Signatures
Method ADD_UI_BUTTON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UI_BUTTON | Call by reference | Object reference (TYPE REF TO) | IF_AXT_UI_BUTTON | AXT Button Interface | 20090203 | |||
| 2 | IV_BUTTON_SECTION | Call by reference | Type reference (TYPE) | AXT_NAME | Name | 20090204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data already exists error | 20090130 |
Method ADD_UI_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UI_EVENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_UI_EVENT | UI Event Generator Util | 20090203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data already exists error | 20090203 |
Method ADD_UI_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UI_POPUP | Call by reference | Object reference (TYPE REF TO) | IF_AXT_UI_POPUP | UI Popup View | 20090427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data already exists error | 20090428 |
Method ADD_VIEW_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_UI_VIEW_AREA | Call by reference | Object reference (TYPE REF TO) | CL_AXT_UI_VIEW_AREA | A view area | 20090309 |
Method ADD_VIEW_AREA on class CL_AXT_UI_VIEW2 has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ASSIGN_TARGET | Call by reference | Object reference (TYPE REF TO) | IF_AXT_UI_ASSIGN_TARGET | UI gen. util for windows | 20090204 | |||
| 2 | IO_UI_COMP | Call by reference | Object reference (TYPE REF TO) | CL_AXT_UI_COMPONENT | UI component generator utility | 20090204 | |||
| 3 | IV_EXISTS | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090204 | |||
| 4 | IV_INCLUDE | Call by reference | Type reference (TYPE) | PROGNAME | 20090203 | ||||
| 5 | IV_NAME | Call by reference | Type reference (TYPE) | AXT_VIEW | Name | 20090130 | |||
| 6 | IV_PREDEFINED_CONTEXT_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090603 | |||
| 7 | IV_SUPER_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090203 | |||
| 8 | IV_X_TABLE_LIKE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090318 | |||
| 9 | IV_X_TOOLBAR_INHERITED | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090608 |
Method CONSTRUCTOR on class CL_AXT_UI_VIEW2 has no exception.
Method GET_ACTION_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_UI_BUTTON | Value transfer | Type reference (TYPE) | AXTT_UI_BUTTON_REF | Table Type for UI Button | 20090204 |
Method GET_ACTION_BUTTONS on class CL_AXT_UI_VIEW2 has no exception.
Method GET_TOOLBAR_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_UI_BUTTON | Value transfer | Type reference (TYPE) | AXTT_UI_BUTTON_REF | Table Type for UI Button | 20090204 |
Method GET_TOOLBAR_BUTTONS on class CL_AXT_UI_VIEW2 has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |