SAP ABAP Class CL_AXT_UI_CONTROLLER (Abstract Generator utility for UI Controller)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_TEMPLATES (Package) Generation templates for Extensibility

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AXT_UI_GENERATOR_UTIL | UI Generator Utility | 20090128 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_COMPONENT | UI component generator utility | 20090128 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_CUSTOM_CONTROLLER | UI component generator utility | 20090306 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_VIEW | UI gen. util for views | 20090128 |
Properties
Class | CL_AXT_UI_CONTROLLER | |
Short Description | Abstract Generator utility for UI Controller | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | AXT_TEMPLATES | Generation templates for Extensibility |
Created | 20090128 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_AXT_UI_CONTROLLER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_AXT_UI_GENERATOR_UTIL | UI Generator Utility | 20090128 |
Friends
Class CL_AXT_UI_CONTROLLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_AXT_UI_CONTEXT | Context | 20090128 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | AXTT_METHOD | Table Type of AXTS_METHOD | 20090707 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | AXT_GUID | Controller class guid, only during setup | 20090205 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | AXT_VIEW | Name | 20090202 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090204 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | AXT_GUID | Controller impl class guid, only during setup | 20090205 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | PROGNAME | ABAP Program Name | 20090203 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090603 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090203 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090318 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | 20090202 | |
2 | ![]() |
Instance method | Public | Method | 20090707 | |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20090128 |
4 | ![]() |
Instance method | Public | Method | 20111114 | |
5 | ![]() |
Instance method | Public | Method | 20090128 | |
6 | ![]() |
Instance method | Protected | Method | 20090323 | |
7 | ![]() |
Instance method | Public | Method | 20090128 | |
8 | ![]() |
Instance method | Public | Method | 20111123 | |
9 | ![]() |
Instance method | Public | Method | 20090128 |
Events
Class CL_AXT_UI_CONTROLLER has no event.
Types
Class CL_AXT_UI_CONTROLLER has no local type.
Method Signatures
Method ADD_CONTEXT_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CLASS | Call by reference | Object reference (TYPE REF TO) | CL_AXT_CLASS | Class generation element | 20090202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Operation error | 20090202 |
Method ADD_PLUGIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PLUGIN | Call by reference | Type reference (TYPE) | AXTS_METHOD | Structure for Method generation | 20090707 |
Method ADD_PLUGIN on class CL_AXT_UI_CONTROLLER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONTROLLER_NAME | Call by reference | Type reference (TYPE) | AXT_VIEW | Name | 20090202 | ||
2 | ![]() |
IV_EXISTS | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090204 | ||
3 | ![]() |
IV_INCLUDE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090203 | ||
4 | ![]() |
IV_PREDEFINED_CONTEXT_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090603 | ||
5 | ![]() |
IV_SUPER_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090203 | ||
6 | ![]() |
IV_X_TABLE_LIKE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090318 |
Method CONSTRUCTOR on class CL_AXT_UI_CONTROLLER has no exception.
Method GET_FULL_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NAME | Value transfer | Type reference (TYPE) | AXT_VIEW | BSP View | 20111114 |
Method GET_FULL_NAME on class CL_AXT_UI_CONTROLLER has no exception.
Method GET_GENINFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_GENINFO | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_GENINFO | General Flag | 20090128 |
Method GET_GENINFO on class CL_AXT_UI_CONTROLLER has no exception.
Method GET_NAME_PROPOSAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PROPOSAL | Value transfer | Type reference (TYPE) | AXT_NAME | Name | 20090323 |
Method GET_NAME_PROPOSAL on class CL_AXT_UI_CONTROLLER has no exception.
Method GET_UI_COMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_UI_COMP | Value transfer | Object reference (TYPE REF TO) | CL_AXT_UI_COMPONENT | UI component generator utility | 20090128 |
Method GET_UI_COMP on class CL_AXT_UI_CONTROLLER has no exception.
Method OVERRIDE_SUPER_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SUPER_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20111123 |
Method OVERRIDE_SUPER_CLASS on class CL_AXT_UI_CONTROLLER has no exception.
Method SET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_AXT_UI_CONTEXT | Context | 20090128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Data already exists error | 20090128 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 701 |