SAP ABAP Class CL_RSRD_UTILITIES_BOOKMARK (Auxiliary Method for Managing Bookmarks and Views)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSRD (Package) BW: Broadcasting
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSRD_UTILITIES_BOOKMARK Help Methods for Managing Bookmarks and Views (Comp.) 20091123
Properties
Class CL_RSRD_UTILITIES_BOOKMARK  
Short Description Auxiliary Method for Managing Bookmarks and Views    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSRD    
Program status     
Category 0   
Package RSRD   BW: Broadcasting 
Created 20040511   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSRD_F_PRODUCER_ROOT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RSRD1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSRD_UTILITIES_BOOKMARK Help Methods for Managing Bookmarks and Views (Comp.) 20091123
Friends
Class CL_RSRD_UTILITIES_BOOKMARK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_STATUS_REFERENCED Instance attribute Public Attribute reference (LIKE) Status: Referenced in Broadcast Setting 20091123
2 C_STATUS_SENT Instance attribute Public Attribute reference (LIKE) Status: Sent by Broadcaster 20091123
3 C_STATUS_SENT_AND_REFERENCED Instance attribute Public Attribute reference (LIKE) Status: Referenced and Sent 20091123
4 C_STATUS_TEMPORARY Instance attribute Public Attribute reference (LIKE) Status: Temporary 20091123
5 C_TYPE_BOOKMARK_ITEM Constant Private Type reference (TYPE) RSRPARAMETERID 'PR_BOOKMARK_ID_ITEM' Bookmark to Item 20060405
6 C_TYPE_PERSISTANCE_BOOKMARK Constant Public Type reference (TYPE) CHAR10 'BOOKMARK' Bookmark Storage 20060405
7 C_TYPE_PERSISTANCE_BOOKMARK3X Constant Public Type reference (TYPE) CHAR10 'BOOKMARK3X' Bookmark Storage (BW 3.x) 20060405
8 C_TYPE_PERSISTANCE_VIEW Constant Public Type reference (TYPE) CHAR10 'VIEW' Views 20060405
9 P_R_BOOKMARKS_CONTEXT Static Attribute Private Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter Container for Bookmarks in Current Context 20060405
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20060405
2 DELETE_REF_IN_SETTING Static method Public Method Deleting a Bookmark in a Broadcast Setting 20040528
3 GET_CONTEXT_BOOKMARKS Static method Public Method Returns Parameter Container with Bookmarks from Cur. Context 20060405
4 GET_PERSISTENCE_TYPE Static method Private Method Determines Type of Bookmark for Object Type 20060405
5 SAVE_REF_IN_SETTING Static method Public Method Saving a Bookmark in a Broadcast Setting 20040528
6 SEND_REF Static method Public Method Sending a Bookmark in a Broadcast Setting 20040528
7 SET_CONTEXT_BOOKMARKS Static method Public Method Returns Parameter Container with Bookmarks from Cur. Context 20060405
8 SET_FROM_BROADCAST_CONTEXT Static method Public Method Transferring the Bookmarks from Broadcaster Context 20060405
Events
Class CL_RSRD_UTILITIES_BOOKMARK has no event.
Types
Class CL_RSRD_UTILITIES_BOOKMARK has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSRD_UTILITIES_BOOKMARK has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSRD_UTILITIES_BOOKMARK has no exception.

Method DELETE_REF_IN_SETTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOOKMARK_ID Call by reference Type reference (TYPE) RSRPARAMETERVALUE Technischer Name eines Objekts 20040528
2 Importing I_BOOKMARK_TYPE Call by reference Type reference (TYPE) RSRPARAMETERID CL_RSRD_F_PRODUCER_ROOT=>C_PARAMETER_BOOKMARK_ID Parameter Id 20060405
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) RSRD_OBJECT_TYPE Typ eines BW Reporting Objektes im Broadcasting Framework 20040528

Method DELETE_REF_IN_SETTING on class CL_RSRD_UTILITIES_BOOKMARK has no exception.

Method GET_CONTEXT_BOOKMARKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_PARAMETER_BOOKMARKS Value transfer Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20060405

Method GET_CONTEXT_BOOKMARKS on class CL_RSRD_UTILITIES_BOOKMARK has no exception.

Method GET_PERSISTENCE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOOKMARK_TYPE Call by reference Type reference (TYPE) RSRPARAMETERID CL_RSRD_F_PRODUCER_ROOT=>C_PARAMETER_BOOKMARK_ID 20060405
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) RSRD_OBJECT_TYPE Typ eines BI Reporting Objektes im Broadcasting Framework 20060405
3 Returning R_PERSISTENCE_TYPE Value transfer Type reference (TYPE) CHAR10 Typ der Persistenz 20060405

Method GET_PERSISTENCE_TYPE on class CL_RSRD_UTILITIES_BOOKMARK has no exception.

Method SAVE_REF_IN_SETTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOOKMARK_ID Call by reference Type reference (TYPE) RSRPARAMETERVALUE Technischer Name eines Objekts 20040528
2 Importing I_BOOKMARK_TYPE Call by reference Type reference (TYPE) RSRPARAMETERID CL_RSRD_F_PRODUCER_ROOT=>C_PARAMETER_BOOKMARK_ID Parameter Id 20060405
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) RSRD_OBJECT_TYPE Typ eines BW Reporting Objektes im Broadcasting Framework 20040528

Method SAVE_REF_IN_SETTING on class CL_RSRD_UTILITIES_BOOKMARK has no exception.

Method SEND_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BOOKMARK_ID Call by reference Type reference (TYPE) RSRPARAMETERVALUE Technischer Name eines Objekts 20040528
2 Importing I_BOOKMARK_TYPE Call by reference Type reference (TYPE) RSRPARAMETERID CL_RSRD_F_PRODUCER_ROOT=>C_PARAMETER_BOOKMARK_ID Parameter Id 20060405
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) RSRD_OBJECT_TYPE Typ eines BW Reporting Objektes im Broadcasting Framework 20040528

Method SEND_REF on class CL_RSRD_UTILITIES_BOOKMARK has no exception.

Method SET_CONTEXT_BOOKMARKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PARAMETER_BOOKMARKS Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parametercontainer mit Bookmarks 20060405

Method SET_CONTEXT_BOOKMARKS on class CL_RSRD_UTILITIES_BOOKMARK has no exception.

Method SET_FROM_BROADCAST_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_PARAMETER_CONTEXT Call by reference Object reference (TYPE REF TO) CL_RSR_PARAMETER Parameter 20060405

Method SET_FROM_BROADCAST_CONTEXT on class CL_RSRD_UTILITIES_BOOKMARK has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700