SAP ABAP Class CL_BSP_DLC_PERS_CHECK (Check of Personalizations)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-CON (Application Component) UI Configuration & Design Layer
⤷
BSP_DYN_CONFIG_CHECK_TOOLS (Package) Checktools for UI-Configurations
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BSP_DLC_PERS_CHECK_NAVBAR | Check Nvaigation Bar Personalization | 20090414 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_BSP_DLC_PERS_CHECK_OVP | Check Overview Page Personalization | 20090408 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_BSP_DLC_PERS_CHECK_TABLE | Check Table/Tree Personalization | 20090414 |
Properties
| Class | CL_BSP_DLC_PERS_CHECK | |
| Short Description | Check of Personalizations | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BSP_DYN_CONFIG_CHECK_TOOLS | Checktools for UI-Configurations |
| Created | 20090326 | SAP |
| Last change | 20100303 | 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
Class CL_BSP_DLC_PERS_CHECK has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_BSP_DLC_PERS_CHECK_NAVBAR | 20090414 | Check Nvaigation Bar Personalization | |
| 2 | CL_BSP_DLC_PERS_CHECK_OVP | 20090409 | Check Overview Page Personalization | |
| 3 | CL_BSP_DLC_PERS_CHECK_TABLE | 20090414 | Check Table/Tree Personalization |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BSP_DLC_CONFIG_READER | Configuration Reader (View related) | 20090408 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | BSP_DLCT_CONFIG_PERS_DEP | Config / Pers dependancy | 20090409 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20090414 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | SYUNAME | User Name | 20090520 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | O2PAGE | Internal Name (Key) of BSP Page | 20090414 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Add message | 20090409 | |
| 2 | Instance method | Public | Method | Adjust personalizations | 20090421 | |
| 3 | Instance method | Public | Method | Check personalizations | 20090409 | |
| 4 | Instance method | Public | Constructor | 20090408 | ||
| 5 | Static method | Public | Method | Delete a personalization | 20090414 | |
| 6 | Instance method | Protected | Method | Do the actual adjust | 20090422 | |
| 7 | Instance method | Protected | Method | Do the actual check | 20090409 | |
| 8 | Static method | Public | Method | Return instance of personalization checker | 20090330 | |
| 9 | Instance method | Protected | Method | 20090414 | ||
| 10 | Static method | Public | Method | Set a personalization as obsolete, i.e. containing an error | 20090612 |
Events
Class CL_BSP_DLC_PERS_CHECK has no event.
Types
Class CL_BSP_DLC_PERS_CHECK has no local type.
Method Signatures
Method ADD_MSG_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_WZ_APPL_LOG | Log Class for BSP WD Enhancement Wizards | 20090409 | |||
| 2 | IS_PERS_KEY | Call by reference | Type reference (TYPE) | BSP_DLCS_PERS_KEY_VAR_PART | Personalization key, variable part (including USER) | 20090409 | |||
| 3 | IV_MSG_ID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20090409 | |||
| 4 | IV_MSG_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20090409 | |||
| 5 | IV_MSG_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20090409 | |||
| 6 | IV_MSG_V1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20090409 | |||
| 7 | IV_MSG_V2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20090409 | |||
| 8 | IV_MSG_V3 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20090409 | |||
| 9 | IV_MSG_V4 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20090409 |
Method ADD_MSG_TO_LOG on class CL_BSP_DLC_PERS_CHECK has no exception.
Method ADJUST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PERS_KEY | Call by reference | Type reference (TYPE) | BSP_DLCT_PERS_KEY_VAR_PART | Personalization key, variable part (including USER) | 20090421 | |||
| 2 | IV_VIEW_TO_DELETE | Call by reference | Type reference (TYPE) | STRING | View to delete from personalization | 20090422 |
Method ADJUST on class CL_BSP_DLC_PERS_CHECK has no exception.
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_WZ_APPL_LOG | Log Class for BSP WD Enhancement Wizards | 20090409 | |||
| 2 | IV_ADJUST | Call by reference | Type reference (TYPE) | BSP_DLC_PERS_CHECK_ADJUST | SPACE | Adjust UI personalizations after checking | 20090421 |
Method CHECK on class CL_BSP_DLC_PERS_CHECK has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHECK_MARKED_ONLY | Call by reference | Type reference (TYPE) | BSP_DLC_PERS_CHECK_ONLY_MARKED | SPACE | Check only marked personalizations | 20090424 | ||
| 2 | IV_COMPONENT | Call by reference | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20090408 | |||
| 3 | IV_ENHANCEMENT_SET | Call by reference | Type reference (TYPE) | BSP_WD_ENHANCEMENT_SET | Enhancement Set | 20090408 | |||
| 4 | IV_PERS_FOR_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090408 | |||
| 5 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | O2PAGEEXT | Name of BSP Page (Upper and Lower Case) | 20090408 |
Method CONSTRUCTOR on class CL_BSP_DLC_PERS_CHECK has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT | Call by reference | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20090414 | |||
| 2 | IV_COMPONENT_USAGE | Call by reference | Type reference (TYPE) | BSP_DLC_COMPONENT_USAGE | Component Usage | 20090414 | |||
| 3 | IV_OBJECT_SUB_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_SUB_TYPE | Object Subtype | 20090414 | |||
| 4 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20090414 | |||
| 5 | IV_PERS_FOR_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090414 | |||
| 6 | IV_ROLE_KEY | Call by reference | Type reference (TYPE) | BSP_DLC_ROLE_KEY | Role Configuration Key | 20090414 | |||
| 7 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | O2PAGE | Internal Name (Key) of BSP Page | 20090414 |
Method DELETE on class CL_BSP_DLC_PERS_CHECK has no exception.
Method DO_ADJUST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONFIG_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DLC_CONFIGURATION | Configuration Descriptor Interface | 20090422 | |||
| 2 | IS_PERS_KEY | Call by reference | Type reference (TYPE) | BSP_DLCS_PERS_KEY_VAR_PART | Personalization key, variable part (including USER) | 20090422 | |||
| 3 | IV_VIEW_TO_DELETE | Call by reference | Type reference (TYPE) | STRING | View to delete from personalization | 20090422 |
Method DO_ADJUST on class CL_BSP_DLC_PERS_CHECK has no exception.
Method DO_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONFIG_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DLC_CONFIGURATION | Configuration Descriptor Interface | 20090421 | |||
| 2 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_WZ_APPL_LOG | Log Class for BSP WD Enhancement Wizards | 20090409 | |||
| 3 | IR_VIEW_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DLC_VIEW_DESCRIPTOR | View Descriptor Interface | 20090414 | |||
| 4 | IS_CONF_KEY | Call by reference | Type reference (TYPE) | BSP_DLCS_CONF_K_VAR_PART_INFO | Config Key, variable part for one view, and origin | 20090409 | |||
| 5 | IS_PERS_KEY | Call by reference | Type reference (TYPE) | BSP_DLCS_PERS_KEY_VAR_PART | Personalization key, variable part (including USER) | 20090409 | |||
| 6 | IV_ADJUST | Call by reference | Type reference (TYPE) | BSP_DLC_PERS_CHECK_ADJUST | SPACE | Adjust UI personalizations after checking | 20090421 |
Method DO_CHECK on class CL_BSP_DLC_PERS_CHECK has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHECK_MARKED_ONLY | Call by reference | Type reference (TYPE) | BSP_DLC_PERS_CHECK_ONLY_MARKED | SPACE | Check only marked personalizations | 20090424 | ||
| 2 | IV_COMPONENT | Call by reference | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20090408 | |||
| 3 | IV_ENHANCEMENT_SET | Call by reference | Type reference (TYPE) | BSP_WD_ENHANCEMENT_SET | Enhancement Set | 20090408 | |||
| 4 | IV_PERS_FOR_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090408 | |||
| 5 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | O2PAGE | Internal Name (Key) of BSP Page | 20090408 | |||
| 6 | RR_PERS_CHECK | Value transfer | Object reference (TYPE REF TO) | CL_BSP_DLC_PERS_CHECK | Check of Personalizations | 20090330 |
Method GET_INSTANCE on class CL_BSP_DLC_PERS_CHECK has no exception.
Method GET_VIEW_DESCRIPTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_CONFIG_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DLC_CONFIGURATION | Configuration Runtime Object | 20090420 | |||
| 2 | ER_VIEW_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DLC_VIEW_DESCRIPTOR | View Descriptor Interface | 20090414 | |||
| 3 | IV_COMPONENT_USAGE | Call by reference | Type reference (TYPE) | BSP_DLC_COMPONENT_USAGE | Component Usage | 20090414 | |||
| 4 | IV_OBJECT_SUB_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_SUB_TYPE | Object Subtype | 20090414 | |||
| 5 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20090414 | |||
| 6 | IV_ROLE_KEY | Call by reference | Type reference (TYPE) | BSP_DLC_ROLE_KEY | Role Configuration Key | 20090414 |
Method GET_VIEW_DESCRIPTOR on class CL_BSP_DLC_PERS_CHECK has no exception.
Method SET_PERS_OBSOLETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHECK_FLAG | Call by reference | Type reference (TYPE) | BSP_DLC_CHECK_RESULT_FLAG | 'X' | Set/Clear Obsolete flag | 20090612 | ||
| 2 | IV_COMPONENT | Call by reference | Type reference (TYPE) | O2APPLNAME | Name of BSP Application | 20090612 | |||
| 3 | IV_COMPONENT_USAGE | Call by reference | Type reference (TYPE) | BSP_DLC_COMPONENT_USAGE | Component Usage | 20090612 | |||
| 4 | IV_OBJECT_SUB_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_SUB_TYPE | Object Subtype | 20090612 | |||
| 5 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20090612 | |||
| 6 | IV_PERS_FOR_USER | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090612 | |||
| 7 | IV_ROLE_KEY | Call by reference | Type reference (TYPE) | BSP_DLC_ROLE_KEY | Role Configuration Key | 20090612 | |||
| 8 | IV_VIEWNAME | Call by reference | Type reference (TYPE) | O2PAGE | Internal Name (Key) of BSP Page | 20090612 |
Method SET_PERS_OBSOLETE on class CL_BSP_DLC_PERS_CHECK has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in | 701 |