SAP ABAP Class CL_AXT_UI_CONTEXT_NODE_HANDLER (Context node handler for extensibility access)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-EEW (Application Component) Easy Enhancement Workbench
⤷
AXT_RUNTIME (Package) Extensibility Runtime components

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AXT_UI_CONTEXT_NODE_HANDLER | Handling of extension fields for context nodes | 20080212 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_CTX_PART_HANDLER | Context node handler for BO parts | 20080213 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_UI_CTX_SEARCH_HANDLER | Context node handler for searches | 20080516 |
Properties
Class | CL_AXT_UI_CONTEXT_NODE_HANDLER | |
Short Description | Context node handler for extensibility access | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | AXT_RUNTIME | Extensibility Runtime components |
Created | 20080212 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_AXT_UI_CONTEXT_NODE_HANDLER | Handling of extension fields for context nodes | 20080212 |
Friends
Class CL_AXT_UI_CONTEXT_NODE_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | LTY_T_FIELDS | 20080422 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | LTY_T_REMAP | 20100209 | |||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | AXT_BOOLEAN | 20100209 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Protected | Method | Create an instance with all fields from the structure | 20100525 |
2 | ![]() |
Static method | Public | Method | 20080213 |
Events
Class CL_AXT_UI_CONTEXT_NODE_HANDLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_FIELDS | Protected | See coding | 20080422 | BEGIN OF lty_fields,
field_id TYPE axt_field_id,
handler TYPE REF TO if_axt_ui_context_node_handler,
END OF lty_fields
|
||
2 | LTY_REMAP | Public | See coding | 20100209 | BEGIN OF lty_remap,
field_id TYPE axt_field_id,
mapped_id TYPE axt_field_id,
handler TYPE REF TO if_axt_ui_context_node_handler,
END OF lty_remap
|
||
3 | LTY_T_FIELDS | Protected | See coding | 20080422 | lty_t_fields TYPE HASHED TABLE OF lty_fields
WITH UNIQUE KEY field_id
|
||
4 | LTY_T_REMAP | Public | See coding | 20100209 | lty_t_remap TYPE HASHED TABLE OF lty_remap
WITH UNIQUE KEY field_id
|
Method Signatures
Method CREATE_WITH_NON_EXT_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BOL_OBJECT | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20100525 | ||
2 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_AXT_UI_CONTEXT_NODE_HANDLER | Handling of extension fields for context nodes | 20100525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Extensibility Runtime | 20100525 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ADD_NON_EXT_FIELDS | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_FALSE | Boolean | 20100506 | |
2 | ![]() |
IV_BOL_OBJECT | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | BSP Component | 20080422 | ||
3 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_AXT_UI_CONTEXT_NODE_HANDLER | Context node handler for extensibility access | 20080213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Extensibility Runtime | 20080213 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |