SAP ABAP Class CL_AXT_CA_EXTENSION_DATA (Data for customer object 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 | 20090212 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AXT_BOL_UI_SUPPORT | Support interface for BOL UI | 20091001 |
Properties
| Class | CL_AXT_CA_EXTENSION_DATA | |
| Short Description | Data for customer object 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 | 20090212 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AXT_CA_EXTENSION_DATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_AXT_BOL_UI_SUPPORT | Support interface for BOL UI | 20091001 |
Friends
Class CL_AXT_CA_EXTENSION_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'AUTHORIZATION_GROUP' | Parameter | 20090415 | ||
| 2 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'BOL_OBJECT' | 20090220 | |||
| 3 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'BL_RELATION' | 20090220 | |||
| 4 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'DYN_QUERY_OBJECT' | Parameter | 20090223 | ||
| 5 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'NOT_SUPPORTED' | Parameter | 20090420 | ||
| 6 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'UI_COMPONENT' | Parameter | 20090217 | ||
| 7 | Constant | Public | Type reference (TYPE) | CHAR30 | 'CA_HEADER' | 30 Characters | 20090217 | ||
| 8 | Constant | Public | Type reference (TYPE) | CHAR30 | 'CA_TABLE' | 30 Characters | 20090217 | ||
| 9 | Constant | Public | Type reference (TYPE) | CHAR30 | 'CA_TABLES' | 30 Characters | 20090217 | ||
| 10 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_AXT_RULE_DIRECTOR | AXT Rule Director Class | 20100818 | |||
| 11 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_AXT_BOL_UI_ELEMENT_TOP | Element for BOL UI definition | 20091001 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | LTY_T_TABLE_LIST | 20090212 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | AXTT_BOL_UI_OBJECT_REF | List of objects for BOL UI Generation | 20091008 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | BRGRU | Authorization Group | 20090415 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20091008 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090701 |
Events
Class CL_AXT_CA_EXTENSION_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_TABLE_LIST | Public | See coding | 20090212 | BEGIN OF lty_table_list,
table_id TYPE tabname,
table_def TYPE REF TO cl_axt_table_def,
bol_object TYPE crmt_ext_obj_name,
bol_relation TYPE crmt_relation_name,
query_object TYPE crmt_ext_obj_name,
not_supported TYPE axt_boolean,
access_obj TYPE REF TO if_axt_ca_ext_table_access,
query_model_obj TYPE REF TO if_axt_bol_ui_object,
END OF lty_table_list
|
||
| 2 | LTY_T_TABLE_LIST | Public | See coding | 20090212 | lty_t_table_list TYPE STANDARD TABLE OF lty_table_list
WITH NON-UNIQUE KEY table_id
|
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 | 20090701 | ||||
| 2 | IV_COPY | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Creation is done for copying | 20090701 |
Method CONSTRUCTOR on class CL_AXT_CA_EXTENSION_DATA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |