SAP ABAP Class CL_SAUNIT_FAVORITE_CATALOGUE (Catalogue of Favorite names)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-UT (Application Component) ABAP Unit
     SABP_UNIT_WORKBENCH (Package) - Internal - No reuse - Workbench integration, test browser
Properties
Class CL_SAUNIT_FAVORITE_CATALOGUE  
Short Description Catalogue of Favorite names    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SABP_UNIT_WORKBENCH   - Internal - No reuse - Workbench integration, test browser 
Created 20080823   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SAUNIT_FAVORITE_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SAUNIT_FAVORITE_CATALOGUE has no interface implemented.
Friends
Class CL_SAUNIT_FAVORITE_CATALOGUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_DATA Instance attribute Public Type reference (TYPE) TY_T_ENTRIES 20080823
2 F_ELEMENTS Instance attribute Protected Object reference (TYPE REF TO) CL_SAUNIT_FAVORITE_ELEMENTS Programs Part of Favorite 20080823
3 F_OPTIONS Instance attribute Protected Object reference (TYPE REF TO) CL_SAUNIT_FAVORITE_OPTIONS Favorite Options 20080823
Methods
# Method Level Visibility Method type Description Created on
1 SET_ENTRIES Instance method Public Method 20080823
Events
Class CL_SAUNIT_FAVORITE_CATALOGUE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ENTRY Public See coding 20080823 begin of ty_S_Entry, owner type string, name type string, title type string, changed_Ts type timestamp, expires_Ts type timestamp, end of ty_S_Entry
2 TY_T_ENTRIES Public See coding 20080823 ty_T_Entries type sorted table of ty_S_Entry with unique key owner name
Method Signatures

Method SET_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTRIES Call by reference Type reference (TYPE) TY_T_ENTRIES 20080823

Method SET_ENTRIES on class CL_SAUNIT_FAVORITE_CATALOGUE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 712