SAP ABAP Interface /UI2/IF_EDM_MP_FAVORITES (EDM IF Model Provider: Favorites)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/BASIS_SERVICES_FAV (Package) UI BE: Favorites

⤷

⤷

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
Interface | /UI2/IF_EDM_MP_FAVORITES | |
Short Description | EDM IF Model Provider: Favorites |
General Data
Package | /UI2/BASIS_SERVICES_FAV | UI BE: Favorites |
Created | 20130514 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface /UI2/IF_EDM_MP_FAVORITES has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /UI2/IF_EDM_MODEL | EDM Model Provider | 20130514 |
Friends
Interface /UI2/IF_EDM_MP_FAVORITES has no friend.
Attributes
Interface /UI2/IF_EDM_MP_FAVORITES has no attribute.
Methods
Interface /UI2/IF_EDM_MP_FAVORITES has no method.
Events
Interface /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 | 100 |