SAP ABAP Class CL_AXT_BOL_UI_EXTENSION_DATA (Data for BOL UI Generation Extension)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-RA (Application Component) Rapid Applications
⤷
AXT_RA (Package) Rapid Apps
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_EXTENSION_DATA | Contains active or inactive data of an extension | 20090910 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AXT_BOL_UI_SUPPORT | Support interface for BOL UI | 20090929 |
Properties
| Class | CL_AXT_BOL_UI_EXTENSION_DATA | |
| Short Description | Data for BOL UI Generation Extension | |
| Super Class | CL_AXT_EXTENSION_DATA | Contains active or inactive data of an extension |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_RA | Rapid Apps |
| Created | 20090910 | SAP |
| Last change | 20100303 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AXT_BOL_UI_EXTENSION_DATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_AXT_BOL_UI_SUPPORT | Support interface for BOL UI | 20090929 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_AXT_BOL_UI_ABSTR_ELEMENT | 20090915 | Base class for BOL UI model objects | |
| 2 | CL_AXT_BOL_UI_ABSTR_OBJECT | 20090915 | Base class for BOL UI model elements |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'UI_COMPONENT' | Parameter | 20090930 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR30 | 'BOL_UI_HEADER' | 30 Characters | 20090930 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR30 | 'OBJECTS' | 30 Characters | 20090930 | ||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_EXTENSION | BOL UI generation extension | 20090915 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_ELEMENT_TOP | Top node for BOL UI | 20090928 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | LTY_T_OBJECT_NAMES | 20090915 | ||||
| 7 | Instance attribute | Public | See coding | 20090914 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090915 |
Events
Class CL_AXT_BOL_UI_EXTENSION_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_OBJECT_NAMES | Public | See coding | 20090915 | BEGIN OF lty_object_names,
name TYPE axt_bol_ui_object_alias,
object TYPE REF TO cl_axt_bol_ui_abstr_object,
END OF lty_object_names
|
||
| 2 | LTY_T_OBJECT_NAMES | Public | See coding | 20090915 | lty_t_object_names TYPE SORTED TABLE OF lty_object_names WITH UNIQUE KEY name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_OWNER | Call by reference | Object reference (TYPE REF TO) | CL_AXT_EXTENSION | 20090915 | ||||
| 2 | IV_COPY | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Creation is done for copying | 20090915 |
Method CONSTRUCTOR on class CL_AXT_BOL_UI_EXTENSION_DATA has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |