SAP ABAP Class CL_CRM_BRC_DATA_HDLR (APIS for databases)
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)
Properties
Class CL_CRM_BRC_DATA_HDLR  
Short Description APIS for databases    
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 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
Class CL_CRM_BRC_DATA_HDLR has no interface implemented.
Friends
Class CL_CRM_BRC_DATA_HDLR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CREATE Constant Public Type reference (TYPE) CHAR1 'C' Specifies that the entry will be created on save (db) 20071112
2 GC_DELETE Constant Public Type reference (TYPE) CHAR1 'D' Specifies that the entry will be deleted on save (db) 20071112
3 GC_MODIFY Constant Public Type reference (TYPE) CHAR1 'M' Specifies that the entry will be modified (db) 20071112
4 GR_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_CRM_BRC_DATA_HDLR APIS for databases 20071106
5 GS_BRC_ROLE_ATT_BUFFER Static Attribute Public Type reference (TYPE) ROLE_STRUCT_TYPE Business Role attribute structure 20071116
6 GT_BRC_CS_ITEM_ATT_BUFFER Static Attribute Public See coding 20071114
7 GT_BRC_DLG_ATT_BUFFER Static Attribute Public See coding 20071114
8 GT_BRC_DLG_ITEM_ATT_BUFFER Static Attribute Public See coding Table of direct link group items 20071109
9 GT_BRC_DLG_ITEM_TEXT_BUFFER Static Attribute Public See coding 20071130
10 GT_BRC_DLG_TEXT_BUFFER Static Attribute Public See coding 20071130
11 GT_BRC_FCT_PROF_ATT_BUFFER Static Attribute Public See coding Table of function profiles 20071109
12 GT_BRC_KBS_ATTR_BUFFER Static Attribute Public See coding Table of keyboard shortcuts 20071109
13 GT_BRC_ROLE_TEXT_BUFFER Static Attribute Public See coding 20071204
14 GT_BRC_WC_ATT_BUFFER Static Attribute Public See coding 20071115
15 GT_BRC_WC_ITEM_ATT_BUFFER Static Attribute Public See coding 20071115
16 GT_BRC_WC_ITEM_TEXT_BUFFER Static Attribute Public See coding 20071130
17 GT_BRC_WC_TEXT_BUFFER Static Attribute Public See coding 20071130
18 GT_DBTABLES_UPDATED Instance attribute Private Type reference (TYPE) CRMT_BOL_BRC_DBTABLES_UPDATED Tables of database table names updated on save 20071211
19 GT_HEADER_ICONS Instance attribute Public Type reference (TYPE) SHSVALTAB Icons reserved for the header of DLG and Recent Edits 20080418
20 GT_ICONS Instance attribute Public Type reference (TYPE) SHSVALTAB Business Server Pages (BSP) Value List Search Help 20071208
21 GT_SMALL_ICONS Instance attribute Public Type reference (TYPE) SHSVALTAB Small Icons 20080418
22 GT_VALID_KEYCODES Instance attribute Private Type reference (TYPE) BSP_WD_DROPDOWN_TABLE Value Table for BSP WD Dropdown List Boxes 20071213
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BUSINESS_ROLE Instance method Public Method Checks business role before save 20090507
2 CHECK_BUSINESS_ROLE_DETAILS Instance method Public Method Checks all fields entered on UI if they are valid 20071120
3 CHECK_DIRECT_LINK_GROUPS Instance method Public Method Checks direct link groups before save 20090507
4 CHECK_DIRECT_LINK_GROUP_ITEMS Instance method Public Method Checks direct link group items before save 20090507
5 CHECK_FUNCTION_PROFILES Instance method Public Method Checks function profiles before save 20090507
6 CHECK_KEYBOARD_SHORTCUTS Instance method Public Method Checks keyboard shortcuts before save 20090507
7 CHECK_ROLE_NAMESPACE Instance method Public Method Returns a warning message if a SAP role is being changed 20080225
8 CHECK_WORK_CENTERS Instance method Public Method Checks work centers before save 20090507
9 CHECK_WORK_CENTER_ITEMS Instance method Public Method Checks work center items before save 20090507
10 CLEAN_UP_CENTRAL_SEARCH_ITEMS Instance method Public Method Clean up of deleted central search items 20071204
11 CLEAN_UP_DLG Instance method Public Method Clean up of deleted direct link group 20071204
12 CLEAN_UP_DLG_ITEMS Instance method Public Method Clean up of deleted direct link group items 20071204
13 CLEAN_UP_WORK_CENTERS Instance method Public Method Clean up of deleted work centers 20071204
14 CLEAN_UP_WORK_CENTER_ITEMS Instance method Public Method Clean up of deleted work center items 20071204
15 CLEAR_DBTABLES_UPDATED Instance method Public Method Clears global table 20071211
16 CLEAR_TREE_BUFFERS Instance method Public Method Clears buffers of WC and DLG 20080118
17 CREATE_BUSINESS_ROLE Instance method Public Method Creates a new business role 20071108
18 CREATE_CENTRAL_SEARCH_ITEMS Instance method Public Method Creates a central search item for a business role 20071210
19 CREATE_DIRECT_LINK_GROUP Instance method Public Method Creates a new direct link group in the buffer 20071210
20 CREATE_DLG_ITEM Instance method Public Method Creates a new direct link group item in the buffer 20071210
21 CREATE_DLG_ITEM_TEXT Instance method Public Method Creates a new DLG item text entry in the buffer 20071214
22 CREATE_DLG_TEXT Instance method Public Method Creates a new direct link group text entry in the buffer 20071214
23 CREATE_FCT_PROF Instance method Public Method Creates a new Function Profile 20071207
24 CREATE_KEYBOARD_SHORTCUT Instance method Public Method Creates a new keyboard shortcut 20071109
25 CREATE_ROLE_TEXT Instance method Public Method Creates a new role text 20071207
26 CREATE_WC_ITEM_TEXT Instance method Public Method Creates a new work center item text entry in the buffer 20071214
27 CREATE_WC_TEXT Instance method Public Method Creates a new work center text entry in the buffer 20071214
28 CREATE_WORK_CENTER Instance method Public Method Creates a new work center entry in the buffer 20071210
29 CREATE_WORK_CENTER_ITEM Instance method Public Method Creates a new work center item entry in the buffer 20071210
30 DELETE_DB_CENTRAL_SEARCH_ITEMS Instance method Public Method Performs the deletion of all central search items of a role 20071127
31 DELETE_DB_DIRECT_LINK_GROUPS Instance method Public Method Performs the deletion of all dlg/items of a role 20071127
32 DELETE_DB_FUNCTION_PROFILES Instance method Public Method Performs the deletion of all fct profiles of a role 20071127
33 DELETE_DB_KEYBOARD_SHORTCUTS Instance method Public Method Performs the deletion of all keyboard shortcuts of a role 20071127
34 DELETE_DB_ROLE Instance method Public Method Performs the deletion of a business role in db table 20071127
35 DELETE_DB_WORK_CENTERS Instance method Public Method Performs the deletion of all wc/items of a role 20071127
36 DELETE_FCT_PROF Instance method Public Method Flag a Function Profile for deletion 20071205
37 DELETE_KEYBOARD_SHORTCUT Instance method Public Method Deletes a new keyboard shortcut 20071109
38 DELETE_ROLE_TEXT Instance method Public Method Deletes a role text 20071207
39 GET_CTS_DBTABLES_CS_CLEANUP Instance method Public Method Retuns a list of db tables to insert in CTS generic service 20080130
40 GET_CTS_DBTABLES_DLG_CLEANUP Instance method Public Method Retuns a list of db tables to insert in CTS generic service 20080130
41 GET_CTS_DBTABLES_ON_DELETE Instance method Public Method Retuns a list of db tables to insert in CTS generic service 20071219
42 GET_CTS_DBTABLES_ON_SAVE Instance method Public Method Retuns a list of db tables to insert in CTS generic service 20071219
43 GET_CTS_DBTABLES_WC_CLEANUP Instance method Public Method Retuns a list of db tables to insert in CTS generic service 20080130
44 GET_DBTABLES_UPDATED Instance method Public Method Returns all database tables that were updated on save 20071211
45 GET_INSTALLED_SYSTEM_LANGUAGES Instance method Public Method Returns a list of installed system languages 20071205
46 GET_INSTANCE Static method Public Method Delivers singleton instance 20071106
47 INITIALIZE_BUFFERS Instance method Public Method Initializes all internal buffers 20071106
48 IS_BUSINESS_ROLE_PERSISTENT Instance method Public Method Returns true if the is was saved previously in db table 20071123
49 IS_KBSHORTCUT_ASSIGNED_TWISE Instance method Public Method Returns true if the same shortcut is assigned more than once 20071123
50 IS_PFCG_ROLE_ASSIGNED_TWICE Instance method Public Method Returns true if PFCG role was assigned more than once 20071123
51 IS_VALID_FCT_PROF Instance method Public Method Validate a Function Profile ID 20071207
52 IS_VALID_FCT_PROF_VALUE Instance method Public Method Validate a Function Profile ID 20071210
53 IS_VALID_ICON_NAME Instance method Public Method True if icon is part of search help values 20071208
54 IS_VALID_PROFILE_TO_CREATE Instance method Public Method Returns true if the new profile ID alreay exists in the db 20071119
55 LOAD_ICON_VALUES Instance method Public Method Loads all icons in a buffer 20071208
56 LOCK_DB_TABLES Instance method Public Method Locks all database tables to let user update any role 20071121
57 PERFORM_CS_ITEMS_CREATE_DB Instance method Public Method Creates a central search items in db table 20071210
58 PERFORM_CS_ITEMS_MODIFY_DB Instance method Public Method Modifies a central search items in db table 20071127
59 PERFORM_FCT_PROF_CREATION_DB Instance method Public Method Create Function Profiles in the DB 20071207
60 PERFORM_FCT_PROF_DELETION_DB Instance method Public Method Delete Function Profiles from the DB 20071205
61 PERFORM_FCT_PROF_MODIFY_DB Instance method Public Method Modify Function Profiles in the DB 20071210
62 PERFORM_KBSHORTCUT_CREATION_DB Instance method Public Method Saves the creation of a keyboard shortcut in db table 20071123
63 PERFORM_KBSHORTCUT_DELETION_DB Instance method Public Method Performs the deletion of a keyboard shortcut in db table 20071123
64 PERFORM_KBSHORTCUT_MODIFY_DB Instance method Public Method Modifies a keyboard shortcut in db table 20071123
65 PERFORM_ROLE_CREATION_DB Instance method Public Method Saves the creation of a business role in db table 20071123
66 PERFORM_ROLE_MODIFICATION_DB Instance method Public Method Modifies a business role in db table 20071123
67 READ_BUSINESS_ROLE Instance method Public Method Read business role data 20071106
68 READ_CENTRAL_SEARCH_ITEMS Instance method Public Method Reads central search items of a business role 20071106
69 READ_DIRECT_LINK_GROUPS Instance method Public Method Reads direct link groups of a business role 20071106
70 READ_DIRECT_LINK_GROUP_ITEMS Instance method Public Method Reads direct link group items of a business role 20071113
71 READ_FUNCTION_PROFILES Instance method Public Method Reads function profiles of a business role 20071106
72 READ_KEYBOARD_SHORTCUTS Instance method Public Method Reads keyboard shortcuts of a business role 20071106
73 READ_NAVBAR_PROFILE Instance method Public Method Retrieves the navbar profile assigned to business role 20071109
74 READ_TEXTS_DLG Instance method Public Method Reads translated items of a technical object 20071130
75 READ_TEXTS_DLG_ITEMS Instance method Public Method Reads translated items of a technical object 20071130
76 READ_TEXTS_ROLE Instance method Public Method Reads texts of a business role 20071204
77 READ_TEXTS_WC Instance method Public Method Reads translated items of a technical object 20071130
78 READ_TEXTS_WC_ITEMS Instance method Public Method Reads translated items of a technical object 20071130
79 READ_WORK_CENTER Instance method Public Method Read all Work Center for a Specified Business Role 20071115
80 READ_WORK_CENTER_ITEMS Instance method Public Method Read Work Center Items 20071115
81 SAVE_BUSINESS_ROLE Instance method Public Method Saves the business role details 20071123
82 SAVE_CENTRAL_SEARCH_ITEMS Instance method Public Method Saves the central search items 20071127
83 SAVE_DIRECT_LINK_GROUPS Instance method Public Method Saves the direct link groups 20071128
84 SAVE_DIRECT_LINK_GROUP_ITEMS Instance method Public Method Saves the direct link group items 20071128
85 SAVE_DLG_I_TEXTS Instance method Public Method Saves all direct link group item texts translations 20071214
86 SAVE_DLG_TEXTS Instance method Public Method Saves all direct link group texts translations 20071214
87 SAVE_FUNCTION_PROFILES Instance method Public Method Saves the function profiles 20071128
88 SAVE_KEYBOARD_SHORTCUT Instance method Public Method Saves the keyboard shortcut 20071123
89 SAVE_ROLE_TEXTS Instance method Public Method Saves all role texts translations 20071207
90 SAVE_WC_I_TEXTS Instance method Public Method Saves all work center items texts translations 20071214
91 SAVE_WC_TEXTS Instance method Public Method Saves all work center texts translations 20071214
92 SAVE_WORK_CENTERS Instance method Public Method Saves the work centers 20071128
93 SAVE_WORK_CENTER_ITEMS Instance method Public Method Saves the work center items 20071128
94 SEARCH_BUSINESS_ROLES Instance method Public Method Search Business Roles 20071108
95 SET_ICON_TABLE Instance method Public Method Sets the correct table of icons ready to be returned 20080418
96 UNLOCK_DB_TABLES Instance method Public Method Unlocks all database tables after an update 20071121
97 UPDATE_BUFFER_AFTER_SAVE Instance method Public Method Clears cmd flags (M/C) after a save, deletes D from buffer 20071128
98 UPDATE_BUSINESS_PROFILE Instance method Public Method Updates the business role 20071106
99 UPDATE_CENTRAL_SEARCH_ITEMS Instance method Public Method Updates the central search items of a business role 20071106
100 UPDATE_DIRECT_LINK_GROUPS Instance method Public Method Updates the direct link groups of a business role 20071106
101 UPDATE_DIRECT_LINK_GROUP_ITEMS Instance method Public Method Updates the direct link group items of a DLG 20071201
102 UPDATE_DLG_ITEM_TEXT Instance method Public Method Updates the DLG item text buffer 20071214
103 UPDATE_DLG_TEXT Instance method Public Method Updates the DLG text buffer 20071214
104 UPDATE_FUNCTION_PROFILES Instance method Public Method Updates the function profiles of a business role 20071106
105 UPDATE_KEYBOARD_SHORTCUTS Instance method Public Method Updates the keyboard shortcuts of a business role 20071106
106 UPDATE_ROLE_TEXT Instance method Public Method Updates the description translations of a business role 20071207
107 UPDATE_WC_ITEM_TEXT Instance method Public Method Updates the work center item text buffer 20071214
108 UPDATE_WC_TEXT Instance method Public Method Updates the work center text buffer 20071214
109 UPDATE_WORK_CENTERS Instance method Public Method Updates the work center buffer 20071129
110 UPDATE_WORK_CENTER_ITEMS Instance method Public Method Updates the work center items buffer 20071129
Events
Class CL_CRM_BRC_DATA_HDLR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CS_ITEM_STRUCT_TYPE Public See coding 20071114 BEGIN OF cs_item_struct_type. INCLUDE TYPE crms_bol_brc_central_src_att. INCLUDE TYPE cs_item_struct_type_cmd. TYPES: END OF cs_item_struct_type
2 CS_ITEM_STRUCT_TYPE_CMD Public See coding 20071114 BEGIN OF cs_item_struct_type_cmd, cmd_flag TYPE char1, END OF cs_item_struct_type_cmd
3 DLG_ITEM_STRUCT_TYPE Public See coding 20071112 BEGIN OF dlg_item_struct_type. INCLUDE TYPE crms_bol_brc_dlg_item_att. INCLUDE TYPE dlg_item_struct_type_cmd. TYPES: END OF dlg_item_struct_type
4 DLG_ITEM_STRUCT_TYPE_CMD Public See coding 20071112 BEGIN OF dlg_item_struct_type_cmd, cmd_flag TYPE char1, END OF dlg_item_struct_type_cmd
5 FCT_PROFILE_STRUCT_TYPE Public See coding 20071112 BEGIN OF fct_profile_struct_type. INCLUDE TYPE crms_bol_brc_fct_prof_att. INCLUDE TYPE fct_profile_struct_type_cmd. TYPES: END OF fct_profile_struct_type
6 FCT_PROFILE_STRUCT_TYPE_CMD Public See coding 20071112 BEGIN OF fct_profile_struct_type_cmd, cmd_flag TYPE char1, END OF fct_profile_struct_type_cmd
7 KB_SHORTCUT_STRUCT_TYPE Public See coding 20071109 BEGIN OF kb_shortcut_struct_type. INCLUDE TYPE crms_bol_brc_kb_shortcuts_att. INCLUDE TYPE kb_shortcut_struct_type_cmd. TYPES: END OF kb_shortcut_struct_type
8 KB_SHORTCUT_STRUCT_TYPE_CMD Public See coding 20071109 BEGIN OF kb_shortcut_struct_type_cmd, cmd_flag TYPE char1, END OF kb_shortcut_struct_type_cmd
9 NAVBAR_ITEM_STRUCT_TYPE Public See coding 20071112 BEGIN OF navbar_item_struct_type. INCLUDE TYPE crms_bol_brc_navbar_item_att. INCLUDE TYPE navbar_item_struct_type_cmd. TYPES: END OF navbar_item_struct_type
10 NAVBAR_ITEM_STRUCT_TYPE_CMD Public See coding 20071112 BEGIN OF navbar_item_struct_type_cmd, cmd_flag TYPE char1, END OF navbar_item_struct_type_cmd
11 ROLE_STRUCT_TYPE Public See coding 20071116 BEGIN OF role_struct_type. INCLUDE TYPE crms_bol_brc_role_att. INCLUDE TYPE role_struct_type_cmd. TYPES: END OF role_struct_type
12 ROLE_STRUCT_TYPE_CMD Public See coding 20071116 BEGIN OF role_struct_type_cmd, cmd_flag TYPE char1, END OF role_struct_type_cmd
13 ROLE_TEXT_STRUCT_TYPE Public See coding 20071204 BEGIN OF role_text_struct_type. INCLUDE TYPE crms_bol_brc_role_text_att. INCLUDE TYPE role_text_struct_type_cmd. TYPES: END OF role_text_struct_type
14 ROLE_TEXT_STRUCT_TYPE_CMD Public See coding 20071204 BEGIN OF role_text_struct_type_cmd, cmd_flag TYPE char1, END OF role_text_struct_type_cmd
15 T002T_TAB Public See coding 20080401 T002T_TAB TYPE TABLE OF T002T
16 TEXT_STRUCT_TYPE Public See coding 20071128 BEGIN OF text_struct_type. INCLUDE TYPE crms_bol_brc_text_att. INCLUDE TYPE text_struct_type_cmd. TYPES: END OF text_struct_type
17 TEXT_STRUCT_TYPE_CMD Public See coding 20071128 BEGIN OF text_struct_type_cmd, cmd_flag TYPE char1, END OF text_struct_type_cmd
18 WC_ITEM_STRUCT_TYPE Public See coding 20071115 BEGIN OF wc_item_struct_type. INCLUDE TYPE crms_bol_brc_wc_item_att. INCLUDE TYPE wc_item_struct_type_cmd. TYPES: END OF wc_item_struct_type
19 WC_ITEM_STRUCT_TYPE_CMD Public See coding 20071115 BEGIN OF wc_item_struct_type_cmd, cmd_flag TYPE char1, END OF wc_item_struct_type_cmd
Method Signatures

Method CHECK_BUSINESS_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20090507
2 Exporting EV_HAS_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20090507

Method CHECK_BUSINESS_ROLE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CHECK_BUSINESS_ROLE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071211
2 Changing IR_MSG_CONT Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071120
3 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_ATT Business Role attribute structure 20071120

Method CHECK_BUSINESS_ROLE_DETAILS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CHECK_DIRECT_LINK_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20090507
2 Exporting EV_HAS_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20090507

Method CHECK_DIRECT_LINK_GROUPS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CHECK_DIRECT_LINK_GROUP_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20090507
2 Exporting EV_HAS_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20090507

Method CHECK_DIRECT_LINK_GROUP_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CHECK_FUNCTION_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20090507
2 Exporting EV_HAS_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20090507

Method CHECK_FUNCTION_PROFILES on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CHECK_KEYBOARD_SHORTCUTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20090507
2 Exporting EV_HAS_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20090507

Method CHECK_KEYBOARD_SHORTCUTS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CHECK_ROLE_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20080225
2 Exporting EV_VALID_NAMESPACE Call by reference Type reference (TYPE) ABAP_BOOL 20080225
3 Importing IV_ACTION Call by reference Type reference (TYPE) CHAR1 To check if it is creation mode for different msg 20080225
4 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20080225

Method CHECK_ROLE_NAMESPACE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CHECK_WORK_CENTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20090507
2 Exporting EV_HAS_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20090507

Method CHECK_WORK_CENTERS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CHECK_WORK_CENTER_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20090507
2 Exporting EV_HAS_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20090507

Method CHECK_WORK_CENTER_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CLEAN_UP_CENTRAL_SEARCH_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_SERVICE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_MESSAGE_SERVICE 20071213
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071206

Method CLEAN_UP_CENTRAL_SEARCH_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CLEAN_UP_DLG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_SERVICE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_MESSAGE_SERVICE 20071213
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071213

Method CLEAN_UP_DLG on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CLEAN_UP_DLG_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_SERVICE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_MESSAGE_SERVICE 20071213
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071213

Method CLEAN_UP_DLG_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CLEAN_UP_WORK_CENTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_SERVICE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_MESSAGE_SERVICE 20071213
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071213

Method CLEAN_UP_WORK_CENTERS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CLEAN_UP_WORK_CENTER_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_SERVICE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_MESSAGE_SERVICE 20071213
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071213

Method CLEAN_UP_WORK_CENTER_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CLEAR_DBTABLES_UPDATED Signature

Method CLEAR_DBTABLES_UPDATED on class CL_CRM_BRC_DATA_HDLR has no parameter.
Method CLEAR_DBTABLES_UPDATED on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CLEAR_TREE_BUFFERS Signature

Method CLEAR_TREE_BUFFERS on class CL_CRM_BRC_DATA_HDLR has no parameter.
Method CLEAR_TREE_BUFFERS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_BUSINESS_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUS_ROLE_ATTRIBUTES Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_ATT Business Role attribute structure 20071108

Method CREATE_BUSINESS_ROLE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_CENTRAL_SEARCH_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CENTRAL_SEARCH_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_CENTRAL_SRC_ATT Keyboard shortcuts attribute structure 20071210
2 Exporting IV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071210

Method CREATE_CENTRAL_SEARCH_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_DIRECT_LINK_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_DLG_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_DLG_ITEM_ATT DLG attribute structure 20071210

Method CREATE_DIRECT_LINK_GROUP on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_DLG_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_DLG_ITEM_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_DLG_ITEM_ATT Direct link group item attribute structure 20071210

Method CREATE_DLG_ITEM on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_DLG_ITEM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_TEXT_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_TEXT_ATT 20071214

Method CREATE_DLG_ITEM_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_DLG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_TEXT_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_TEXT_ATT 20071214

Method CREATE_DLG_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_FCT_PROF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_FCT_PROF_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_FCT_PROF_ATT Function Profile Attribute structure 20071207
2 Importing IV_CHILD Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT Data Container - Object Interface 20071207
3 Exporting IV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071207

Method CREATE_FCT_PROF on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_KEYBOARD_SHORTCUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_KB_SHORTCUTS_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_KB_SHORTCUTS_ATT Keyboard shortcuts attribute structure 20071109
2 Importing IV_CHILD Call by reference Object reference (TYPE REF TO) IF_GENIL_CONTAINER_OBJECT Data Container - Object Interface 20071126
3 Exporting IV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071127

Method CREATE_KEYBOARD_SHORTCUT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_ROLE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_ROLE_TEXT_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_TEXT_ATT Role text attribute structure 20071207

Method CREATE_ROLE_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_WC_ITEM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_TEXT_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_TEXT_ATT 20071214

Method CREATE_WC_ITEM_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_WC_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_TEXT_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_TEXT_ATT 20071214

Method CREATE_WC_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_WORK_CENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_WC_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_WC_ITEM_ATT Work center attribute structure 20071210

Method CREATE_WORK_CENTER on class CL_CRM_BRC_DATA_HDLR has no exception.

Method CREATE_WORK_CENTER_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_WC_ITEM_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_WC_ITEM_ATT Work center item attribute structure 20071210

Method CREATE_WORK_CENTER_ITEM on class CL_CRM_BRC_DATA_HDLR has no exception.

Method DELETE_DB_CENTRAL_SEARCH_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071127
2 Importing IR_DATA_HANDLER Call by reference Object reference (TYPE REF TO) CL_CRM_BRC_DATA_HDLR data handler 20071127
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071127

Method DELETE_DB_CENTRAL_SEARCH_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method DELETE_DB_DIRECT_LINK_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071127
2 Importing IR_DATA_HANDLER Call by reference Object reference (TYPE REF TO) CL_CRM_BRC_DATA_HDLR data handler 20071127
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071127

Method DELETE_DB_DIRECT_LINK_GROUPS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method DELETE_DB_FUNCTION_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071127
2 Importing IR_DATA_HANDLER Call by reference Object reference (TYPE REF TO) CL_CRM_BRC_DATA_HDLR data handler 20071127
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071127

Method DELETE_DB_FUNCTION_PROFILES on class CL_CRM_BRC_DATA_HDLR has no exception.

Method DELETE_DB_KEYBOARD_SHORTCUTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071127
2 Importing IR_DATA_HANDLER Call by reference Object reference (TYPE REF TO) CL_CRM_BRC_DATA_HDLR data handler 20071127
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071127

Method DELETE_DB_KEYBOARD_SHORTCUTS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method DELETE_DB_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071127
2 Importing IR_DATA_HANDLER Call by reference Object reference (TYPE REF TO) CL_CRM_BRC_DATA_HDLR data handler 20071127
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071127

Method DELETE_DB_ROLE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method DELETE_DB_WORK_CENTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071127
2 Importing IR_DATA_HANDLER Call by reference Object reference (TYPE REF TO) CL_CRM_BRC_DATA_HDLR data handler 20071127
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071127

Method DELETE_DB_WORK_CENTERS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method DELETE_FCT_PROF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FCT_PROF_KEY Call by reference Type reference (TYPE) CRMS_BOL_BRC_FCT_PROF_KEY Function Profile Attribute Structure 20071205

Method DELETE_FCT_PROF on class CL_CRM_BRC_DATA_HDLR has no exception.

Method DELETE_KEYBOARD_SHORTCUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KB_SHORTCUTS_KEY Call by reference Type reference (TYPE) CRMS_BOL_BRC_KB_SHORTCUTS_KEY Keyboard shortcuts attribute structure 20071128

Method DELETE_KEYBOARD_SHORTCUT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method DELETE_ROLE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ROLE_TEXT_KEY Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_TEXT_KEY Role text attribute structure 20071207

Method DELETE_ROLE_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method GET_CTS_DBTABLES_CS_CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_VALUE_NODES_COLLECTION Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_BO_COL Collection of value nodes 20080130

Method GET_CTS_DBTABLES_CS_CLEANUP on class CL_CRM_BRC_DATA_HDLR has no exception.

Method GET_CTS_DBTABLES_DLG_CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_VALUE_NODES_COLLECTION Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_BO_COL Collection of value nodes 20080130

Method GET_CTS_DBTABLES_DLG_CLEANUP on class CL_CRM_BRC_DATA_HDLR has no exception.

Method GET_CTS_DBTABLES_ON_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_VALUE_NODES_COLLECTION Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_BO_COL Collection of value nodes 20080118

Method GET_CTS_DBTABLES_ON_DELETE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method GET_CTS_DBTABLES_ON_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_VALUE_NODES_COLLECTION Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_BO_COL Collection of value nodes 20080118

Method GET_CTS_DBTABLES_ON_SAVE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method GET_CTS_DBTABLES_WC_CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_VALUE_NODES_COLLECTION Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_BO_COL Collection of value nodes 20080130

Method GET_CTS_DBTABLES_WC_CLEANUP on class CL_CRM_BRC_DATA_HDLR has no exception.

Method GET_DBTABLES_UPDATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DBTABLES_UPDATED Value transfer Type reference (TYPE) CRMT_BOL_BRC_DBTABLES_UPDATED Tables of database table names updated on save 20071211

Method GET_DBTABLES_UPDATED on class CL_CRM_BRC_DATA_HDLR has no exception.

Method GET_INSTALLED_SYSTEM_LANGUAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LANGUAGES Call by reference Type reference (TYPE) T002T_TAB 20080401

Method GET_INSTALLED_SYSTEM_LANGUAGES on class CL_CRM_BRC_DATA_HDLR has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_CRM_BRC_DATA_HDLR APIS for databases 20071106

Method GET_INSTANCE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method INITIALIZE_BUFFERS Signature

Method INITIALIZE_BUFFERS on class CL_CRM_BRC_DATA_HDLR has no parameter.
Method INITIALIZE_BUFFERS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method IS_BUSINESS_ROLE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROFILE_ID Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071123
2 Returning RV_PERSISTENT Value transfer Type reference (TYPE) ABAP_BOOL 20071123

Method IS_BUSINESS_ROLE_PERSISTENT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method IS_KBSHORTCUT_ASSIGNED_TWISE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALT Call by reference Type reference (TYPE) CRM_THTMLB_PERS_KS_ALT Alt 20071123
2 Importing IV_CTRL Call by reference Type reference (TYPE) CRM_THTMLB_PERS_KS_CTRL Ctrl 20071123
3 Importing IV_ESC Call by reference Type reference (TYPE) CRM_THTMLB_PERS_KS_SHIFT Esc 20071123
4 Importing IV_KEY Call by reference Type reference (TYPE) CRM_THTMLB_PERS_KS_KEYCODE Key in CRM keyboard shortcut 20071126
5 Importing IV_ROLE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071123
6 Importing IV_SHIFT Call by reference Type reference (TYPE) CRM_THTMLB_PERS_KS_SHIFT Shift 20071123
7 Returning RV_ASSIGNED_TWICE Value transfer Type reference (TYPE) ABAP_BOOL 20071123

Method IS_KBSHORTCUT_ASSIGNED_TWISE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method IS_PFCG_ROLE_ASSIGNED_TWICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_ATT Role attributes 20071128
2 Returning RV_ASSIGNED_TWICE Value transfer Type reference (TYPE) ABAP_BOOL 20071123

Method IS_PFCG_ROLE_ASSIGNED_TWICE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method IS_VALID_FCT_PROF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PROFILE_ID Call by reference Type reference (TYPE) CRMT_IC_PROFILE_ID Function Profile ID 20071207
2 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20071207

Method IS_VALID_FCT_PROF on class CL_CRM_BRC_DATA_HDLR has no exception.

Method IS_VALID_FCT_PROF_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PROFILE_ID Call by reference Type reference (TYPE) CRMT_IC_PROFILE_ID Function Profile ID 20071210
2 Importing IS_PROFILE_VALUE Call by reference Type reference (TYPE) CRMT_IC_PROFILE_VALUE Function Profile Value 20071210
3 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20071210

Method IS_VALID_FCT_PROF_VALUE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method IS_VALID_ICON_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEADER_ICON Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Is it a header icon or small icon 20080609
2 Importing IV_ICON_NAME Call by reference Type reference (TYPE) CRMT_UI_ICON_NAME Icon Name 20071208
3 Returning RV_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20071208

Method IS_VALID_ICON_NAME on class CL_CRM_BRC_DATA_HDLR has no exception.

Method IS_VALID_PROFILE_TO_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROFILE_ID Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071119
2 Returning RV_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20071119

Method IS_VALID_PROFILE_TO_CREATE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method LOAD_ICON_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ICONS Value transfer Type reference (TYPE) SHSVALTAB Business Server Pages (BSP) Value List Search Help 20071208

Method LOAD_ICON_VALUES on class CL_CRM_BRC_DATA_HDLR has no exception.

Method LOCK_DB_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL 20071121

Method LOCK_DB_TABLES on class CL_CRM_BRC_DATA_HDLR has no exception.

Method PERFORM_CS_ITEMS_CREATE_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071210
2 Importing IT_CENTRAL_SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) CRMT_BOL_BRC_CENTRAL_SRC_ATT Keyboard shortcut attribute structure 20071210
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071210

Method PERFORM_CS_ITEMS_CREATE_DB on class CL_CRM_BRC_DATA_HDLR has no exception.

Method PERFORM_CS_ITEMS_MODIFY_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071127
2 Importing IT_CENTRAL_SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) CRMT_BOL_BRC_CENTRAL_SRC_ATT Keyboard shortcut attribute structure 20071127
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071127

Method PERFORM_CS_ITEMS_MODIFY_DB on class CL_CRM_BRC_DATA_HDLR has no exception.

Method PERFORM_FCT_PROF_CREATION_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071207
2 Importing IT_FCT_PROF_ATTRIBUTES Call by reference Type reference (TYPE) CRMT_BOL_BRC_FCT_PROF_ATT Table of Function Profiles 20071207
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071207

Method PERFORM_FCT_PROF_CREATION_DB on class CL_CRM_BRC_DATA_HDLR has no exception.

Method PERFORM_FCT_PROF_DELETION_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071205
2 Importing IT_FCT_PROF_ATTRIBUTES Call by reference Type reference (TYPE) CRMT_BOL_BRC_FCT_PROF_ATT Table of Function Profiles 20071205
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071205

Method PERFORM_FCT_PROF_DELETION_DB on class CL_CRM_BRC_DATA_HDLR has no exception.

Method PERFORM_FCT_PROF_MODIFY_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071210
2 Importing IT_FCT_PROF_ATTRIBUTES Call by reference Type reference (TYPE) CRMT_BOL_BRC_FCT_PROF_ATT Table of Function Profiles 20071210
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071210

Method PERFORM_FCT_PROF_MODIFY_DB on class CL_CRM_BRC_DATA_HDLR has no exception.

Method PERFORM_KBSHORTCUT_CREATION_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071123
2 Importing IT_KBSHORTCUT_ATTRIBUTES Call by reference Type reference (TYPE) CRMT_BOL_BRC_KB_SHORTCUTS_ATT Keyboard shortcut attribute structure 20071126
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071123

Method PERFORM_KBSHORTCUT_CREATION_DB on class CL_CRM_BRC_DATA_HDLR has no exception.

Method PERFORM_KBSHORTCUT_DELETION_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071123
2 Importing IT_KBSHORTCUT_ATTRIBUTES Call by reference Type reference (TYPE) CRMT_BOL_BRC_KB_SHORTCUTS_ATT Keyboard shortcut attribute structure 20071126
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071123

Method PERFORM_KBSHORTCUT_DELETION_DB on class CL_CRM_BRC_DATA_HDLR has no exception.

Method PERFORM_KBSHORTCUT_MODIFY_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071123
2 Importing IT_KBSHORTCUT_ATTRIBUTES Call by reference Type reference (TYPE) CRMT_BOL_BRC_KB_SHORTCUTS_ATT Keyboard shortcut attribute structure 20071126
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071123

Method PERFORM_KBSHORTCUT_MODIFY_DB on class CL_CRM_BRC_DATA_HDLR has no exception.

Method PERFORM_ROLE_CREATION_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071123
2 Exporting ET_ID_MAPPING Call by reference Type reference (TYPE) CRMT_GENIL_ID_MAPPING_TAB 20071123
3 Importing IS_ROLE_ATTRIBUTES Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_ATT Business Role attribute structure 20071123
4 Importing IV_TMP_GENIL_KEY Call by reference Type reference (TYPE) CRMT_GENIL_OBJECT_ID Temporary genil key 20071123
5 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071123

Method PERFORM_ROLE_CREATION_DB on class CL_CRM_BRC_DATA_HDLR has no exception.

Method PERFORM_ROLE_MODIFICATION_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071123
2 Importing IS_ROLE_ATTRIBUTES Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_ATT Business Role attribute structure 20071123
3 Exporting RV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20071123

Method PERFORM_ROLE_MODIFICATION_DB on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_BUSINESS_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BUS_ROLE_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_ATT Business Role attribute structure 20071107
2 Importing IS_BUS_ROLE_KEY Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_KEY Business Role key structure 20071107
3 Importing IV_BUS_ROLE_SAVED Call by reference Type reference (TYPE) ABAP_BOOL 20071206

Method READ_BUSINESS_ROLE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_CENTRAL_SEARCH_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CENTRAL_SRC_ITEMS Call by reference Type reference (TYPE) CRMT_BOL_BRC_CENTRAL_SRC_ATT Table of central search items 20071107
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071109

Method READ_CENTRAL_SEARCH_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_DIRECT_LINK_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DLG_ITEMS Call by reference Type reference (TYPE) CRMT_BOL_BRC_DLG_ITEM_ATT Table of direct link group items 20071107
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071109

Method READ_DIRECT_LINK_GROUPS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_DIRECT_LINK_GROUP_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DLG_ITEMS Call by reference Type reference (TYPE) CRMT_BOL_BRC_DLG_ITEM_ATT Table of direct link group items 20071113
2 Importing IV_GROUP_ID Call by reference Type reference (TYPE) CRMT_UI_GROUP_ID Group ID 20071114
3 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071113

Method READ_DIRECT_LINK_GROUP_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_FUNCTION_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FCT_PROFILES Call by reference Type reference (TYPE) CRMT_BOL_BRC_FCT_PROF_ATT Table of function profiles 20071107
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role key structure 20071109

Method READ_FUNCTION_PROFILES on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_KEYBOARD_SHORTCUTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEYBOARD_SHORTCUTS Call by reference Type reference (TYPE) CRMT_BOL_BRC_KB_SHORTCUTS_ATT Table of keyboard shortcuts 20071108
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071109

Method READ_KEYBOARD_SHORTCUTS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_NAVBAR_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_NAVBAR_PROFILE Value transfer Type reference (TYPE) CRMT_UI_FRW_NAVBAR_PROFILE Navigation Bar Profile 20071109
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071109

Method READ_NAVBAR_PROFILE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_TEXTS_DLG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT_ITEMS Call by reference Type reference (TYPE) CRMT_BOL_BRC_TEXT_ATT Table of translated texts 20071130
2 Importing IV_GROUP_ID Call by reference Type reference (TYPE) CRMT_UI_GROUP_ID Work Center ID 20071130
3 Importing IV_ROLE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role key structure 20071130

Method READ_TEXTS_DLG on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_TEXTS_DLG_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT_ITEMS Call by reference Type reference (TYPE) CRMT_BOL_BRC_TEXT_ATT Table of translated texts 20071130
2 Importing IV_GROUP_ID Call by reference Type reference (TYPE) CRMT_UI_GROUP_ID Work Center ID 20071130
3 Importing IV_LINK_ID Call by reference Type reference (TYPE) CRMT_UI_LOGICAL_LINK_ID Logical Link ID 20071130
4 Importing IV_ROLE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role key structure 20071130

Method READ_TEXTS_DLG_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_TEXTS_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXTS Call by reference Type reference (TYPE) CRMT_BOL_BRC_ROLE_TEXT_ATT Table of role texts 20071204
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role key structure 20071204

Method READ_TEXTS_ROLE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_TEXTS_WC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT_ITEMS Call by reference Type reference (TYPE) CRMT_BOL_BRC_TEXT_ATT Table of translated texts 20071130
2 Importing IV_ROLE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role key structure 20071130
3 Importing IV_WC_ID Call by reference Type reference (TYPE) CRMT_UI_WORK_CENTER_ID Work Center ID 20071130

Method READ_TEXTS_WC on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_TEXTS_WC_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT_ITEMS Call by reference Type reference (TYPE) CRMT_BOL_BRC_TEXT_ATT Table of translated texts 20071130
2 Importing IV_GROUP_ID Call by reference Type reference (TYPE) CRMT_UI_GROUP_ID Group ID 20071130
3 Importing IV_LINK_ID Call by reference Type reference (TYPE) CRMT_UI_LOGICAL_LINK_ID Logical Link ID 20071130
4 Importing IV_ROLE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role key structure 20071130
5 Importing IV_WC_ID Call by reference Type reference (TYPE) CRMT_UI_WORK_CENTER_ID Work Center ID 20071130

Method READ_TEXTS_WC_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_WORK_CENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WC Call by reference Type reference (TYPE) CRMT_BOL_BRC_WC_ITEM_ATT Table containing work center item attributes 20071115
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071115

Method READ_WORK_CENTER on class CL_CRM_BRC_DATA_HDLR has no exception.

Method READ_WORK_CENTER_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WC_ITEMS Call by reference Type reference (TYPE) CRMT_BOL_BRC_WC_ITEM_ATT Table containing work center item attributes 20071115
2 Importing IV_PROFILE Call by reference Type reference (TYPE) CRMT_UI_PROFILE Business Role 20071115
3 Importing IV_WC_ID Call by reference Type reference (TYPE) CRMT_UI_WORK_CENTER_ID Work Center ID 20071115

Method READ_WORK_CENTER_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_BUSINESS_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071123
2 Exporting ET_ID_MAPPING Call by reference Type reference (TYPE) CRMT_GENIL_ID_MAPPING_TAB Table of ID Mapping Entries in Generic Interaction Layer 20071123
3 Importing IV_TMP_GENIL_KEY Call by reference Type reference (TYPE) CRMT_GENIL_OBJECT_ID Object ID in Generic Interaction Layer 20071123
4 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071123

Method SAVE_BUSINESS_ROLE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_CENTRAL_SEARCH_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071127
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071127

Method SAVE_CENTRAL_SEARCH_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_DIRECT_LINK_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071128
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071128

Method SAVE_DIRECT_LINK_GROUPS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_DIRECT_LINK_GROUP_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071128
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071128

Method SAVE_DIRECT_LINK_GROUP_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_DLG_I_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071214
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071214

Method SAVE_DLG_I_TEXTS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_DLG_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071214
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071214

Method SAVE_DLG_TEXTS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_FUNCTION_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071128
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071128

Method SAVE_FUNCTION_PROFILES on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_KEYBOARD_SHORTCUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071123
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071123

Method SAVE_KEYBOARD_SHORTCUT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_ROLE_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071207
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071207

Method SAVE_ROLE_TEXTS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_WC_I_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071214
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071214

Method SAVE_WC_I_TEXTS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_WC_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071214
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071214

Method SAVE_WC_TEXTS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_WORK_CENTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071128
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071128

Method SAVE_WORK_CENTERS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SAVE_WORK_CENTER_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_MSG_CONTAINER Call by reference Object reference (TYPE REF TO) CL_CRM_GENIL_GLOBAL_MESS_CONT Global Message Container 20071128
2 Exporting RV_SUCCESS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20071128

Method SAVE_WORK_CENTER_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SEARCH_BUSINESS_ROLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULTS Call by reference Type reference (TYPE) CRMT_BOL_BRC_RESULT_ATT Key table for business role object 20071108
2 Exporting EV_FOUND Call by reference Type reference (TYPE) I Number of records found 20071212
3 Importing IT_SEARCH_CRITERIA Call by reference Type reference (TYPE) GENILT_SELECTION_PARAMETER_TAB Complex Search Condition 20071108
4 Importing IV_MAX_HITS Call by reference Type reference (TYPE) I 100 20071108

Method SEARCH_BUSINESS_ROLES on class CL_CRM_BRC_DATA_HDLR has no exception.

Method SET_ICON_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ICON_SIZE Call by reference Type reference (TYPE) CHAR1 Icon Size 20080418

Method SET_ICON_TABLE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UNLOCK_DB_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_UNLOCKED Call by reference Type reference (TYPE) ABAP_BOOL 20071121

Method UNLOCK_DB_TABLES on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_BUFFER_AFTER_SAVE Signature

Method UPDATE_BUFFER_AFTER_SAVE on class CL_CRM_BRC_DATA_HDLR has no parameter.
Method UPDATE_BUFFER_AFTER_SAVE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_BUSINESS_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUS_ROLE_ATTRIBUTES Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_ATT Business Role attribute structure 20071107
2 Importing IV_VALID_PROFILE Call by reference Type reference (TYPE) ABAP_BOOL True if the profile id is valid 20071119

Method UPDATE_BUSINESS_PROFILE on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_CENTRAL_SEARCH_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CENTRAL_SEARCH_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_CENTRAL_SRC_ATT Central search attribute structure 20071107

Method UPDATE_CENTRAL_SEARCH_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_DIRECT_LINK_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DLG_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_DLG_ITEM_ATT Direct link group item attribute structure 20071201

Method UPDATE_DIRECT_LINK_GROUPS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_DIRECT_LINK_GROUP_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DLG_ITEM_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_DLG_ITEM_ATT Direct link group item attribute structure 20071201

Method UPDATE_DIRECT_LINK_GROUP_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_DLG_ITEM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TEXT_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_TEXT_ATT 20071214

Method UPDATE_DLG_ITEM_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_DLG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TEXT_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_TEXT_ATT 20071214

Method UPDATE_DLG_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_FUNCTION_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FCT_PROFILE_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_FCT_PROF_ATT Function profile attribute structure 20071107

Method UPDATE_FUNCTION_PROFILES on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_KEYBOARD_SHORTCUTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KB_SHORTCUTS_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_KB_SHORTCUTS_ATT Keyboard shortcuts attribute structure 20071107

Method UPDATE_KEYBOARD_SHORTCUTS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_ROLE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TEXT_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_ROLE_TEXT_ATT Role text attribute structure 20071207

Method UPDATE_ROLE_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_WC_ITEM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TEXT_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_TEXT_ATT 20071214

Method UPDATE_WC_ITEM_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_WC_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TEXT_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_TEXT_ATT 20071214

Method UPDATE_WC_TEXT on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_WORK_CENTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_WC_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_WC_ITEM_ATT Work center/item attribute structure 20071129

Method UPDATE_WORK_CENTERS on class CL_CRM_BRC_DATA_HDLR has no exception.

Method UPDATE_WORK_CENTER_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_WC_ITEM_ATT Call by reference Type reference (TYPE) CRMS_BOL_BRC_WC_ITEM_ATT Work center attributes structures (wc + item) 20071202

Method UPDATE_WORK_CENTER_ITEMS on class CL_CRM_BRC_DATA_HDLR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700