SAP ABAP Class CL_AXT_BOL_UI_ELEMENT_TOP (Top node for BOL UI)
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_BOL_UI_ABSTR_ELEMENT | Base class for BOL UI model objects | 20090928 |
Properties
| Class | CL_AXT_BOL_UI_ELEMENT_TOP | |
| Short Description | Top node for BOL UI | |
| Super Class | CL_AXT_BOL_UI_ABSTR_ELEMENT | Base class for BOL UI model objects |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_RA | Rapid Apps |
| Created | 20090928 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AXT_BOL_UI_ELEMENT_TOP has no forward declaration.
Interfaces
Class CL_AXT_BOL_UI_ELEMENT_TOP has no interface implemented.
Friends
Class CL_AXT_BOL_UI_ELEMENT_TOP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | AXT_GUID | '801E0B202EB21DEDBCEC5A5A792B47C2' | UI elements | 20090928 | ||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_AXT_RA_COMMON_DEF | Common data for Rapid apps | 20091007 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_AXT_BOL_UI_SUPPORT | Support interface for BOL UI | 20090928 | |||
| 4 | Instance attribute | Private | See coding | 20091007 | |||||
| 5 | Instance attribute | Private | See coding | 20091007 | |||||
| 6 | Instance attribute | Private | Type reference (TYPE) | LTY_T_TABLE_ENTRIES | 20091013 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | AXT_BOOLEAN | Use AXT classes instead of WCF | 20091103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090928 | |
| 2 | Instance method | Public | Method | 20091001 | ||
| 3 | Instance method | Public | Method | 20090928 | ||
| 4 | Instance method | Public | Method | 20091007 | ||
| 5 | Instance method | Public | Method | 20091124 | ||
| 6 | Instance method | Public | Method | 20090928 | ||
| 7 | Instance method | Public | Method | 20091013 | ||
| 8 | Instance method | Private | Method | 20091013 |
Events
Class CL_AXT_BOL_UI_ELEMENT_TOP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_TABLE_ENTRIES | Private | See coding | 20091013 | BEGIN OF LTY_TABLE_ENTRIES,
name TYPE tabname,
log_tr_object TYPE TROBJTYPE,
table TYPE REF TO data,
END OF LTY_TABLE_ENTRIES
|
||
| 2 | LTY_T_TABLE_ENTRIES | Private | See coding | 20091013 | LTY_T_TABLE_ENTRIES TYPE SORTED TABLE OF LTY_TABLE_ENTRIES WITH UNIQUE key name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OWNER | Call by reference | Object reference (TYPE REF TO) | IF_AXT_BOL_UI_SUPPORT | Support interface for BOL UI | 20090928 | |||
| 2 | IV_X_AXT_MODE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20091103 |
Method CONSTRUCTOR on class CL_AXT_BOL_UI_ELEMENT_TOP has no exception.
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OWNER | Call by reference | Object reference (TYPE REF TO) | IF_AXT_BOL_UI_SUPPORT | Support interface for BOL UI | 20091001 | |||
| 2 | RO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_ELEMENT_TOP | Base class for BOL UI model objects | 20091001 |
Method COPY on class CL_AXT_BOL_UI_ELEMENT_TOP has no exception.
Method CREATE_BOL_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CATALOGUE | Call by reference | Object reference (TYPE REF TO) | CL_AXT_CATALOGUE | Catalogue holding elements to generate | 20090928 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20090928 |
Method CREATE_TARGET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PLUG | Call by reference | Object reference (TYPE REF TO) | CL_AXT_UI_BOUND_PLUG | UI Bound Plug Gen. Utility | 20091007 | |||
| 2 | IV_OBJECT_ACTION | Call by reference | Type reference (TYPE) | CRMT_UI_ACTIONS | UI Action | 20091007 | |||
| 3 | IV_OTR_TITLE_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20091007 |
Method CREATE_TARGET_ID on class CL_AXT_BOL_UI_ELEMENT_TOP has no exception.
Method GET_EMBEDDABLE_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ELEMENTS | Value transfer | Type reference (TYPE) | AXTT_BOL_UI_EMBEDDABLE_LIST | List of embeddable UI elements | 20091124 |
Method GET_EMBEDDABLE_ELEMENTS on class CL_AXT_BOL_UI_ELEMENT_TOP has no exception.
Method GET_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT | Call by reference | Type reference (TYPE) | AXT_BOL_UI_OBJECT_ALIAS | Name | 20090928 | |||
| 2 | RO_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_AXT_BOL_UI_OBJECT | Base class for BOL UI model elements | 20090928 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data invalid error | 20090928 |
Method GET_TABLE_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOG_OBJECT | Call by reference | Type reference (TYPE) | TROBJTYPE | Object Type | 20091109 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20091013 | |||
| 3 | RR_TABLE | Value transfer | Object reference (TYPE REF TO) | DATA | 20091013 |
Method GET_TABLE_ENTRIES on class CL_AXT_BOL_UI_ELEMENT_TOP has no exception.
Method GET_TABLE_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TABLE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20091013 | |||
| 2 | RV_GUID | Value transfer | Type reference (TYPE) | AXT_GUID | GUID | 20091013 |
Method GET_TABLE_GUID on class CL_AXT_BOL_UI_ELEMENT_TOP has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |