SAP ABAP Class CL_GIL_HANDLER_IMPL (GIL base handler class)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-GOL-GIL (Application Component) Generic Interaction Layer
⤷
GENIL_IMPL_SUPPORT_EXT (Package) Extension for GenIL component implementation support
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GENIL_NODE_HANDLER_TX | genIL Component: Root Handler | 20100629 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GENIL_NODE_HANDLER_QUERY | Interface to query objects | 20100629 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GIL_IMPL | Handler methods to reimplement | 20100629 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ILH_FEB_BS_CLEARING_ITEM | FEBBS Component - Handler Clearing Item | 20100707 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_ILH_FEB_BS_HEADER | FEBBS Component - Handler Header | 20100707 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_ILH_FEB_BS_HEADER_QUERY | FEBBS Component - Handler Header Query | 20100708 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_ILH_FEB_BS_LINE_ITEM | FEBBS Component - Handler Line Item | 20100707 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_ILH_FEB_BS_REFERENCE_RECORD | FEBBS Component - Handler Reference Record | 20100707 |
Properties
| Class | CL_GIL_HANDLER_IMPL | |
| Short Description | GIL base handler class | |
| Super Class | CL_GENIL_NODE_HANDLER_TX | genIL Component: Root Handler |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GENIL_IMPL_SUPPORT_EXT | Extension for GenIL component implementation support |
| Created | 20100629 | SAP |
| Last change | 20110908 | 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_GENIL_NODE_HANDLER_QUERY | Interface to query objects | 20100629 | ||
| 2 | IF_GIL_IMPL | Handler methods to reimplement | 20100629 |
Friends
Class CL_GIL_HANDLER_IMPL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GIL_MODEL | 20100629 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20100629 | ||
| 2 | Instance method | Protected | Method | 20100629 | ||
| 3 | Instance method | Protected | Method | 20100629 | ||
| 4 | Instance method | Private | Method | 20100629 |
Events
Class CL_GIL_HANDLER_IMPL has no event.
Types
Class CL_GIL_HANDLER_IMPL has no local type.
Method Signatures
Method CREATE_OBJECT_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_CONTAINER_OBJECT | 20100629 | ||||
| 2 | CS_KEY | Call by reference | Type reference (TYPE) | DATA | 20100629 | ||||
| 3 | CT_CHANGED_OBJECTS | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJ_INSTANCE_TAB | 20100629 | ||||
| 4 | CT_MESSAGE_TAB | Call by reference | Type reference (TYPE) | BAPIRET2_T | 20100629 | ||||
| 5 | IV_ATTR_STRUCT_NAME | Call by reference | Type reference (TYPE) | WCF_ATTR_STRUCT | 20100629 | ||||
| 6 | RV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100629 |
Method CREATE_OBJECT_INT on class CL_GIL_HANDLER_IMPL has no exception.
Method DELETE_OBJECT_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_CONTAINER_OBJECT | 20100629 | ||||
| 2 | CT_CHANGED_OBJECTS | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJ_INSTANCE_TAB | 20100629 | ||||
| 3 | CT_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRET2_T | 20100703 | ||||
| 4 | IS_KEY | Call by reference | Type reference (TYPE) | DATA | 20100629 | ||||
| 5 | RV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100629 |
Method DELETE_OBJECT_INT on class CL_GIL_HANDLER_IMPL has no exception.
Method MODIFY_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CHANGED_OBJECTS | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJ_INSTANCE_TAB | 20100629 | ||||
| 2 | CT_MESSAGE_TAB | Call by reference | Type reference (TYPE) | BAPIRET2_T | 20100629 | ||||
| 3 | EV_SUCCESS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100715 | ||||
| 4 | IR_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_CONTAINER_OBJECT | 20100715 | ||||
| 5 | IS_KEY | Call by reference | Type reference (TYPE) | DATA | 20100629 | ||||
| 6 | IT_CHANGED_ATTRIBUTES | Call by reference | Type reference (TYPE) | CRMT_ATTR_NAME_TAB | 20100629 | ||||
| 7 | IV_ATTR_STRUCT_NAME | Call by reference | Type reference (TYPE) | WCF_ATTR_STRUCT | 20100629 | ||||
| 8 | IV_KEY_STRUCT_NAME | Call by reference | Type reference (TYPE) | WCF_KEY_STRUCT | 20100629 | ||||
| 9 | IV_PARENT_KEY_STRUCT_NAME | Call by reference | Type reference (TYPE) | WCF_KEY_STRUCT | 20100629 |
Method MODIFY_OBJECT on class CL_GIL_HANDLER_IMPL has no exception.
Method REGISTER_OTHER_CHANGED_OBJS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ID_MAPPER | Call by reference | Object reference (TYPE REF TO) | CL_GIL_ID_MAPPER | 20100629 |
Method REGISTER_OTHER_CHANGED_OBJS on class CL_GIL_HANDLER_IMPL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |