SAP ABAP Class CL_CRM_BRC_ABSTR_HDLR (Superclass of all BRC non-root handler class)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-APF (Application Component) Application Frame
     CRM_BSP_UI_FRAME_BRC (Package) Business Role Customizing (BOL and UI)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_ADV_SRC_HDLR Advanced Search handler 20071106
2 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_CENTRAL_SRC_HDLR Central search handler 20071106
3 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_DLG_HDLR Direct link group handler 20071113
4 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_DLG_ITEM_HDLR Direct link group item handler 20071106
5 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_DLG_I_TEXT_HDLR Direct Link Group Item Handler 20071212
6 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_DLG_TEXT_HDLR Direct Link Group Text Handler 20071212
7 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_FCT_PROF_HDLR Function profile handler 20071106
8 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_KBS_HDLR Keyboard shortcuts handler 20071106
9 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_ROLE_TEXT_HDLR Role text handler 20071204
10 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_SRC_RES_HDLR Search result handler 20071106
... Click here to see Used By full list (14 items)
Properties
Class CL_CRM_BRC_ABSTR_HDLR  
Short Description Superclass of all BRC non-root handler class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_UI_FRAME_BRC   Business Role Customizing (BOL and UI) 
Created 20071106   SAP 
Last change 20081007   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
Class CL_CRM_BRC_ABSTR_HDLR has no interface implemented.
Friends
Class CL_CRM_BRC_ABSTR_HDLR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BRC_ADVSEARCH_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCDynamicSearch' External Name of Object 20071106
2 GC_BRC_BUS_ROLE_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCBusinessRole' External Name of Object 20071106
3 GC_BRC_CENTRALSEARCH_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCCentralSearch' External Name of Object 20071106
4 GC_BRC_DLG_ITEM_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCDirectLinkGroupItem' External Name of Object 20071106
5 GC_BRC_DLG_I_TEXT_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCDLGItemText ' External Name of Object 20071214
6 GC_BRC_DLG_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCDirectLinkGroup' External Name of Object 20071129
7 GC_BRC_DLG_TEXT_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCDLGText' External Name of Object 20071214
8 GC_BRC_FCT_PROF_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCFunctionProfile' External Name of Object 20071106
9 GC_BRC_KBS_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCKeyboardShortcut' External Name of Object 20071106
10 GC_BRC_ROLE_TEXT_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCRoleText' External Name of Object 20071204
11 GC_BRC_SRC_RESULT_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCSearchResult' External Name of Object 20071108
12 GC_BRC_TEXT_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCText' External Name of Object 20071106
13 GC_BRC_WC_ITEM_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCWorkCenterItem' External Name of Object 20071129
14 GC_BRC_WC_I_TEXT_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCWCItemText' External Name of Object 20071214
15 GC_BRC_WC_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCWorkCenter' External Name of Object 20071129
16 GC_BRC_WC_TEXT_OBJ_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME 'BRCWCText' External Name of Object 20071214
17 GC_DEFAULT_METHOD Constant Public Type reference (TYPE) CRMT_OBJ_METHOD_NAME 'default' Name of Business Object Method 20071106
Methods
# Method Level Visibility Method type Description Created on
1 ADVANCED_SEARCH Instance method Public Method Executes advanced search requests 20071106
2 MODIFY Instance method Public Method Modify dependant objects 20071106
3 MODIFY_CHILDREN Instance method Public Method Modifies/adds/delete dependent objects 20071201
4 PROCESS_CHILDREN Instance method Public Method Reads the dependent objects 20071113
5 READ Instance method Public Method Read dependant objects 20071106
6 SET_ATTRIBUTE_PROPERTIES Instance method Public Method Changes the Properties of the Returned Attributes 20071106
Events
Class CL_CRM_BRC_ABSTR_HDLR has no event.
Types
Class CL_CRM_BRC_ABSTR_HDLR has no local type.
Method Signatures

Method ADVANCED_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_QUERY_PARAMETERS Call by reference Type reference (TYPE) GENILT_QUERY_PARAMETERS Search Control Parameters 20071106
2 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) GENILT_SELECTION_PARAMETER_TAB Complex Search Condition 20071106
3 Importing IV_ROOT_LIST Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECTLIST Data Container - Root Object List Interface 20071106

Method ADVANCED_SEARCH on class CL_CRM_BRC_ABSTR_HDLR has no exception.

Method MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CHANGED_OBJECTS Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INSTANCE_TAB Table of Object Instances in Generic IL 20071106
2 Importing IV_CHILD Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT Data Container - Object Interface 20071106

Method MODIFY on class CL_CRM_BRC_ABSTR_HDLR has no exception.

Method MODIFY_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CHANGED_OBJECTS Call by reference Type reference (TYPE) CRMT_GENIL_OBJ_INSTANCE_TAB Table of Object Instances in Generic IL 20071201
2 Importing IV_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT Data Container - Object Interface 20071201

Method MODIFY_CHILDREN on class CL_CRM_BRC_ABSTR_HDLR has no exception.

Method PROCESS_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REQUEST_OBJECTS Call by reference Type reference (TYPE) CRMT_REQUEST_OBJ_TAB Table of Object Request Specifications 20071113
2 Importing IV_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT Data Container - Object Interface 20071113

Method PROCESS_CHILDREN on class CL_CRM_BRC_ABSTR_HDLR has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REQUEST_OBJECTS Call by reference Type reference (TYPE) CRMT_REQUEST_OBJ_TAB Table of Object Request Specifications 20071106
2 Importing IV_CHILD Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT Data Container - Object Interface 20071106
3 Importing IV_ROOT_LIST Call by reference Object reference (TYPE REF TO) IF_GENIL_CONT_ROOT_OBJECTLIST Data Container - Root Object List Interface 20071106

Method READ on class CL_CRM_BRC_ABSTR_HDLR has no exception.

Method SET_ATTRIBUTE_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LINK_ID_NOT_VALID Call by reference Type reference (TYPE) ABAP_BOOL Logical Link ID 20071127
2 Importing IV_OBJECT Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT Data Container - Object Interface 20071106

Method SET_ATTRIBUTE_PROPERTIES on class CL_CRM_BRC_ABSTR_HDLR has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_ADV_SRC_HDLR Advanced Search handler 20071106
2 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_CENTRAL_SRC_HDLR Central search handler 20071106
3 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_DLG_HDLR Direct link group handler 20071113
4 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_DLG_ITEM_HDLR Direct link group item handler 20071106
5 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_DLG_I_TEXT_HDLR Direct Link Group Item Handler 20071212
6 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_DLG_TEXT_HDLR Direct Link Group Text Handler 20071212
7 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_FCT_PROF_HDLR Function profile handler 20071106
8 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_KBS_HDLR Keyboard shortcuts handler 20071106
9 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_ROLE_TEXT_HDLR Role text handler 20071204
10 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_SRC_RES_HDLR Search result handler 20071106
11 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_WC_HDLR Work Center handler 20071113
12 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_WC_ITEM_HDLR Work Center item handler 20071113
13 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_WC_I_TEXT_HDLR Work Center Item Text Handler 20071212
14 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC_WC_TEXT_HDLR Work Center Text Handler 20071212
History
Last changed by/on SAP  20081007 
SAP Release Created in 700