SAP ABAP Class /UI2/IF_EDM_MP_FAVORITES (EDM IF Model Provider: Favorites)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /UI2/IF_EDM_MODEL EDM Model Provider 20130514
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/CL_EDM_MP_FAVORITES EDM Model Provider: Favorites 20130514
Properties
Class /UI2/IF_EDM_MP_FAVORITES  
Short Description EDM IF Model Provider: Favorites    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130514   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /UI2/IF_EDM_MP_FAVORITES has no forward declaration.
Interfaces
Class /UI2/IF_EDM_MP_FAVORITES has no interface implemented.
Friends
Class /UI2/IF_EDM_MP_FAVORITES has no friend class.
Attributes
Class /UI2/IF_EDM_MP_FAVORITES has no attribute.
Methods
Class /UI2/IF_EDM_MP_FAVORITES has no method.
Events
Class /UI2/IF_EDM_MP_FAVORITES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_FAVORITE Public See coding 20130514 BEGIN OF tp_s_favorite, * type type string, * id TYPE string, * my_favorite TYPE boole_d, * my_favorite_created TYPE tzntstmps, * my_last_used TYPE tzntstmps, * my_usage_counter TYPE int2, type TYPE string, repository TYPE string, object TYPE string, created TYPE timestamp, last_used TYPE timestamp, usage_counter TYPE i, favorite TYPE boole_d, END OF tp_s_favorite
2 TP_T_FAVORITE Public See coding 20130514 tp_t_favorite TYPE HASHED TABLE OF tp_s_favorite WITH UNIQUE KEY type repository object
History
Last changed by/on SAP  20131127 
SAP Release Created in