SAP ABAP Class CL_DPR_USER_SPECIFIC_SETTINGS (Development Projects: User-Specific Settings)
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_SPECIFIC_SETTINGS | |
Short Description | Development Projects: User-Specific Settings | |
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 | 20020325 | 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_SPECIFIC_SETTINGS has no interface implemented.
Friends
Class CL_DPR_USER_SPECIFIC_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_SETTINGS' | Personalization Object Key | 20020325 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TS_SETTINGS_PER_USER | 20020713 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_SETTINGS_PER_USER | 20020713 | |||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | BOOLE_D | Settings were changed | 20030623 | ||
5 | ![]() |
Buffer must be deleted during next read access |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Deletes Buffer for User | 20021121 |
2 | ![]() |
Static method | Public | Method | Deletes a User-Specific Parameter | 20020325 |
3 | ![]() |
Static method | Public | Method | Deletes All User-Specific Parameters | 20020325 |
4 | ![]() |
Static method | Public | Method | Gets All User-Specific Parameters | 20020325 |
5 | ![]() |
Static method | Public | Method | Gets a User-Specific Parameter | 20020325 |
6 | ![]() |
Static method | Public | Method | Sets All User-Specific Parameters | 20020325 |
7 | ![]() |
Static method | Public | Method | Sets a User-Specific Parameter | 20020325 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | SETTINGS_DELETED | Static Event (1) |
Public (2) |
Settings were deleted | 20020713 |
2 | SETTINGS_SAVED | Static Event (1) |
Public (2) |
Settings saved | 20020713 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_SETTINGS_PER_USER | Private | See coding | 20020713 | |
||
2 | TT_SETTINGS_PER_USER | Private | See coding | 20020713 | |
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 | 20021121 |
Method CLEAR_BUFFER on class CL_DPR_USER_SPECIFIC_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 | 20020325 |
Method DELETE_ALL_PARAMETERS on class CL_DPR_USER_SPECIFIC_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 | 20020325 | |||
2 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20020325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter existiert nicht | 20020325 |
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 | 20020325 | |
2 | ![]() |
RS_USER_SPECIFIC_SETTINGS | Value transfer | Type reference (TYPE) | DPR_TS_USER_SPECIFIC_SETTINGS | Benutzerspezifische Einstellungen | 20020325 |
Method GET_ALL_PARAMETERS on class CL_DPR_USER_SPECIFIC_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 | 20020325 | |||
2 | ![]() |
IV_PARAMETER | Call by reference | Type reference (TYPE) | STRING | 20020325 | |||
3 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20020325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter existiert nicht | 20020325 |
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 | 20020325 | ||
2 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20020325 |
Method SET_ALL_PARAMETERS on class CL_DPR_USER_SPECIFIC_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 | 20020325 | |||
2 | ![]() |
IV_USER_ID | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20020325 | |
3 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20020325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter existiert nicht | 20020325 |
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 | 20020713 | ||
2 | EV_PARAMETER | Exporting | Value transfer | Type reference (TYPE) | STRING | Name des gelöschten Parameters | 20020713 |
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 | 20020713 | ||
2 | EV_PARAMETER | Exporting | Value transfer | Type reference (TYPE) | STRING | Name des gesicherten Parameters | 20020713 |
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 200 |