SAP ABAP Class CL_AXT_BOL_UI_ABSTR_OBJECT (Base class for BOL UI model elements)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AXT_BOL_UI_EDITABLE_OBJECT | Editable object for BOL UI generation | 20091022 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AXT_BOL_UI_OBJECT | BOL Object in BOL UI definition | 20090911 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_BOL_UI_OBJECT_HIERARCHY | Hierarchy node for BOL UI object tree | 20090914 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_BOL_UI_OBJECT_QUERY | Query node for BOL UI object tree | 20090914 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_BOL_UI_OBJECT_TOP | Top node for BOL UI object tree | 20090914 |
Properties
Class | CL_AXT_BOL_UI_ABSTR_OBJECT | |
Short Description | Base class for BOL UI model elements | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | AXT_RA | Rapid Apps |
Created | 20090911 | 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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_AXT_BOL_UI_EDITABLE_OBJECT | Editable object for BOL UI generation | 20091022 | ||
2 | IF_AXT_BOL_UI_OBJECT | BOL Object in BOL UI definition | 20090911 |
Friends
Class CL_AXT_BOL_UI_ABSTR_OBJECT 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_PARAMETER | 'BOL_OBJECT' | Parameter | 20091023 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | AXT_PARAMETER | 'BOL_RELATION' | Parameter | 20091023 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | AXT_PARAMETER | 'CARDINALITY' | Parameter | 20091026 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | AXT_PARAMETER | 'GUID' | Parameter | 20090914 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | AXT_PARAMETER | 'NAME' | Parameter | 20090911 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR30 | 'OBJECT' | 30 Characters | 20090911 | |
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_EXTENSION_DATA | BOL UI generation extension | 20090914 | ||
8 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_ABSTR_OBJECT | Base class for BOL UI model elements | 20090915 | ||
9 | ![]() |
Instance attribute | Protected | See coding | 20090911 | ||||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_T_FIELD_LIST_CACHE | 20091118 | |||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | 20090930 | |||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CRMT_RELATION_NAME | 20090930 | |||
13 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | AXT_TABLE_CARDINALITY | 20090930 | |||
14 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | AXT_BOL_UI_OBJECT_ALIAS | Name | 20090911 | ||
15 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CRMT_OBJKIND | 20090930 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20091022 | ||
17 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090911 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20090911 | |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20090914 |
3 | ![]() |
Instance method | Public | Method | 20090911 | |
4 | ![]() |
Static method | Public | Method | 20090914 | |
5 | ![]() |
Instance method | Protected | Method | 20091022 | |
6 | ![]() |
Instance method | Public | Method | 20090911 | |
7 | ![]() |
Instance method | Private | Method | 20090914 | |
8 | ![]() |
Instance method | Protected | Method | 20091118 | |
9 | ![]() |
Instance method | Protected | Method | 20090915 | |
10 | ![]() |
Instance method | Protected | Method | 20090911 | |
11 | ![]() |
Instance method | Public | Method | 20090911 | |
12 | ![]() |
Instance method | Protected | Method | 20090914 | |
13 | ![]() |
Instance method | Public | Method | 20090911 |
Events
Class CL_AXT_BOL_UI_ABSTR_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_FIELD_LIST_CACHE | Private | See coding | 20091118 | BEGIN OF LTY_FIELD_LIST_CACHE,
BOL_OBJECT TYPE CRMT_EXT_OBJ_NAME,
FIELD_LIST TYPE AXTT_BOL_UI_ATTRIBUTE_LIST,
end of LTY_FIELD_LIST_CACHE
|
||
2 | LTY_T_FIELD_LIST_CACHE | Private | See coding | 20091118 | LTY_T_FIELD_LIST_CACHE TYPE SORTED TABLE OF LTY_FIELD_LIST_CACHE WITH UNIQUE key bol_object
|
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NEW | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_FALSE | Boolean | 20100330 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20090911 |
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) | CL_AXT_BOL_UI_EXTENSION_DATA | BOL UI generation extension | 20090914 | ||
2 | ![]() |
IO_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_ABSTR_OBJECT | Base class for BOL UI model elements | 20090915 | ||
3 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | AXT_NAME | Name | 20090914 |
Method CONSTRUCTOR on class CL_AXT_BOL_UI_ABSTR_OBJECT 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) | CL_AXT_BOL_UI_EXTENSION_DATA | Data for BOL UI Generation Extension | 20090915 | ||
2 | ![]() |
IO_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_ABSTR_OBJECT | Base class for BOL UI model elements | 20091023 | ||
3 | ![]() |
RO_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_ABSTR_OBJECT | Base class for BOL UI model elements | 20090911 |
Method COPY on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
Method CREATE_OBJECT 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) | CL_AXT_BOL_UI_EXTENSION_DATA | BOL UI generation extension | 20090914 | ||
2 | ![]() |
IO_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_ABSTR_OBJECT | Base class for BOL UI model elements | 20090915 | ||
3 | ![]() |
IV_TYPE | Call by reference | Type reference (TYPE) | AXT_NAME | Name | 20090914 | ||
4 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_ABSTR_OBJECT | Base class for BOL UI model elements | 20090914 |
Method CREATE_OBJECT on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
Method DELETE Signature
Method DELETE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no parameter.
Method DELETE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
Method DESERIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PART | Call by reference | Object reference (TYPE REF TO) | CL_AXT_EXTENSION_PART | XML Like part of an extension | 20090911 |
Method DESERIALIZE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
Method DETERMINE_CARDINALITY Signature
Method DETERMINE_CARDINALITY on class CL_AXT_BOL_UI_ABSTR_OBJECT has no parameter.
Method DETERMINE_CARDINALITY on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
Method GET_OBJECT_FIELD_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BOL_OBJECT | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20091118 | ||
2 | ![]() |
RT_FIELD_LIST | Value transfer | Type reference (TYPE) | AXTT_BOL_UI_ATTRIBUTE_LIST | Field details for ui config | 20091118 |
Method GET_OBJECT_FIELD_LIST on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VALID | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20091022 |
Method INIT on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
Method IS_EMPTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_EMPTY | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090911 |
Method IS_EMPTY on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
Method SERIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_PART | Value transfer | Object reference (TYPE REF TO) | CL_AXT_EXTENSION_PART | XML Like part of an extension | 20090911 |
Method SERIALIZE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
Method SET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BOL_OBJECT | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20090914 | ||
2 | ![]() |
IV_BOL_RELATION | Call by reference | Type reference (TYPE) | CRMT_RELATION_NAME | Relation Name | 20090914 |
Method SET_DATA on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
Method UPDATE Signature
Method UPDATE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no parameter.
Method UPDATE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |