SAP ABAP Class CL_AXT_STRUCTURE (Structure generation element)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_GENERATION_FRAMEWORK (Package) Extensibility Generation Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_BASE_STRUCTURE | Base class for all structures | 20081124 |
Properties
| Class | CL_AXT_STRUCTURE | |
| Short Description | Structure generation element | |
| Super Class | CL_AXT_BASE_STRUCTURE | Base class for all structures |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_GENERATION_FRAMEWORK | Extensibility Generation Framework |
| Created | 20080208 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_AXT_STRUCTURE has no interface implemented.
Friends
Class CL_AXT_STRUCTURE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | COMT_GOX_FIELDNAME | 'SYST' | GOX parameter for client specific | 20080421 | ||
| 2 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'BUILDIN_DATATYPE' | 20090729 | |||
| 3 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'BUILDIN_DECIMALS' | 20090729 | |||
| 4 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'BUILDIN_LENG' | 20090729 | |||
| 5 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'KEYFLAG' | Constant KEYFLAG | 20080310 | ||
| 6 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'NOTNULL' | Constant NOTNULL | 20080221 | ||
| 7 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'POSITION' | Constant POSITION | 20080221 | ||
| 8 | Constant | Private | Type reference (TYPE) | TABCLASS | 'INTTAB' | Table class for append | 20080602 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | AXTT_STRUCTURE_FIELD_DETAILS | Table of structure fields | 20080215 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | AXT_DESCRIPTION | Element description: structure | 20081201 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Compares structure specific attributes | 20080307 | |
| 2 | Instance method | Private | Method | Checks if fields table is consistent | 20080307 | |
| 3 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081201 | |
| 4 | Instance method | Public | Constructor | CONSTRUCTOR | 20080220 | |
| 5 | Static method | Public | Method | Returns a new structure element (easy signature) | 20080215 | |
| 6 | Instance method | Private | Method | Deletes structure | 20080602 | |
| 7 | Instance method | Private | Method | Generates structure | 20080602 | |
| 8 | Instance method | Public | Method | Returns all fields details of this structure element | 20080215 |
Events
Class CL_AXT_STRUCTURE has no event.
Types
Class CL_AXT_STRUCTURE has no local type.
Method Signatures
Method ARE_SPECIFIC_ATTRIBUTES_EQUAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_STRUCTURE_TARGET | Call by reference | Object reference (TYPE REF TO) | CL_AXT_STRUCTURE | Structure generation element | 20080307 | |||
| 2 | RV_ARE_EQUAL | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080307 |
Method ARE_SPECIFIC_ATTRIBUTES_EQUAL on class CL_AXT_STRUCTURE has no exception.
Method CHECK_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CRT_MESSAGES | Call by reference | Object reference (TYPE REF TO) | AXTT_MSG | Messages table | 20080325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fields are invalid | 20080307 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_AXT_STRUCTURE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_STRUCTURE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | AXT_DESCRIPTION | 20090511 | ||||
| 2 | IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | AXT_OBJECT_TYPE | Object Type | 20081013 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | AXT_GUID | Element id | 20080225 | |||
| 4 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | Element name | 20080221 |
Method CONSTRUCTOR on class CL_AXT_STRUCTURE has no exception.
Method CREATE_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_STRUCTURE_FIELDS | Call by reference | Type reference (TYPE) | AXTT_STRUCTURE_FIELD_DETAILS | Table of structure fields | 20080215 | |||
| 2 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | AXT_DESCRIPTION | Description | 20090511 | |||
| 3 | IV_ENHANCEMENT_CATEGORY | Call by reference | Type reference (TYPE) | DDRANKING | Enhancement category | 20080311 | |||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | AXT_GUID | Element id | 20080225 | |||
| 5 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | Name | 20080219 | |||
| 6 | RR_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Creation failed due to invalid data | 20080314 |
Method DELETE_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRANSPORT | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20080602 | |||
| 2 | RRT_TRANSPORT | Value transfer | Object reference (TYPE REF TO) | COMT_GOX_TRANS_OBJECT | Table with Entries for Transport | 20080602 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Structure not deleted | 20080602 |
Method GENERATE_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRANSPORT | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20080602 | |||
| 2 | RRT_TRANSPORT | Value transfer | Object reference (TYPE REF TO) | COMT_GOX_TRANS_OBJECT | Table with Entries for Transport | 20080602 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Structure not generated | 20080602 |
Method GET_FIELDS_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FIELDS_DETAILS | Value transfer | Type reference (TYPE) | AXTT_STRUCTURE_FIELD_DETAILS | Table of structure fields | 20080215 |
Method GET_FIELDS_DETAILS on class CL_AXT_STRUCTURE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |