Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_CUST_DATA | Internal View of Customizing Data | 20020424 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_CUST_DATA_EXT | External view at Customizing data | 20020424 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20040708 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_UC_LOG_REORG | Log: Delete Entries from Archive | 20040212 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_UC_TASK_STM_TIMESTAMP | Tasks: Time Stamp for Status-Relevant Customizing | 20040301 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_PERS_MAIN_VIEWS | FIN Workbench: General Settings | 20020625 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_UC_WB_PERS_NAV_MAIN | SAP Cons.: Workbench Personalization: Navigation Entries | 20020618 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_UG_MD_TR_SYNCHRONIZE | Synchronization in BW | 20030625 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_UG_WB_NAV_DETAIL_PERS | FIN Workbench: General Settings | 20020425 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_UG_WB_NAV_DETAIL_PERS_AUTO | FIN Workbench: Automatic Settings for Detail Navigation | 20020728 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_UG_WB_PERS_GENERAL | FIN Workbench: General Settings | 20020424 |
Properties
| Class | CL_UG_WB_PERSONALIZATION | |
| Short Description | FIN Workbench: General Settings | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UGWB | FI General: Workbench |
| Created | 20020424 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UG_WB_PERSONALIZATION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UC_CUST_DATA | Internal View of Customizing Data | 20020424 | ||
| 2 | IF_UC_CUST_DATA_EXT | External view at Customizing data | 20020424 | ||
| 3 | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20040708 |
Friends
Class CL_UG_WB_PERSONALIZATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20020424 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20020424 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20031216 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20030526 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20020728 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | S_BUFFER | 20031216 | ||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | S_BUFFER | 20031216 | ||||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | S_BUFFER | 20031216 | ||||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | S_BUFFER | 20031216 | ||||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | S_BUFFER | 20031216 | ||||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | S_BUFFER | 20031216 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | T_REG_DATA | 20040119 | ||||
| 13 | Instance attribute | Protected | Type reference (TYPE) | UGMD_TS_FIELD_VAL | FIN Master Data: Pairs of Field Name / Value | 20020618 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | T_REG_DATA | 20020424 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | T_BUFFER | 20031216 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | T_REG_DATA | 20031216 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | T_BUFFER | 20031216 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | T_REG_DATA | 20031216 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | T_RA_ROLES | 20031216 | ||||
| 20 | Constant | Private | Type reference (TYPE) | UG_FIELDNAME | 'AGR_NAME' | FIN Master Data: Field Name | 20031216 | ||
| 21 | Static Attribute | Protected | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20040220 | |||
| 22 | Static Attribute | Private | See coding | 20040223 | |||||
| 23 | Static Attribute | Protected | Type reference (TYPE) | AGR_NAME | Role Name | 20040209 | |||
| 24 | Static Attribute | Protected | Type reference (TYPE) | SY-UNAME | SAP R/3 System, User Logon Name | 20040209 |
Methods
Events
Class CL_UG_WB_PERSONALIZATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BUFFER | Private | Type reference (TYPE) | T_REG_DATA | 20020424 | |
|
| 2 | S_REG_DATA | Private | See coding | 20020424 | BEGIN OF s_reg_data,
id type sy-tabix,
dbtab TYPE tabname,
t_sel type ugmd_ts_sel,
r_data TYPE REF TO data,
END OF s_reg_data
|
||
| 3 | T_BUFFER | Private | See coding | 20020424 | t_buffer TYPE STANDARD TABLE OF s_buffer
|
||
| 4 | T_REG_DATA | Private | See coding | 20020424 | t_reg_data TYPE HASHED TABLE
OF s_reg_data
WITH UNIQUE KEY dbtab
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_UG_WB_PERSONALIZATION has no parameter.
Method CLASS_CONSTRUCTOR on class CL_UG_WB_PERSONALIZATION has no exception.
Method COMBINED_REGISTER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20040119 |
Method COMBINED_REGISTER_DATA on class CL_UG_WB_PERSONALIZATION has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_UG_WB_PERSONALIZATION has no parameter.
Method CONSTRUCTOR on class CL_UG_WB_PERSONALIZATION has no exception.
Method CONVERT_COMBINED_TO_ROLE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SETTING_ROLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20040421 | ||||
| 2 | IT_SETTING_COMBINED | Call by reference | Type reference (TYPE) | ANY TABLE | 20040421 |
Method CONVERT_COMBINED_TO_ROLE_DATA on class CL_UG_WB_PERSONALIZATION has no exception.
Method GET_USER_ROLES Signature
Method GET_USER_ROLES on class CL_UG_WB_PERSONALIZATION has no parameter.
Method GET_USER_ROLES on class CL_UG_WB_PERSONALIZATION has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_LOADED | Value transfer | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20020425 | |||
| 2 | IF_UNCONDITIONAL_SAVE | Call by reference | Type reference (TYPE) | UG_FLG | SPACE | FI-Stammdaten: Allgemeines Kennzeichen | 20020728 |
Method INIT on class CL_UG_WB_PERSONALIZATION has no exception.
Method MERGE_ROLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SETTING_COMBINED_ROLES | Call by reference | Type reference (TYPE) | ANY TABLE | 20040209 | ||||
| 2 | IF_FIRST_ROLE | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20040705 | |||
| 3 | IT_SETTING_NEW_ROLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20040209 |
Method MERGE_ROLES on class CL_UG_WB_PERSONALIZATION has no exception.
Method MERGE_USER_WITH_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SETTING_COMBINED | Call by reference | Type reference (TYPE) | ANY TABLE | 20040209 | ||||
| 2 | IT_SETTING_USER | Call by reference | Type reference (TYPE) | ANY TABLE | 20040209 |
Method MERGE_USER_WITH_ROLE on class CL_UG_WB_PERSONALIZATION has no exception.
Method REGISTER_CHANGE Signature
Method REGISTER_CHANGE on class CL_UG_WB_PERSONALIZATION has no parameter.
Method REGISTER_CHANGE on class CL_UG_WB_PERSONALIZATION has no exception.
Method REMOVE_WINDOW_IN_WB Signature
Method REMOVE_WINDOW_IN_WB on class CL_UG_WB_PERSONALIZATION has no parameter.
Method REMOVE_WINDOW_IN_WB on class CL_UG_WB_PERSONALIZATION has no exception.
Method RESET_TO_DEFAULT Signature
Method RESET_TO_DEFAULT on class CL_UG_WB_PERSONALIZATION has no parameter.
Method RESET_TO_DEFAULT on class CL_UG_WB_PERSONALIZATION has no exception.
Method ROLE_INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_LOADED | Value transfer | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20031216 | |||
| 2 | IF_UNCONDITIONAL_SAVE | Call by reference | Type reference (TYPE) | UG_FLG | SPACE | FI-Stammdaten: Allgemeines Kennzeichen | 20031216 |
Method ROLE_INIT on class CL_UG_WB_PERSONALIZATION has no exception.
Method ROLE_REGISTER_CHANGE Signature
Method ROLE_REGISTER_CHANGE on class CL_UG_WB_PERSONALIZATION has no parameter.
Method ROLE_REGISTER_CHANGE on class CL_UG_WB_PERSONALIZATION has no exception.
Method ROLE_REGISTER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20031216 | ||||
| 2 | IT_SEL | Call by reference | Type reference (TYPE) | UGMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20040225 | |||
| 3 | I_DBTAB | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20031216 |
Method ROLE_REGISTER_DATA on class CL_UG_WB_PERSONALIZATION has no exception.
Method ROLE_RELOAD_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | 20031216 |
Method ROLE_RELOAD_STATE on class CL_UG_WB_PERSONALIZATION has no exception.
Method ROLE_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR | Call by reference | Type reference (TYPE) | UGMD_T_MESSAGE | FI-Stammdaten: Meldungen | 20031217 |
Method ROLE_SAVE on class CL_UG_WB_PERSONALIZATION has no exception.
Method ROLE_SAVE_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_STATE | Call by reference | Object reference (TYPE REF TO) | S_BUFFER | 20031216 |
Method ROLE_SAVE_STATE on class CL_UG_WB_PERSONALIZATION has no exception.
Method SET_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ROLE | Call by reference | Type reference (TYPE) | AGR_NAME | R/3-System, Anmeldename des Benutzers | 20031216 |
Method SET_ROLE on class CL_UG_WB_PERSONALIZATION has no exception.
Method SET_UNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_UNAME | Call by reference | Type reference (TYPE) | SY-UNAME | R/3-System, Anmeldename des Benutzers | 20031216 |
Method SET_UNAME on class CL_UG_WB_PERSONALIZATION has no exception.
Method SET_WORKBENCH_SESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_WORKBENCH_SESSION | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20040220 |
Method SET_WORKBENCH_SESSION on class CL_UG_WB_PERSONALIZATION has no exception.
Method SPLIT_USER_FROM_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SETTING | Call by reference | Type reference (TYPE) | ANY TABLE | 20040128 | ||||
| 2 | IT_SETTING_COMBINED | Call by reference | Type reference (TYPE) | ANY TABLE | 20040205 | ||||
| 3 | IT_SETTING_ROLES | Call by reference | Type reference (TYPE) | ANY TABLE | 20040128 |
Method SPLIT_USER_FROM_ROLE on class CL_UG_WB_PERSONALIZATION has no exception.
Method USER_INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_LOADED | Value transfer | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20031216 | |||
| 2 | IF_UNCONDITIONAL_SAVE | Call by reference | Type reference (TYPE) | UG_FLG | SPACE | FI-Stammdaten: Allgemeines Kennzeichen | 20031216 |
Method USER_INIT on class CL_UG_WB_PERSONALIZATION has no exception.
Method USER_REGISTER_CHANGE Signature
Method USER_REGISTER_CHANGE on class CL_UG_WB_PERSONALIZATION has no parameter.
Method USER_REGISTER_CHANGE on class CL_UG_WB_PERSONALIZATION has no exception.
Method USER_REGISTER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20031216 | ||||
| 2 | IT_SEL | Call by reference | Type reference (TYPE) | UGMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20040225 | |||
| 3 | I_DBTAB | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20031216 |
Method USER_REGISTER_DATA on class CL_UG_WB_PERSONALIZATION has no exception.
Method USER_RELOAD_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | 20031216 |
Method USER_RELOAD_STATE on class CL_UG_WB_PERSONALIZATION has no exception.
Method USER_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR | Call by reference | Type reference (TYPE) | UGMD_T_MESSAGE | FI-Stammdaten: Meldungen | 20031217 |
Method USER_SAVE on class CL_UG_WB_PERSONALIZATION has no exception.
Method USER_SAVE_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_STATE | Call by reference | Object reference (TYPE REF TO) | S_BUFFER | 20031216 |
Method USER_SAVE_STATE on class CL_UG_WB_PERSONALIZATION has no exception.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 3.1B |