SAP ABAP Class CL_AXT_INTERFACE (Class 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_CODE_GENERATOR | Abstract basis class for code generators | 20090511 |
Properties
| Class | CL_AXT_INTERFACE | |
| Short Description | Class generation element | |
| Super Class | CL_AXT_CODE_GENERATOR | Abstract basis class for code generators |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_GENERATION_FRAMEWORK | Extensibility Generation Framework |
| Created | 20090511 | SAP |
| Last change | 20110908 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 7 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 8 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_AXT_INTERFACE has no interface implemented.
Friends
Class CL_AXT_INTERFACE 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 | 'EXCEPTION' | Parameter | 20090512 | ||
| 2 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'METHOD_DECLTYP' | Parameter | 20090512 | ||
| 3 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'METHOD_NAME' | Parameter | 20090512 | ||
| 4 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'NO_REGEN' | Parameter | 20090511 | ||
| 5 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'PARAM_NAME' | Parameter | 20090512 | ||
| 6 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'PARAM_OPTIONAL' | Parameter | 20090512 | ||
| 7 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'PARAM_TYPE' | Parameter | 20090512 | ||
| 8 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'PARAM_VALUE' | Parameter | 20090512 | ||
| 9 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'PARAM_DECLTYP' | Parameter | 20090512 | ||
| 10 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'PARAM_PASSTYP' | Parameter | 20090512 | ||
| 11 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'PARAM_TYPTYPE' | Parameter | 20090512 | ||
| 12 | Constant | Public | Type reference (TYPE) | INT1 | 2 | Character Field Length = 10 | 20090512 | ||
| 13 | Constant | Public | Type reference (TYPE) | INT1 | 1 | Character Field Length = 10 | 20090512 | ||
| 14 | Constant | Public | Type reference (TYPE) | INT1 | 0 | Character Field Length = 10 | 20090512 | ||
| 15 | Constant | Public | Type reference (TYPE) | INT1 | 3 | Character Field Length = 10 | 20090512 | ||
| 16 | Constant | Public | Type reference (TYPE) | INT1 | 1 | Dummy for B20 int1 (Local Everywhere) | 20090512 | ||
| 17 | Constant | Public | Type reference (TYPE) | INT1 | 0 | Dummy for B20 int1 (Local Everywhere) | 20090512 | ||
| 18 | Constant | Public | Type reference (TYPE) | INT1 | 0 | Dummy for B20 int1 (Local Everywhere) | 20090512 | ||
| 19 | Constant | Public | Type reference (TYPE) | INT1 | 1 | Dummy for B20 int1 (Local Everywhere) | 20090512 | ||
| 20 | Constant | Public | Type reference (TYPE) | INT1 | 3 | Dummy for B20 int1 (Local Everywhere) | 20090512 | ||
| 21 | Instance attribute | Private | Type reference (TYPE) | AXTT_METHOD_DEF | Table of Method Definition | 20090512 | |||
| 22 | Instance attribute | Private | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090511 | |||
| 23 | Static Attribute | Private | Type reference (TYPE) | AXT_DESCRIPTION | 20090512 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090512 | ||
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090511 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20090511 | |
| 4 | Static method | Public | Method | 20090511 | ||
| 5 | Instance method | Private | Method | 20090511 | ||
| 6 | Instance method | Private | Method | 20090511 | ||
| 7 | Instance method | Private | Method | 20090511 | ||
| 8 | Instance method | Private | Method | 20090511 |
Events
Class CL_AXT_INTERFACE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_METHOD_NAMES | Private | See coding | 20090511 | lty_method_names TYPE STANDARD TABLE OF seocpdname WITH DEFAULT KEY
|
||
| 2 | LTY_METH_CODE_SLOTS | Private | See coding | 20090511 | BEGIN OF lty_meth_code_slots,
name TYPE axt_name,
method TYPE seocpdname,
END OF lty_meth_code_slots
|
||
| 3 | LTY_T_METH_CODE_SLOTS | Private | See coding | 20090511 | lty_t_meth_code_slots TYPE STANDARD TABLE OF lty_meth_code_slots
WITH NON-UNIQUE KEY name
|
Method Signatures
Method ADD_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXCEPTION | Call by reference | Type reference (TYPE) | AXTT_EXCEPTION | Table of Exception | 20090512 | |||
| 2 | IT_PARAMETER | Call by reference | Type reference (TYPE) | AXTT_METHOD_PARAM | Table of Method Parameter | 20090512 | |||
| 3 | IV_DECLTYPE | Call by reference | Type reference (TYPE) | SEOMTDDECL | Method declaration level | 20090512 | |||
| 4 | IV_NAME | Call by reference | Type reference (TYPE) | SEOCMPNAME | Component name | 20090512 | |||
| 5 | RS_METHOD_DEF | Value transfer | Type reference (TYPE) | AXTS_METHOD_DEF | Method Definition | 20090512 |
Method ADD_METHOD on class CL_AXT_INTERFACE has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_AXT_INTERFACE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_INTERFACE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | AXT_OBJECT_TYPE | Object Type | 20090511 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | AXT_GUID | Element id | 20090511 | |||
| 3 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | Element name | 20090511 |
Method CONSTRUCTOR on class CL_AXT_INTERFACE has no exception.
Method CREATE_INTERFACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | AXT_GUID | GUID | 20090511 | |||
| 2 | IV_NO_METHOD_DELETION | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Prevent deletion of customer methods | 20090511 | |||
| 3 | IV_NO_REGEN | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Prevent regeneration after creation | 20090511 | |||
| 4 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | Name | 20090511 | |||
| 5 | IV_TEMPLATE_NAME | Call by reference | Type reference (TYPE) | PROGNAME | 20090511 | ||||
| 6 | IV_TEMPLATE_VERSION | Call by reference | Type reference (TYPE) | AXT_TEMPLATE_VERSION | Code template version | 20090511 | |||
| 7 | RR_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20090511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data invalid error | 20090511 |
Method DELETE_INTERFACE 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 | 20090511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20090511 |
Method GENERATE_INTERFACE 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 | 20090511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20090511 |
Method IS_INTERFACE_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090511 |
Method IS_INTERFACE_TEMPLATE on class CL_AXT_INTERFACE has no exception.
Method PROCESS_INCLUDE_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_INTERFACE | Call by reference | Type reference (TYPE) | VSEOINTERF | Generated Table for View VSEOCLASS | 20090512 | |||
| 2 | ET_ALIASES | Call by reference | Type reference (TYPE) | SEOO_ALIASES_R | 20090511 | ||||
| 3 | ET_ATTRIBUTES | Call by reference | Type reference (TYPE) | SEOO_ATTRIBUTES_R | 20090511 | ||||
| 4 | ET_CLSDEFERRDS | Call by reference | Type reference (TYPE) | SEOT_CLSDEFERRDS_R | 20090511 | ||||
| 5 | ET_EVENTS | Call by reference | Type reference (TYPE) | SEOO_EVENTS_R | 20090511 | ||||
| 6 | ET_EXCEPS | Call by reference | Type reference (TYPE) | SEOS_EXCEPTIONS_R | 20090511 | ||||
| 7 | ET_INTDEFERRDS | Call by reference | Type reference (TYPE) | SEOT_INTDEFERRDS_R | 20090511 | ||||
| 8 | ET_METHODS | Call by reference | Type reference (TYPE) | SEOO_METHODS_R | 20090511 | ||||
| 9 | ET_PARAMETERS | Call by reference | Type reference (TYPE) | SEOS_PARAMETERS_R | 20090511 | ||||
| 10 | ET_TYPEPUSAGES | Call by reference | Type reference (TYPE) | SEOT_TYPEPUSAGES_R | 20090511 | ||||
| 11 | ET_TYPES | Call by reference | Type reference (TYPE) | SEOO_TYPES_R | 20090511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20090511 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |