Deassigned fields of other views impacting user display
[Assign] [Assignment] [characteristics] [deassign] [Engine] [Role] [search] [Views]
Symptom
The user logging into CCM Search Engine has a role with two or more view assignments. If one of the views assigned has a set of characteristics deassigned from the view, then this deassignment is applied for all the views assigned to the role.
Other terms
Views, Assign, deassign, characteristics, Search Engine, Role, assignment.
Reason and Prerequisites
The characteristics were filtered based on all views irrespective of the item belonging to the view or otherwise.
Solution
The solution will be included in the next SP. Please implement this note for prior solution.
————————————————————————
|Manual Pre-Implement. |
————————————————————————
|VALID FOR |
|Software Component CCM SAP Catalog Con…|
| Release 200_640 All Support Package Levels |
| Release 200_700 All Support Package Levels |
————————————————————————
1. Goto SE80.
2. Choose class /CCM/CL_CATALOG_HANDLER.
3. Choose Method GET_ITEMS in edit mode.
4. Choose the ‘Signature’ button. Open in edit mode.
5. Add a parameter -
PARAMETER: IV_OCI_DATA.
TYPE: IMPORTING.
OPTIONAL: CHECKED.
TYPING METHOD: TYPE
ASSOCIATED TYPE: ABAP_BOOL.
DEFAULT VALUE: ABAP_FALSE.
6. Save and Activate the changes.