SAP ABAP Class IF_FDT_WD_TYPES (FDT WD: Types for Web Dynpro UI)
Properties
Class IF_FDT_WD_TYPES  
Short Description FDT WD: Types for Web Dynpro UI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060630   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_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_WD_EVENT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_FDT_WD_TYPES has no interface implemented.
Friends
Class IF_FDT_WD_TYPES has no friend class.
Attributes
Class IF_FDT_WD_TYPES has no attribute.
Methods
Class IF_FDT_WD_TYPES has no method.
Events
Class IF_FDT_WD_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ACTION Public Type reference (TYPE) STRING Action in FDT_IWD_OBJECT 20060704
2 CATALOG_MAINTENANCE_MODE Public Type reference (TYPE) STRING Catalog Maintenance Mode 20070703
3 DISPLAY_MODE Public Type reference (TYPE) CHAR1 Display Mode (Display/Edit) 20060919
4 MODEL_NODE_NAME Public Type reference (TYPE) STRING Name of a model node 20060711
5 S_CONSTANT_INSTANCE Public See coding Constant instance corresponding to a data object 20070612 BEGIN OF s_constant_instance, data_object_id TYPE fdt_uuid, constant_instance TYPE REF TO if_fdt_constant, attribute_name TYPE string, END OF s_constant_instance
6 S_MENU Public See coding Menu item 20070924 BEGIN OF s_menu, name TYPE string, text TYPE string, parent TYPE string, type TYPE string, action TYPE string, parameters TYPE wdr_name_value_list, disabled TYPE abap_bool, END OF s_menu
7 S_MODEL_NODE Public See coding Model node 20060711 BEGIN OF s_model_node, name TYPE model_node_name, read_only TYPE boole_d, exclude_from_dirty_check TYPE boole_d, attributes TYPE th_model_node_attr, END OF s_model_node
8 S_MODEL_NODE_ATTR Public See coding Attribute of a model node 20061129 BEGIN OF s_model_node_attr , name TYPE string, exclude_from_dirty_check TYPE boole_d, END OF s_model_node_attr
9 S_OBJECT_KEY Public See coding Object key 20060711 BEGIN OF s_object_key, id TYPE if_fdt_types=>id, timestamp TYPE if_fdt_types=>timestamp, END OF s_object_key
10 S_OBJECT_TYPE_EXTENDED Public See coding Extended Object Type 20060711 BEGIN OF s_object_type_extended, type TYPE if_fdt_types=>object_type, subtype TYPE fdt_wd_object_subtype, is_action TYPE abap_bool, is_rule TYPE abap_bool, END OF s_object_type_extended
11 S_TOOLBAR Public See coding Structure for toolbar element 20070924 BEGIN OF s_toolbar, action TYPE string, type TYPE string, parameters TYPE wdr_name_value_list, text TYPE string, tooltip TYPE string, disabled TYPE abap_bool, name TYPE string, parent TYPE string, focus TYPE boole_d, image_source TYPE string, right_aligned TYPE abap_bool, label_text TYPE string, "label for dropdown is_default TYPE boole_d, "default item for dropdown END OF s_toolbar
12 TH_MODEL_NODE_ATTR Public See coding List of attritbuse of a model node 20061129 th_model_node_attr TYPE HASHED TABLE OF s_model_node_attr WITH UNIQUE KEY name
13 TS_OBJECT Public See coding Unique object collection 20121105 ts_object TYPE SORTED TABLE OF REF TO if_fdt_admin_data WITH UNIQUE KEY table_line
14 T_CONSTANT_INSTANCE Public See coding List of constant instance corresponding to DOs 20070612 t_constant_instance TYPE STANDARD TABLE OF s_constant_instance
15 T_MENU Public See coding List of menu items 20070924 t_menu TYPE STANDARD TABLE OF s_menu WITH DEFAULT KEY
16 T_MODEL_NODE Public See coding List of model nodes 20060711 t_model_node TYPE TABLE OF s_model_node WITH DEFAULT KEY
17 T_OBJECT Public See coding Object collection 20090303 t_object TYPE STANDARD TABLE OF REF TO if_fdt_admin_data WITH DEFAULT KEY
18 T_OBJECT_KEY Public See coding List of object keys 20060712 t_object_key TYPE STANDARD TABLE OF s_object_key WITH DEFAULT KEY
19 T_OBJECT_TYPE_EXTENDED Public See coding List of Extended Object Types 20060711 t_object_type_extended TYPE STANDARD TABLE OF s_object_type_extended WITH DEFAULT KEY
20 T_TOOLBAR Public See coding List of toolbar elements 20070924 t_toolbar TYPE STANDARD TABLE OF s_toolbar WITH DEFAULT KEY
History
Last changed by/on SAP  20130531 
SAP Release Created in