SAP ABAP Class CL_RSAWBN_SER_FAVORITES (DWB Favorites Management)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-AWB (Application Component) Data Warehousing Workbench
⤷
RSAWBN_CORE (Package) CORE Components of Data Warehousing Workbench
⤷
⤷
Properties
| Class | CL_RSAWBN_SER_FAVORITES | |
| Short Description | DWB Favorites Management | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSAWBN_CORE | CORE Components of Data Warehousing Workbench |
| Created | 20050504 | SAP |
| Last change | 20140121 | 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_RSAWBN_SER_FAVORITES has no interface implemented.
Friends
Class CL_RSAWBN_SER_FAVORITES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SPERS_KEY | 'RS_BI_DWB_FAVORITES' | Personalization Object Key | 20050504 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSSHNODEID | Technical Node ID of Node in Hierarchy | 20050504 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TY_TR_FAV | 20050506 | ||||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_RSAWBN_OBJ_FACTORY | Service Class for the Object Classes | 20050506 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_RSAWBN_OBJ_FACTORY | Service Class for the Object Classes | 20100614 | |||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_RSAWBN_OBJ_FACTORY | Service Class for the Object Classes | 20100614 | |||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_RSAWBN_OBJ_FACTORY | Service Class for the Object Classes | 20050506 | |||
| 8 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_RSAWBN_OBJ_FACTORY | Service Class for the Object Classes | 20070104 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PERS_OBJECT_DATA | Personalization object data object | 20050504 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | RSAWBN_S_FAV_TREE | Tree Structure Favorites in the DWB | 20050504 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | RSAWBN_T_FAV_TREE | DWB Favorites Tree Structure | 20050504 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | XUBNAME | User name in user master record | 20050506 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20050504 | ||
| 2 | Instance method | Private | Method | 20050512 | ||
| 3 | Instance method | Public | Method | 20130513 | ||
| 4 | Static method | Public | Constructor | 20050506 | ||
| 5 | Instance method | Public | Method | 20070104 | ||
| 6 | Instance method | Public | Constructor | 20050504 | ||
| 7 | Instance method | Public | Method | 20050504 | ||
| 8 | Instance method | Private | Method | 20050506 | ||
| 9 | Instance method | Public | Method | Returns the Favorites | 20050504 | |
| 10 | Static method | Public | Method | Factory Method for A User | 20050506 | |
| 11 | Instance method | Private | Method | 20050504 | ||
| 12 | Instance method | Public | Method | 20050512 | ||
| 13 | Instance method | Private | Method | 20050512 | ||
| 14 | Instance method | Private | Method | 20050504 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | FAV_CHANGED | Instance Event (0) |
Public (2) |
Favorties Were Changed --> Front-End Update | 20050506 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_SR_FAV | Private | See coding | 20050506 | BEGIN OF ty_sr_fav,
r_fav TYPE REF TO cl_rsawbn_ser_favorites,
END OF ty_sr_fav
|
||
| 2 | TY_TR_FAV | Private | See coding | 20050506 | ty_tr_fav TYPE STANDARD TABLE OF ty_sr_fav
|
Method Signatures
Method ADD_FAVORITES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DO_NOT_RAISE_CHANGE_EVENT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20090330 | ||
| 2 | I_INSERT_AS_NEXT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | als nachbar einfügen, sonst als Kind einfügen | 20050504 | ||
| 3 | I_NEWNODEID | Call by reference | Type reference (TYPE) | RSSHNODEID | Neue ID des Knotens | 20050504 | |||
| 4 | I_RELATIVE_NODEID | Call by reference | Type reference (TYPE) | RSSHNODEID | Technische ID eines Knotens in einer Hierarchie | 20050504 | |||
| 5 | I_R_AWBOBJ | Call by reference | Object reference (TYPE REF TO) | CL_RSAWBN_OBJ | Masterklasse AWB Objekte | 20050504 | |||
| 6 | I_T_AWBOBJ | Call by reference | Type reference (TYPE) | RSAWBN_T_AWBOBJ | Tabelle von AWB-Objekten | 20050506 |
Method ADD_FAVORITES on class CL_RSAWBN_SER_FAVORITES has no exception.
Method ADD_FAVORITES_NODB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INSERT_AS_NEXT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | als nachbar einfügen, sonst als Kind einfügen | 20050512 | ||
| 2 | I_NEWNODEID | Call by reference | Type reference (TYPE) | RSSHNODEID | Neue ID des Knotens | 20050512 | |||
| 3 | I_RELATIVE_NODEID | Call by reference | Type reference (TYPE) | RSSHNODEID | Technische ID eines Knotens in einer Hierarchie | 20050512 | |||
| 4 | I_R_AWBOBJ | Call by reference | Object reference (TYPE REF TO) | CL_RSAWBN_OBJ | Masterklasse AWB Objekte | 20050512 | |||
| 5 | I_T_AWBOBJ | Call by reference | Type reference (TYPE) | RSAWBN_T_AWBOBJ | Tabelle von AWB-Objekten | 20050512 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060220 |
Method CHANGE_FOLDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NEW_OBJNM | Call by reference | Type reference (TYPE) | RSAWBNOBJNM | 20130513 | ||||
| 2 | I_NEW_TEXT | Call by reference | Type reference (TYPE) | RSTXTLG | 20130513 | ||||
| 3 | I_NODEID | Call by reference | Type reference (TYPE) | RSSHNODEID | 20130513 |
Method CHANGE_FOLDER on class CL_RSAWBN_SER_FAVORITES has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSAWBN_SER_FAVORITES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSAWBN_SER_FAVORITES has no exception.
Method CLEAR_FACTORY_BUFFER Signature
Method CLEAR_FACTORY_BUFFER on class CL_RSAWBN_SER_FAVORITES has no parameter.
Method CLEAR_FACTORY_BUFFER on class CL_RSAWBN_SER_FAVORITES has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_UNAME | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050504 |
Method DELETE_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALL_NODES | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20050506 | ||
| 2 | I_T_NODEID | Call by reference | Type reference (TYPE) | RSSH_T_NODEID | Tabelle von NodeIDs | 20050504 |
Method DELETE_NODES on class CL_RSAWBN_SER_FAVORITES has no exception.
Method DELETE_SUBTREES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_NODEID | Call by reference | Type reference (TYPE) | RSSH_T_NODEID | Tabelle von NodeIDs | 20050506 |
Method DELETE_SUBTREES on class CL_RSAWBN_SER_FAVORITES has no exception.
Method GET_FAVORITES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_T_TREE | Value transfer | Type reference (TYPE) | RSAWBN_T_TREE | DWB Favoriten Baumstruktur | 20050506 |
Method GET_FAVORITES on class CL_RSAWBN_SER_FAVORITES has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_UNAME | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | Benutzername im Benutzerstamm | 20050506 | ||
| 2 | RE_R_FAV | Value transfer | Object reference (TYPE REF TO) | CL_RSAWBN_SER_FAVORITES | DWB Favoriten Verwaltung | 20050506 |
Method GET_INSTANCE on class CL_RSAWBN_SER_FAVORITES has no exception.
Method LOAD_DATA Signature
Method LOAD_DATA on class CL_RSAWBN_SER_FAVORITES has no parameter.
Method LOAD_DATA on class CL_RSAWBN_SER_FAVORITES has no exception.
Method MOVE_FAVORITES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INSERT_AS_NEXT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20130515 | |||
| 2 | I_RELATIVE_NODEID | Call by reference | Type reference (TYPE) | RSSHNODEID | Technische ID eines Knotens in einer Hierarchie | 20050512 | |||
| 3 | I_T_AWBOBJ | Call by reference | Type reference (TYPE) | RSAWBN_T_AWBOBJ | Tabelle von AWB-Objekten | 20050512 | |||
| 4 | I_T_NODEID_MOVE | Call by reference | Type reference (TYPE) | RSSH_T_NODEID | Tabelle von NodeIDs | 20050512 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Abbruch | 20071031 |
Method MOVE_SUBTREES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INSERT_AS_NEXT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20130515 | |||
| 2 | I_RELATIVE_NODEID | Call by reference | Type reference (TYPE) | RSSHNODEID | Technische ID eines Knotens in einer Hierarchie | 20050512 | |||
| 3 | I_T_NODEID_MOVE | Call by reference | Type reference (TYPE) | RSSH_T_NODEID | Tabelle von NodeIDs | 20050512 |
Method MOVE_SUBTREES on class CL_RSAWBN_SER_FAVORITES has no exception.
Method SAVE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DO_NOT_RAISE_CHANGE_EVENT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20050510 |
Method SAVE_DATA on class CL_RSAWBN_SER_FAVORITES has no exception.
Event Signatures
Event FAV_CHANGED Signature
Event FAV_CHANGED on class CL_RSAWBN_SER_FAVORITES has no parameter.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |