SAP ABAP Class CL_CRM_BOL_BO_COL (BO Collection)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BOL_BO_COL | Business Object Collection Interface | 20020425 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BOL_BO_COL_MULTI_SEL | Multiple Selection for Business Object Collections | 20050614 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_BOL_BO_COL_UNIQUE | Collection with no duplicate entries | 20020604 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_BOL_ENTITY_COL | Entities Collection | 20020425 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_BOL_UNIQUE_BO_COL | Object List Without Duplicate Entries | 20040323 |
Properties
| Class | CL_CRM_BOL_BO_COL | |
| Short Description | BO Collection | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BOL | CRM Business Object Layer |
| Created | 20020425 | 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_BOL_BO_COL | Business Object Collection Interface | 20020425 | ||
| 2 | IF_BOL_BO_COL_MULTI_SEL | Multiple Selection for Business Object Collections | 20050614 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CRM_BOL_ENTITY_MANAGER | 20020425 | Entity Manager |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20080515 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CRMT_ENTITY_TAB | Table of Business Objects | 20020425 | |||
| 3 | Instance attribute | Protected | Attribute reference (LIKE) | Multiselect Support | 20050414 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20080602 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | LTYPE_RESTORE_TABLE | 20070806 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | LTYPE_RESTORE_TABLE | 20020711 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | LTYPE_RESTORE_TABLE | 20020711 | ||||
| 8 | Instance attribute | Protected | Attribute reference (LIKE) | 20050422 | |||||
| 9 | Instance attribute | Protected | Type reference (TYPE) | SYTABIX | 0 | Index for Focus Element | 20020425 | ||
| 10 | Instance attribute | Protected | Type reference (TYPE) | SYTABIX | Number of Elements in Collection | 20020425 |
Methods
Events
Class CL_CRM_BOL_BO_COL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTYPE_RESTORE_ENTRY | Private | See coding | 20070806 | begin of LTYPE_RESTORE_ENTRY.
include type CRMT_GENIL_OBJ_INSTANCE as INSTANCE.
types: BO type ref to IF_BOL_BO_PROPERTY_ACCESS,
SELECTED type ABAP_BOOL,
end of LTYPE_RESTORE_ENTRY
|
||
| 2 | LTYPE_RESTORE_TABLE | Private | See coding | 20070806 | LTYPE_RESTORE_TABLE type standard table of LTYPE_RESTORE_ENTRY
with non-unique default key
|
Method Signatures
Method CHECK_BO_ALIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_PROPERTY_ACCESS | Zugriffsinterface für BO Attribute | 20030317 | |||
| 2 | RV_ALIVE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20030317 |
Method CHECK_BO_ALIVE on class CL_CRM_BOL_BO_COL has no exception.
Method CHECK_RESET_COMPLIANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_COMPLIANT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20051114 |
Method CHECK_RESET_COMPLIANCE on class CL_CRM_BOL_BO_COL has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_CRM_BOL_BO_COL has no parameter.
Method CONSTRUCTOR on class CL_CRM_BOL_BO_COL has no exception.
Method FINISH_PENDING_OPERATIONS Signature
Method FINISH_PENDING_OPERATIONS on class CL_CRM_BOL_BO_COL has no parameter.
Method FINISH_PENDING_OPERATIONS on class CL_CRM_BOL_BO_COL has no exception.
Method GET_CURRENT Signature
Method GET_CURRENT on class CL_CRM_BOL_BO_COL has no parameter.
Method GET_CURRENT on class CL_CRM_BOL_BO_COL has no exception.
Method GET_NEW_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_CRM_BOL_BO_COL | BO Collection | 20040324 |
Method GET_NEW_INSTANCE on class CL_CRM_BOL_BO_COL has no exception.
Method GET_RELATED_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PATH | Call by reference | Type reference (TYPE) | CRMT_RELATION_NAME_TAB | 20070806 | ||||
| 2 | IV_SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_PROPERTY_ACCESS | Zugriffsinterface für BO Attribute | 20070806 | |||
| 3 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BOL_BO_PROPERTY_ACCESS | Zugriffsinterface für BO Attribute | 20070806 |
Method GET_RELATED_OBJECT on class CL_CRM_BOL_BO_COL has no exception.
Method ON_BOL_RESET Signature
Method ON_BOL_RESET on class CL_CRM_BOL_BO_COL has no parameter.
Method ON_BOL_RESET on class CL_CRM_BOL_BO_COL has no exception.
Method ON_ENTITY_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20030519 |
Method ON_ENTITY_DELETED on class CL_CRM_BOL_BO_COL has no exception.
Method ON_RESET_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20070806 |
Method ON_RESET_FINISHED on class CL_CRM_BOL_BO_COL has no exception.
Method ON_RESET_TRIGGERED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXCEPTIONS | Call by reference | Attribute reference (LIKE) | 20090216 | |||||
| 2 | SENDER | Call by reference | Attribute reference (LIKE) | 20070806 |
Method ON_RESET_TRIGGERED on class CL_CRM_BOL_BO_COL has no exception.
Method PARTITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_HIGH | Call by reference | Type reference (TYPE) | GTYPE_INDEX_TAB | 20020710 | ||||
| 2 | ET_LOW | Call by reference | Type reference (TYPE) | GTYPE_INDEX_TAB | 20020710 | ||||
| 3 | IT_SORT_TAB | Call by reference | Type reference (TYPE) | GTYPE_INDEX_TAB | 20020710 | ||||
| 4 | IV_ATTR_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Komponentenname | 20020710 | |||
| 5 | IV_PIVOT | Call by reference | Type reference (TYPE) | DATA | 20020710 | ||||
| 6 | IV_SORT_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_BOL_COL_SORTING | Callback Interface für anwendungsgest. Collectionsortierung | 20020710 | |||
| 7 | IV_SORT_ORDER | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20020711 | |||
| 8 | IV_USE_TEXT_RELATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070806 |
Method PARTITION on class CL_CRM_BOL_BO_COL has no exception.
Method QUICKSORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SORT_TAB | Call by reference | Type reference (TYPE) | GTYPE_INDEX_TAB | 20020710 | ||||
| 2 | IV_ATTR_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Komponentenname | 20020710 | |||
| 3 | IV_SORT_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_BOL_COL_SORTING | Callback Interface für anwendungsgest. Collectionsortierung | 20020710 | |||
| 4 | IV_SORT_ORDER | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20020711 | |||
| 5 | IV_USE_TEXT_RELATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070806 |
Method QUICKSORT on class CL_CRM_BOL_BO_COL has no exception.
Method RESTORE_ENTITY_LIST Signature
Method RESTORE_ENTITY_LIST on class CL_CRM_BOL_BO_COL has no parameter.
Method RESTORE_ENTITY_LIST on class CL_CRM_BOL_BO_COL has no exception.
Method SORT_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SORT_TAB | Call by reference | Type reference (TYPE) | GTYPE_INDEX_TAB | 20030512 | ||||
| 2 | IV_ATTR_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Komponentenname | 20030512 | |||
| 3 | IV_PATH_2_SUBOBJECT | Call by reference | Type reference (TYPE) | STRING | 20070806 | ||||
| 4 | IV_SORT_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_BOL_COL_SORTING2 | 20101014 | ||||
| 5 | IV_SORT_ORDER | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20030512 | |||
| 6 | IV_STABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: Stabiles sortieren | 20031022 | |||
| 7 | IV_USE_TEXT_RELATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070806 |
Method SORT_INTERNAL on class CL_CRM_BOL_BO_COL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 310 |