SAP ABAP Class CL_AXT_EXTENSION_DATA (Contains active or inactive data of an extension)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_MODEL (Package) Application Extensibility Tool: Model
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_BOL_UI_EXTENSION_DATA | Data for BOL UI Generation Extension | 20090910 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_CA_EXTENSION_DATA | Data for customer object extension | 20090212 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_FIELD_EXTENSION_DATA | Active and inactive data for field extension | 20080304 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_TABLE_EXTENSION_DATA | Active and inactive data for table extension | 20080731 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_WSC_UI_EXTENSION_DATA | Data for WS consumption extension | 20090210 |
Properties
| Class | CL_AXT_EXTENSION_DATA | |
| Short Description | Contains active or inactive data of an extension | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_MODEL | Application Extensibility Tool: Model |
| Created | 20080304 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AXT_EXTENSION_DATA has no forward declaration.
Interfaces
Class CL_AXT_EXTENSION_DATA has no interface implemented.
Friends
Class CL_AXT_EXTENSION_DATA 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 | 'APPL_GROUP' | Parameter | 20080424 | ||
| 2 | Constant | Private | Type reference (TYPE) | AXT_PARAMETER | 'ENABLED' | Parameter | 20080428 | ||
| 3 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'EXT_BO' | Parameter | 20080304 | ||
| 4 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'EXT_BO_PART' | Parameter | 20080304 | ||
| 5 | Constant | Private | Type reference (TYPE) | AXT_PARAMETER | 'REFERENCE' | Parameter | 20080304 | ||
| 6 | Constant | Private | Type reference (TYPE) | AXT_PARAMETER | 'MAPPING' | Parameter | 20080424 | ||
| 7 | Constant | Public | Type reference (TYPE) | CHAR30 | 'BO_PART' | 30 Characters | 20080304 | ||
| 8 | Constant | Private | Type reference (TYPE) | CHAR30 | 'FLAG' | 30 Characters | 20080304 | ||
| 9 | Constant | Private | Type reference (TYPE) | CHAR30 | 'MAPPING' | 30 Characters | 20080424 | ||
| 10 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_AXT_EXTENSION | 20080304 | ||||
| 11 | Instance attribute | Public | Type reference (TYPE) | AXT_T_BO_PART_SETTING | List of enabled BO Parts with flags | 20080304 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | AXT_T_MAPPING | List of enabled mappings | 20080424 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080304 | |
| 2 | Instance method | Public | Method | Copy the data | 20080304 | |
| 3 | Instance method | Public | Method | Deserialize the data | 20080304 | |
| 4 | Instance method | Public | Method | Serialize the data | 20080304 |
Events
Class CL_AXT_EXTENSION_DATA has no event.
Types
Class CL_AXT_EXTENSION_DATA has no local type.
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 | 20080304 | ||||
| 2 | IV_COPY | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Creation is done for copying | 20080331 |
Method CONSTRUCTOR on class CL_AXT_EXTENSION_DATA has no exception.
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_DATA | Value transfer | Object reference (TYPE REF TO) | CL_AXT_EXTENSION_DATA | Contains active or inactive data of an extension | 20080304 |
Method COPY on class CL_AXT_EXTENSION_DATA has no exception.
Method DESERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PARTS | Call by reference | Type reference (TYPE) | AXT_T_EXT_PART_REF | Table type of extensibility business object part | 20080304 |
Method DESERIALIZE on class CL_AXT_EXTENSION_DATA has no exception.
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PARTS | Call by reference | Type reference (TYPE) | AXT_T_EXT_PART_REF | Table type of extensibility business object part | 20080304 |
Method SERIALIZE on class CL_AXT_EXTENSION_DATA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |