SAP ABAP Class CL_AXT_CLASS (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 | 20080911 |
Properties
Class | CL_AXT_CLASS | |
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 | 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) |
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_CLASS has no interface implemented.
Friends
Class CL_AXT_CLASS 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 | 'CODE_SLOT_METHOD' | Parameter | 20090325 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'CODE_SLOT_NAME' | Parameter fieldname | 20090325 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'NO_METHOD_DELETION' | Parameter | 20090325 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'NO_REGEN' | Parameter | 20081015 | |
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_T_METH_CODE_SLOTS | 20090325 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090325 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081015 | ||
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | AXT_DESCRIPTION | Element description: class | 20081201 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds a code slot | 20090325 |
2 | ![]() |
Instance method | Private | Method | 20090325 | |
3 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081201 |
4 | ![]() |
Static method | Public | Method | 20080922 | |
5 | ![]() |
Instance method | Private | Method | 20080911 | |
6 | ![]() |
Instance method | Private | Method | 20090325 | |
7 | ![]() |
Instance method | Private | Method | 20080911 | |
8 | ![]() |
Instance method | Private | Method | 20081002 | |
9 | ![]() |
Instance method | Private | Method | 20080930 | |
10 | ![]() |
Instance method | Private | Method | 20080930 | |
11 | ![]() |
Instance method | Private | Method | 20080912 | |
12 | ![]() |
Instance method | Private | Method | 20090527 |
Events
Class CL_AXT_CLASS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_METHOD_NAMES | Private | See coding | 20090420 | lty_method_names TYPE STANDARD TABLE OF seocpdname WITH DEFAULT KEY
|
||
2 | LTY_METH_CODE_SLOTS | Private | See coding | 20090325 | 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 | 20090325 | lty_t_meth_code_slots TYPE STANDARD TABLE OF lty_meth_code_slots
WITH NON-UNIQUE KEY name
|
Method Signatures
Method ADD_CODE_SLOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_METHOD | Call by reference | Type reference (TYPE) | SEOCPDNAME | Full Component Name | 20090325 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | Name | 20090325 |
Method ADD_CODE_SLOT on class CL_AXT_CLASS has no exception.
Method ADD_MISSING_METHODS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ATTRIBUTES | Call by reference | Type reference (TYPE) | SEOO_ATTRIBUTES_R | 20120518 | |||
2 | ![]() |
CT_IMPLEMENTINGS | Call by reference | Type reference (TYPE) | SEOR_IMPLEMENTINGS_R | 20090325 | |||
3 | ![]() |
CT_METHODS | Call by reference | Type reference (TYPE) | SEOO_METHODS_R | 20090325 | |||
4 | ![]() |
CT_PARAMETERS | Call by reference | Type reference (TYPE) | SEOS_PARAMETERS_R | 20090325 | |||
5 | ![]() |
CT_REDEFINITIONS | Call by reference | Type reference (TYPE) | SEOR_REDEFINITIONS_R | 20090325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation error | 20090325 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_AXT_CLASS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_CLASS has no exception.
Method CREATE_CLASS 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 | 20080922 | ||
2 | ![]() |
IV_NO_METHOD_DELETION | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Prevent deletion of customer methods | 20090325 | ||
3 | ![]() |
IV_NO_REGEN | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Prevent regeneration after creation | 20081015 | ||
4 | ![]() |
IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | Name | 20080922 | ||
5 | ![]() |
IV_TEMPLATE_NAME | Call by reference | Type reference (TYPE) | PROGNAME | 20080922 | |||
6 | ![]() |
IV_TEMPLATE_VERSION | Call by reference | Type reference (TYPE) | AXT_TEMPLATE_VERSION | Code template version | 20081015 | ||
7 | ![]() |
RR_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080922 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data invalid error | 20080923 |
Method DELETE_CLASS 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 | 20080911 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation error | 20080911 |
Method DETERMINE_COMPOSER_SLOTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_METHOD | Call by reference | Type reference (TYPE) | SEOCPDNAME | Component name | 20090325 | ||
2 | ![]() |
RT_SLOTS | Value transfer | Type reference (TYPE) | LTY_T_CODE_SLOTS | 20090325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation error | 20090325 |
Method GENERATE_CLASS 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 | 20080911 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation error | 20080911 |
Method IS_CLASS_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 | 20081002 |
Method IS_CLASS_TEMPLATE on class CL_AXT_CLASS has no exception.
Method PROCESS_CLASS_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CLASS | Call by reference | Type reference (TYPE) | VSEOCLASS | Generated Table for View VSEOCLASS | 20080930 | ||
2 | ![]() |
ES_INHERITANCE | Call by reference | Type reference (TYPE) | VSEOEXTEND | Generated Table for View VSEOEXTEND | 20080930 | ||
3 | ![]() |
ET_ALIASES | Call by reference | Type reference (TYPE) | SEOO_ALIASES_R | 20080930 | |||
4 | ![]() |
ET_ATTRIBUTES | Call by reference | Type reference (TYPE) | SEOO_ATTRIBUTES_R | 20080930 | |||
5 | ![]() |
ET_CLASS_DESCRIPTION | Call by reference | Type reference (TYPE) | SEOCLASSTX | Short description class/interface | 20080930 | ||
6 | ![]() |
ET_CLSDEFERRDS | Call by reference | Type reference (TYPE) | SEOT_CLSDEFERRDS_R | 20080930 | |||
7 | ![]() |
ET_EVENTS | Call by reference | Type reference (TYPE) | SEOO_EVENTS_R | 20080930 | |||
8 | ![]() |
ET_EXCEPS | Call by reference | Type reference (TYPE) | SEOS_EXCEPTIONS_R | 20080930 | |||
9 | ![]() |
ET_FRIENDSHIPS | Call by reference | Type reference (TYPE) | SEOF_FRIENDSHIPS_R | 20080930 | |||
10 | ![]() |
ET_IMPLEMENTINGS | Call by reference | Type reference (TYPE) | SEOR_IMPLEMENTINGS_R | 20080930 | |||
11 | ![]() |
ET_IMPL_DETAILS | Call by reference | Type reference (TYPE) | SEOR_REDEFINITIONS_R | 20080930 | |||
12 | ![]() |
ET_INTDEFERRDS | Call by reference | Type reference (TYPE) | SEOT_INTDEFERRDS_R | 20080930 | |||
13 | ![]() |
ET_METHODS | Call by reference | Type reference (TYPE) | SEOO_METHODS_R | 20080930 | |||
14 | ![]() |
ET_METHODS_SOURCE | Call by reference | Type reference (TYPE) | SEO_METHOD_SOURCE_TABLE | SE24: Method Sources | 20080930 | ||
15 | ![]() |
ET_PARAMETERS | Call by reference | Type reference (TYPE) | SEOS_PARAMETERS_R | 20080930 | |||
16 | ![]() |
ET_REDEFINITIONS | Call by reference | Type reference (TYPE) | SEOR_REDEFINITIONS_R | 20080930 | |||
17 | ![]() |
ET_TYPEPUSAGES | Call by reference | Type reference (TYPE) | SEOT_TYPEPUSAGES_R | 20080930 | |||
18 | ![]() |
ET_TYPES | Call by reference | Type reference (TYPE) | SEOO_TYPES_R | 20080930 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation error | 20080930 |
Method PROCESS_INCLUDE_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CLASS | Call by reference | Type reference (TYPE) | VSEOCLASS | Generated Table for View VSEOCLASS | 20080930 | ||
2 | ![]() |
ES_INHERITANCE | Call by reference | Type reference (TYPE) | VSEOEXTEND | Generated Table for View VSEOEXTEND | 20080930 | ||
3 | ![]() |
ET_ALIASES | Call by reference | Type reference (TYPE) | SEOO_ALIASES_R | 20080930 | |||
4 | ![]() |
ET_ATTRIBUTES | Call by reference | Type reference (TYPE) | SEOO_ATTRIBUTES_R | 20080930 | |||
5 | ![]() |
ET_CLASS_DESCRIPTION | Call by reference | Type reference (TYPE) | SEOCLASSTX | Short description class/interface | 20080930 | ||
6 | ![]() |
ET_CLSDEFERRDS | Call by reference | Type reference (TYPE) | SEOT_CLSDEFERRDS_R | 20080930 | |||
7 | ![]() |
ET_EVENTS | Call by reference | Type reference (TYPE) | SEOO_EVENTS_R | 20080930 | |||
8 | ![]() |
ET_EXCEPS | Call by reference | Type reference (TYPE) | SEOS_EXCEPTIONS_R | 20080930 | |||
9 | ![]() |
ET_FRIENDSHIPS | Call by reference | Type reference (TYPE) | SEOF_FRIENDSHIPS_R | 20080930 | |||
10 | ![]() |
ET_IMPLEMENTINGS | Call by reference | Type reference (TYPE) | SEOR_IMPLEMENTINGS_R | 20080930 | |||
11 | ![]() |
ET_IMPL_DETAILS | Call by reference | Type reference (TYPE) | SEOR_REDEFINITIONS_R | 20080930 | |||
12 | ![]() |
ET_INTDEFERRDS | Call by reference | Type reference (TYPE) | SEOT_INTDEFERRDS_R | 20080930 | |||
13 | ![]() |
ET_METHODS | Call by reference | Type reference (TYPE) | SEOO_METHODS_R | 20080930 | |||
14 | ![]() |
ET_METHODS_SOURCE | Call by reference | Type reference (TYPE) | SEO_METHOD_SOURCE_TABLE | SE24: Method Sources | 20080930 | ||
15 | ![]() |
ET_PARAMETERS | Call by reference | Type reference (TYPE) | SEOS_PARAMETERS_R | 20080930 | |||
16 | ![]() |
ET_REDEFINITIONS | Call by reference | Type reference (TYPE) | SEOR_REDEFINITIONS_R | 20080930 | |||
17 | ![]() |
ET_TYPEPUSAGES | Call by reference | Type reference (TYPE) | SEOT_TYPEPUSAGES_R | 20080930 | |||
18 | ![]() |
ET_TYPES | Call by reference | Type reference (TYPE) | SEOO_TYPES_R | 20080930 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation error | 20080930 |
Method PROCESS_METHOD_SOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_INHERITANCE | Call by reference | Type reference (TYPE) | VSEOEXTEND | Generated Table for View VSEOEXTEND | 20081008 | ||
2 | ![]() |
CT_ATTRIBUTES | Call by reference | Type reference (TYPE) | SEOO_ATTRIBUTES_R | 20080912 | |||
3 | ![]() |
CT_PARAMETERS | Call by reference | Type reference (TYPE) | SEOS_PARAMETERS_R | 20080912 | |||
4 | ![]() |
ET_CODE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20080912 | ||
5 | ![]() |
IV_FIXED_PARAMS | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080912 | ||
6 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | SEOCPDNAME | Component name | 20080912 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation error | 20080912 |
Method REMOVE_METHOD_INCLUDES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_METHODS | Call by reference | Type reference (TYPE) | SEO_METHOD_SOURCE_TABLE | SE24: Method Sources | 20090527 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation error | 20090527 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |