SAP ABAP Class CL_RSOD_USER_SETTINGS (User Settings)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSOD (Package) KW Document Link (Core)

⤷

⤷

Properties
Class | CL_RSOD_USER_SETTINGS | |
Short Description | User Settings | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSOD | KW Document Link (Core) |
Created | 20010215 | SAP |
Last change | 20130531 | SAP |
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) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSOD_USER_SETTINGS has no interface implemented.
Friends
Class CL_RSOD_USER_SETTINGS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | SDOK_PROPN | '&ALL_CHARACT&' | Attribute of a Document or a Relationship | 20010216 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | SDOK_PROPN | '&LANGU_FALLBACK&' | Language with Values Searched For, If Not Found In Logon Lng | 20010830 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | SDOK_PROPN | '&SEARCH&' | Search Displayed | 20010301 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | SDOK_PROPN | '&STANDARD&' | Standard Displayed | 20010301 | |
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSOD_DOC_CLASS | BW Document Class | 20010830 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SDOKPROPTYS | Settings | 20010830 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SDOKPROPTYS | Class-Independent Settings with Default Values | 20010830 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Value Insertion | 20010830 |
2 | ![]() |
Instance method | Private | Method | Build Default Settings | 20010215 |
3 | ![]() |
Instance method | Public | Method | Manual Change of User Settings | 20010215 |
4 | ![]() |
Static method | Public | Constructor | Filling Class-Independent Settings with Defaults | 20010830 |
5 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20010215 |
6 | ![]() |
Instance method | Public | Method | Get User Setting | 20010829 |
7 | ![]() |
Instance method | Public | Method | Get User Settings | 20010829 |
8 | ![]() |
Instance method | Private | Method | Load User Settings from DB (Default Built if not Found) | 20010215 |
9 | ![]() |
Instance method | Public | Method | Setting Removed | 20010830 |
10 | ![]() |
Instance method | Public | Method | Save settings | 20010215 |
11 | ![]() |
Instance method | Public | Method | Set/Add Value | 20010830 |
12 | ![]() |
Instance method | Public | Method | Set Values | 20010216 |
13 | ![]() |
Instance method | Private | Method | Sorting Properties | 20010830 |
Events
Class CL_RSOD_USER_SETTINGS has no event.
Types
Class CL_RSOD_USER_SETTINGS has no local type.
Method Signatures
Method ADD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | SDOK_PROPN | Attribut eines Dokuments oder einer Beziehung | 20010830 | ||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | C | 20010830 |
Method ADD on class CL_RSOD_USER_SETTINGS has no exception.
Method BUILD_DEFAULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ONLY_CLASS_SPECIFIC | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20010830 |
Method BUILD_DEFAULT on class CL_RSOD_USER_SETTINGS has no exception.
Method CHANGE Signature
Method CHANGE on class CL_RSOD_USER_SETTINGS has no parameter.
Method CHANGE on class CL_RSOD_USER_SETTINGS has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSOD_USER_SETTINGS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSOD_USER_SETTINGS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DEFAULT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Ausbau der Default settings | 20010216 | |
2 | ![]() |
I_DOC_CLASS | Call by reference | Type reference (TYPE) | RSOD_DOC_CLASS | BW Dokumentenklasse | 20010215 |
Method CONSTRUCTOR on class CL_RSOD_USER_SETTINGS has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | SDOK_PROPN | Attribut eines Dokuments oder einer Beziehung | 20010829 | ||
2 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | SDOK_PROPV | Attributausprägung | 20010829 |
Method GET on class CL_RSOD_USER_SETTINGS has no exception.
Method GET_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ONLY_DOCU_PROPS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | = 'X': Nur Dokumenteigenschaften | 20010830 | |
2 | ![]() |
R_T_PROP_TEXT | Value transfer | Type reference (TYPE) | RSOD_T_PROP_TEXT | Dokumenteigenschaften mit Text | 20010831 |
Method GET_ALL on class CL_RSOD_USER_SETTINGS has no exception.
Method LOAD_FROM_DB Signature
Method LOAD_FROM_DB on class CL_RSOD_USER_SETTINGS has no parameter.
Method LOAD_FROM_DB on class CL_RSOD_USER_SETTINGS has no exception.
Method REMOVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | SDOK_PROPN | Attribut eines Dokuments oder einer Beziehung | 20010830 |
Method REMOVE on class CL_RSOD_USER_SETTINGS has no exception.
Method SAVE Signature
Method SAVE on class CL_RSOD_USER_SETTINGS has no parameter.
Method SAVE on class CL_RSOD_USER_SETTINGS has no exception.
Method SET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | SDOK_PROPN | Attribut eines Dokuments oder einer Beziehung | 20010830 | ||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | C | 20010830 |
Method SET_VALUE on class CL_RSOD_USER_SETTINGS has no exception.
Method SET_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_PROP | Call by reference | Type reference (TYPE) | SDOKPROPTYS | SDOK: Liste von Name-Wert-Paaren | 20010216 |
Method SET_VALUES on class CL_RSOD_USER_SETTINGS has no exception.
Method SORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_PROP_TEXT | Call by reference | Type reference (TYPE) | RSOD_T_PROP_TEXT | Dokumenteigenschaft mit Text | 20010831 |
Method SORT on class CL_RSOD_USER_SETTINGS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 30A |