SAP ABAP Class CL_CRM_GENIL_CONTAINER_OBJLIST (List of Objects in Generic Input/Output Container)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-GOL-GIL (Application Component) Generic Interaction Layer
⤷
CRM_GENIL (Package) Generic Interaction Layer for Access to CRM Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_GENIL_CONT_OBJLIST_BASE | Base class for container object lists | 20081124 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GENIL_CONTAINER_ACCESS | Data Container Access Interface | 20020218 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GENIL_CONTAINER_OBJECTLIST | Data Container: Object List Interface | 20020124 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GENIL_CONT_OBJECT_ACCESS | Data Container - Object Access Interface | 20020218 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GENIL_CONT_OBJECT_LIST_BASE | Data Container: Base List Interface | 20091110 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GENIL_CONT_ROOT_OBJECTLIST | Data Container - Root Object List Interface | 20020215 |
Properties
| Class | CL_CRM_GENIL_CONTAINER_OBJLIST | |
| Short Description | List of Objects in Generic Input/Output Container | |
| Super Class | CL_CRM_GENIL_CONT_OBJLIST_BASE | Base class for container object lists |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_GENIL | Generic Interaction Layer for Access to CRM Objects |
| Created | 20020124 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GENIL_CONTAINER_ACCESS | Data Container Access Interface | 20020218 | ||
| 2 | IF_GENIL_CONTAINER_OBJECTLIST | Data Container: Object List Interface | 20020124 | ||
| 3 | IF_GENIL_CONT_OBJECT_ACCESS | Data Container - Object Access Interface | 20020218 | ||
| 4 | IF_GENIL_CONT_OBJECT_LIST_BASE | Data Container: Base List Interface | 20091110 | ||
| 5 | IF_GENIL_CONT_ROOT_OBJECTLIST | Data Container - Root Object List Interface | 20020215 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | IF_GENIL_CONT_OBJLIST_ACCESS | 20081124 | Data Container - Object Lists Access Interface |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CRMT_GENIL_CONT_OBJLIST_FILTER | Filter Structure for Object List in Data Container | 20020125 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | GTYPE_RELATION_TAB | 20020125 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Compresses the Entries in the Relationship Table | 20081124 | |
| 2 | Instance method | Public | Constructor | Constructor | 20020124 | |
| 3 | Instance method | Private | Event handling method | Event Handler for CHILD_ADDED Event for Container Object | 20081124 |
Events
Class CL_CRM_GENIL_CONTAINER_OBJLIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_RELATION | Private | See coding | 20070110 | begin of GTYPE_RELATION,
RELATION_NAME type CRMT_RELATION_NAME,
IS_11_RELATION type CRMT_BOOLEAN,
CHILD_PROXY type ref to CL_CRM_GENIL_CONTAINER_OBJECT,
end of GTYPE_RELATION
|
||
| 2 | GTYPE_RELATION_TAB | Private | See coding | 20070110 | GTYPE_RELATION_TAB type standard table of GTYPE_RELATION
|
Method Signatures
Method COMPRESS_RELATION_TAB Signature
Method COMPRESS_RELATION_TAB on class CL_CRM_GENIL_CONTAINER_OBJLIST has no parameter.
Method COMPRESS_RELATION_TAB on class CL_CRM_GENIL_CONTAINER_OBJLIST has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FILTER | Call by reference | Type reference (TYPE) | CRMT_GENIL_CONT_OBJLIST_FILTER | Filterstruktur für Objektliste im Datencontainer | 20081124 | |||
| 2 | IV_AS_COPY | Call by reference | Type reference (TYPE) | CRMT_BOOLEAN | Logische Variable | 20020205 | |||
| 3 | IV_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_CRM_GENIL_DATA_CONTAINER | Generischer I/O Container für Objekthierarchien | 20020125 | |||
| 4 | IV_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_CONTAINER_OBJECT | Datencontainer-Objekt Interface | 20020124 | |||
| 5 | IV_PARENT_DATA_REF | Call by reference | Object reference (TYPE REF TO) | CRMT_GENIL_CONT_OBJ_HDR | Kopfstruktur für generisches Containerobjekt | 20020124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme: Keine Eintrag | 20020125 |
Method ON_CHILD_ADDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILD_PROXY | Value transfer | Attribute reference (LIKE) | 20081124 | |||||
| 2 | NEW_OBJECT | Value transfer | Attribute reference (LIKE) | 20081124 | |||||
| 3 | RELATION_NAME | Value transfer | Attribute reference (LIKE) | 20081124 |
Method ON_CHILD_ADDED on class CL_CRM_GENIL_CONTAINER_OBJLIST has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 301 |