SAP ABAP Class CL_CRM_BOL_ENTITY_COL_TAB (Coll. for Related Entities read with a Table Based Interface)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-GOL-BOL (Application Component) Business Object Layer
⤷
CRM_BOL (Package) CRM Business Object Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_BOL_ENTITY_COL | Entities Collection | 20091218 |
Properties
| Class | CL_CRM_BOL_ENTITY_COL_TAB | |
| Short Description | Coll. for Related Entities read with a Table Based Interface | |
| Super Class | CL_CRM_BOL_ENTITY_COL | Entities Collection |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BOL | CRM Business Object Layer |
| Created | 20091218 | 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
Class CL_CRM_BOL_ENTITY_COL_TAB has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CRM_BOL_CORE | 20091218 | BOL Core |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SYTABIX | 0 | Index of Internal Tables | 20100929 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20100329 | |||
| 3 | Constant | Private | Type reference (TYPE) | CHAR1 | 'A' | Single-Character Flag | 20100714 | ||
| 4 | Constant | Private | Type reference (TYPE) | CHAR1 | 'R' | Single-Character Flag | 20100714 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100315 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | NAME_KOMP | Component name | 20100416 | |||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_GENIL_OBJ_MODEL | Interface for Access to Central Object Model | 20100618 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CRM_BOL_PAGE_HANDLER | Page Handler | 20091218 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | I | 20091218 | ||||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20091218 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | CRMT_RELATION_NAME | Relation Name | 20091218 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20100714 | |||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Table with Atributes of BOL Entities | 20091218 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20091218 | ||
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100618 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20091218 | |
| 4 | Instance method | Private | Method | 20100610 | ||
| 5 | Instance method | Private | Method | 20091218 | ||
| 6 | Instance method | Private | Method | 20091218 | ||
| 7 | Instance method | Private | Event handling method | 20100929 | ||
| 8 | Instance method | Private | Method | 20100511 | ||
| 9 | Instance method | Private | Method | 20100713 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ENTITY_MISSING | Instance Event (0) |
Public (2) |
20091218 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTYPE_ENTITY_LINE_MAPPING | Private | See coding | 20100610 | begin of LTYPE_ENTITY_LINE_MAPPING,
ENTITY type ref to CL_CRM_BOL_ENTITY,
SELECTED type ABAP_BOOL,
LINE_REF type ref to DATA,
end of LTYPE_ENTITY_LINE_MAPPING
|
||
| 2 | LTYPE_ENTITY_LINE_MAPPING_TAB | Private | See coding | 20100610 | LTYPE_ENTITY_LINE_MAPPING_TAB type standard table of LTYPE_ENTITY_LINE_MAPPING
|
Method Signatures
Method ADD_MISSING_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENTITY | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | 20091218 | ||||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20091218 |
Method ADD_MISSING_ENTITY on class CL_CRM_BOL_ENTITY_COL_TAB has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_CRM_BOL_ENTITY_COL_TAB has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CRM_BOL_ENTITY_COL_TAB has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA_TAB | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20091218 | ||||
| 2 | IV_KEY_COLUMN_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name for single field keys | 20100416 | |||
| 3 | IV_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20091218 | |||
| 4 | IV_RELATION_NAME | Call by reference | Type reference (TYPE) | CRMT_RELATION_NAME | Relation Name | 20091218 |
Method CONSTRUCTOR on class CL_CRM_BOL_ENTITY_COL_TAB has no exception.
Method GET_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENTITY | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entity | 20100610 | |||
| 2 | RV_KEY_REF | Value transfer | Object reference (TYPE REF TO) | DATA | 20100610 |
Method GET_KEY on class CL_CRM_BOL_ENTITY_COL_TAB has no exception.
Method MAKE_TABIX_ABSOLUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FORCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100714 |
Method MAKE_TABIX_ABSOLUTE on class CL_CRM_BOL_ENTITY_COL_TAB has no exception.
Method MAKE_TABIX_RELATIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RELATIVE_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091218 |
Method MAKE_TABIX_RELATIVE on class CL_CRM_BOL_ENTITY_COL_TAB has no exception.
Method ON_BO_DELETED Signature
Method ON_BO_DELETED on class CL_CRM_BOL_ENTITY_COL_TAB has no parameter.
Method ON_BO_DELETED on class CL_CRM_BOL_ENTITY_COL_TAB has no exception.
Method RAISE_ENTITY_MISSING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20100511 |
Method RAISE_ENTITY_MISSING on class CL_CRM_BOL_ENTITY_COL_TAB has no exception.
Method RESOLVE_ALL_ENTRIES Signature
Method RESOLVE_ALL_ENTRIES on class CL_CRM_BOL_ENTITY_COL_TAB has no parameter.
Method RESOLVE_ALL_ENTRIES on class CL_CRM_BOL_ENTITY_COL_TAB has no exception.
Event Signatures
Event ENTITY_MISSING Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Exporting | Value transfer | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20091218 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |