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 ABAP 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 CLEAR_ON_BOL_RESET Instance attribute Private Type reference (TYPE) ABAP_BOOL 20080515
2 ENTITY_LIST Instance attribute Protected Type reference (TYPE) CRMT_ENTITY_TAB Table of Business Objects 20020425
3 MULTI_SELECT Instance attribute Protected Attribute reference (LIKE) Multiselect Support 20050414
4 PENDING_OPERATIONS_EXIST Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20080602
5 RESTORE_LIST Instance attribute Private Type reference (TYPE) LTYPE_RESTORE_TABLE 20070806
6 SORT_ASCENDING Instance attribute Private Type reference (TYPE) LTYPE_RESTORE_TABLE 20020711
7 SORT_DESCENDING Instance attribute Private Type reference (TYPE) LTYPE_RESTORE_TABLE 20020711
8 SORT_STATE Instance attribute Protected Attribute reference (LIKE) 20050422
9 TABIX Instance attribute Protected Type reference (TYPE) SYTABIX 0 Index for Focus Element 20020425
10 TAB_SIZE Instance attribute Protected Type reference (TYPE) SYTABIX Number of Elements in Collection 20020425
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BO_ALIVE Instance method Protected Method 20030317
2 CHECK_RESET_COMPLIANCE Instance method Protected Method 20051114
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050718
4 FINISH_PENDING_OPERATIONS Instance method Protected Method 20080602
5 GET_CURRENT Instance method Private Event handling method 20020425
6 GET_NEW_INSTANCE Instance method Protected Method 20040324
7 GET_RELATED_OBJECT Static method Private Method 20070806
8 ON_BOL_RESET Instance method Private Method 20070319
9 ON_ENTITY_DELETED Instance method Protected Event handling method 20030519
10 ON_RESET_FINISHED Instance method Private Event handling method 20070806
11 ON_RESET_TRIGGERED Instance method Private Event handling method 20070806
12 PARTITION Instance method Private Method 20020710
13 QUICKSORT Instance method Private Method 20020710
14 RESTORE_ENTITY_LIST Instance method Private Method 20080602
15 SORT_INTERNAL Instance method Private Method 20030512
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 Importing IV_BO Call by reference Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS Zugriffsinterface für BO Attribute 20030317
2 Returning 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 Returning 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 Returning 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 Importing IT_PATH Call by reference Type reference (TYPE) CRMT_RELATION_NAME_TAB 20070806
2 Importing IV_SOURCE Call by reference Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS Zugriffsinterface für BO Attribute 20070806
3 Returning 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 Importing 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 Importing 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 Importing EXCEPTIONS Call by reference Attribute reference (LIKE) 20090216
2 Importing 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 Exporting ET_HIGH Call by reference Type reference (TYPE) GTYPE_INDEX_TAB 20020710
2 Exporting ET_LOW Call by reference Type reference (TYPE) GTYPE_INDEX_TAB 20020710
3 Importing IT_SORT_TAB Call by reference Type reference (TYPE) GTYPE_INDEX_TAB 20020710
4 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20020710
5 Importing IV_PIVOT Call by reference Type reference (TYPE) DATA 20020710
6 Importing IV_SORT_CALLBACK Call by reference Object reference (TYPE REF TO) IF_BOL_COL_SORTING Callback Interface für anwendungsgest. Collectionsortierung 20020710
7 Importing IV_SORT_ORDER Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20020711
8 Importing 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 Changing CT_SORT_TAB Call by reference Type reference (TYPE) GTYPE_INDEX_TAB 20020710
2 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20020710
3 Importing IV_SORT_CALLBACK Call by reference Object reference (TYPE REF TO) IF_BOL_COL_SORTING Callback Interface für anwendungsgest. Collectionsortierung 20020710
4 Importing IV_SORT_ORDER Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20020711
5 Importing 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 Changing CT_SORT_TAB Call by reference Type reference (TYPE) GTYPE_INDEX_TAB 20030512
2 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20030512
3 Importing IV_PATH_2_SUBOBJECT Call by reference Type reference (TYPE) STRING 20070806
4 Importing IV_SORT_CALLBACK Call by reference Object reference (TYPE REF TO) IF_BOL_COL_SORTING2 20101014
5 Importing IV_SORT_ORDER Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20030512
6 Importing IV_STABLE Call by reference Type reference (TYPE) ABAP_BOOL Flag: Stabiles sortieren 20031022
7 Importing 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