SAP ABAP Class /UI2/IF_EDM_MP_QUICKVIEW (Types of Quickview Service)
Properties
Class /UI2/IF_EDM_MP_QUICKVIEW  
Short Description Types of Quickview Service    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120307   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /UI2/IF_EDM_MP_QUICKVIEW has no interface implemented.
Friends
Class /UI2/IF_EDM_MP_QUICKVIEW has no friend class.
Attributes
Class /UI2/IF_EDM_MP_QUICKVIEW has no attribute.
Methods
Class /UI2/IF_EDM_MP_QUICKVIEW has no method.
Events
Class /UI2/IF_EDM_MP_QUICKVIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_ACTION Public See coding 20120307 BEGIN OF tp_s_action, thing_id TYPE string, action_id TYPE string, order TYPE i, trigger_link_url TYPE string, action_def_label TYPE string, action_def_tooltip TYPE string, action_def_icon_url TYPE string, action_def_is_primary TYPE abap_bool, END OF tp_s_action
2 TP_S_ATTRIBUTE Public See coding 20120307 BEGIN OF tp_s_attribute, thing_id TYPE string, attribute_id TYPE string, value TYPE string, order TYPE i, attr_def_label TYPE string, attr_def_data_type TYPE string, attr_def_tooltip TYPE string, END OF tp_s_attribute
3 TP_S_QUICKVIEW Public See coding 20120307 BEGIN OF tp_s_quickview, id TYPE string, title TYPE string, description TYPE string, title_link_url TYPE string, image_url TYPE string, thing_def_id TYPE string, thing_def_text TYPE string, thing_def_icon_url TYPE string, END OF tp_s_quickview
4 TY_ACTION Public See coding 20120417 BEGIN OF ty_action, name TYPE string, label TYPE string, tooltip TYPE string, icon_url TYPE string, is_primary TYPE string, END OF ty_action
5 TY_ATTRIB Public See coding 20120417 BEGIN OF ty_attrib, name TYPE string, label TYPE string, data_type TYPE string, tooltip TYPE string, END OF ty_attrib
6 TY_QUICKVIEW_CONFIG Public See coding 20120417 BEGIN OF ty_quickview_config, name TYPE string, name_link_url TYPE string, thing_key TYPE ty_thing-name, title TYPE string, title_link_url TYPE string, description TYPE string, description_link_url TYPE string, image_url TYPE string, image_link_url TYPE string, thing_name TYPE string, END OF ty_quickview_config
7 TY_QUICKVIEW_CONFIG_COMPLEX Public See coding 20120417 BEGIN OF ty_quickview_config_complex. INCLUDE TYPE ty_quickview_config. TYPES attribs TYPE SORTED TABLE OF ty_qv_attrib WITH UNIQUE KEY thing_attrib_ref. TYPES attribs_technical TYPE SORTED TABLE OF ty_qv_attrib WITH UNIQUE KEY thing_attrib_ref. TYPES actions TYPE SORTED TABLE OF ty_qv_action WITH UNIQUE KEY thing_action_ref. TYPES END OF ty_quickview_config_complex
8 TY_QV_ACTION Public See coding 20120417 BEGIN OF ty_qv_action, thing_action_ref TYPE ty_action-name, name TYPE string, label TYPE string, tooltip TYPE string, icon_url TYPE string, is_primary TYPE string, trigger_link_url TYPE string, order TYPE i, END OF ty_qv_action
9 TY_QV_ATTRIB Public See coding 20120417 BEGIN OF ty_qv_attrib, thing_attrib_ref TYPE ty_attrib-name, value TYPE string, value_link_url TYPE string, order TYPE i, END OF ty_qv_attrib
10 TY_THING Public See coding 20120417 BEGIN OF ty_thing, name TYPE string, text TYPE string, icon_url TYPE string, END OF ty_thing
11 TY_THING_COMPLEX Public See coding 20120417 BEGIN OF ty_thing_complex. INCLUDE TYPE ty_thing. TYPES attribs TYPE SORTED TABLE OF ty_attrib WITH UNIQUE KEY name. TYPES actions TYPE SORTED TABLE OF ty_action WITH UNIQUE KEY name. TYPES END OF ty_thing_complex
History
Last changed by/on SAP  20130531 
SAP Release Created in