SAP ABAP Class CL_DPR_USER_UI_SETTINGS (Development Projects: User-Specific Settings (UI))
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO (Application Component) Project Management
⤷
DEVELOPMENT_PROJECTS_SHARED (Package) Project Management - Shared Objects

⤷

⤷

Properties
Class | CL_DPR_USER_UI_SETTINGS | |
Short Description | Development Projects: User-Specific Settings (UI) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | DEVELOPMENT_PROJECTS_SHARED | Project Management - Shared Objects |
Created | 20050324 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_DPR_USER_UI_SETTINGS has no interface implemented.
Friends
Class CL_DPR_USER_UI_SETTINGS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | SPERS_KEY | 'DPR_USER_UI_SETTINGS' | Personalization Object Key | 20050324 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TS_SETTINGS_PER_USER | 20050324 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DPR_TS_USER_TEMP_SETTINGS | User-Specific Settings | 20070629 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_SETTINGS_PER_USER | 20050324 | |||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | BOOLE_D | Settings were changed | 20050324 | ||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | BOOLE_D | User-Specific Settings were changed | 20130502 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Deletes Buffer for User | 20050324 |
2 | ![]() |
Static method | Public | Method | Deletes a User-Specific Parameter | 20050324 |
3 | ![]() |
Static method | Public | Method | Deletes All User-Specific Parameters | 20050324 |
4 | ![]() |
Static method | Public | Method | Gets All User-Specific Parameters | 20050324 |
5 | ![]() |
Static method | Public | Method | Gets a User-Specific Parameter | 20050324 |
6 | ![]() |
Static method | Public | Method | Sets All User-Specific Parameters | 20050324 |
7 | ![]() |
Static method | Public | Method | Sets a User-Specific Parameter | 20050324 |
8 | ![]() |
Static method | Public | Method | Speichert die gesetzten Daten im BE | 20091207 |
9 | ![]() |
Static method | Public | Method | Setzt Vorbereiten des Setzen eines Parameter | 20091207 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | SETTINGS_DELETED | Static Event (1) |
Public (2) |
Settings were deleted | 20050324 |
2 | SETTINGS_SAVED | Static Event (1) |
Public (2) |
Settings saved | 20050324 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_SETTINGS_PER_USER | Private | See coding | 20050324 | BEGIN OF ts_settings_per_user,
user_id TYPE xubname,
settings TYPE dpr_ts_user_specific_settings,
END OF ts_settings_per_user
|
||
2 | TT_SETTINGS_PER_USER | Private | See coding | 20050324 | tt_settings_per_user TYPE HASHED TABLE OF ts_settings_per_user
WITH UNIQUE KEY user_id
|
Method Signatures
Method CLEAR_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20050324 |
Method CLEAR_BUFFER on class CL_DPR_USER_UI_SETTINGS has no exception.
Method DELETE_ALL_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20050324 |
Method DELETE_ALL_PARAMETERS on class CL_DPR_USER_UI_SETTINGS has no exception.
Method DELETE_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PARAMETER | Call by reference | Type reference (TYPE) | STRING | 20050324 | |||
2 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20050324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter existiert nicht | 20050324 |
Method GET_ALL_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20050324 | |
2 | ![]() |
RS_USER_TEMP_SETTINGS | Value transfer | Type reference (TYPE) | DPR_TS_USER_TEMP_SETTINGS | Benutzerspezifische Einstellungen | 20050324 |
Method GET_ALL_PARAMETERS on class CL_DPR_USER_UI_SETTINGS has no exception.
Method GET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20050324 | |||
2 | ![]() |
IV_PARAMETER | Call by reference | Type reference (TYPE) | STRING | 20050324 | |||
3 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20050324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter existiert nicht | 20050324 |
Method SET_ALL_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_USER_SPECIFIC_SETTINGS | Call by reference | Type reference (TYPE) | DPR_TS_USER_SPECIFIC_SETTINGS | Benutzerspezifische Einstellungen | 20050324 | ||
2 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20050324 |
Method SET_ALL_PARAMETERS on class CL_DPR_USER_UI_SETTINGS has no exception.
Method SET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PARAMETER | Call by reference | Type reference (TYPE) | STRING | 20050324 | |||
2 | ![]() |
IV_SAVE_BE | Call by reference | Type reference (TYPE) | BOOLE_D | 'X' | Daten im Backend speichern | 20091207 | |
3 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20050324 | |
4 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20050324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter existiert nicht | 20050324 |
Method SET_PARAMETERS_TO_BE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20091207 |
Method SET_PARAMETERS_TO_BE on class CL_DPR_USER_UI_SETTINGS has no exception.
Method SET_PARAMETER_PRE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20091207 |
Method SET_PARAMETER_PRE on class CL_DPR_USER_UI_SETTINGS has no exception.
Event Signatures
Event SETTINGS_DELETED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | EV_FLG_ALL_PARAMETERS | Exporting | Value transfer | Type reference (TYPE) | BOOLE_D | Alle Parameter wurden gelöscht | 20050324 | ||
2 | EV_PARAMETER | Exporting | Value transfer | Type reference (TYPE) | STRING | Name des gelöschten Parameters | 20050324 |
Event SETTINGS_SAVED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | EV_FLG_ALL_PARAMETERS | Exporting | Value transfer | Type reference (TYPE) | BOOLE_D | Alle Parameter wurden gesichert | 20050324 | ||
2 | EV_PARAMETER | Exporting | Value transfer | Type reference (TYPE) | STRING | Name des gesicherten Parameters | 20050324 |
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 400 |