SAP ABAP Class /RPM/CL_COMMON_UI_VIEWSERVICES (View Services : Common UI Services)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PFM (Application Component) Portfolio Management
     /RPM/UI_LOGIC (Package) RPM UI Logic for ABAP WD
Properties
Class /RPM/CL_COMMON_UI_VIEWSERVICES  
Short Description View Services : Common UI Services    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /RPM/UI_LOGIC   RPM UI Logic for ABAP WD 
Created 20080410   SAP 
Last change 20141109    
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 /RPM/CL_COMMON_UI_VIEWSERVICES has no interface implemented.
Friends
Class /RPM/CL_COMMON_UI_VIEWSERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_COMP_API Instance attribute Public Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20080515
2 MR_EVENT_SOURCE Instance attribute Public Object reference (TYPE REF TO) CL_INM_UI_EVENT_SOURCE Event Source 20090406
3 MR_FIELD_SERVICES Instance attribute Public Object reference (TYPE REF TO) /RPM/CL_COMMON_UI_FIELDSERVICE 20090427
4 MR_OBJ_NODE Instance attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080515
5 MR_SESSION_STATE Instance attribute Private Object reference (TYPE REF TO) CL_INM_SESSION_STATE Session State for getting current state information 20081208
6 MR_VIEW Instance attribute Public Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080516
7 MS_OBJECT_HIER Instance attribute Public Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio object common hierarchy references 20080526
8 MT_TAB_FIELDS Instance attribute Private Type reference (TYPE) /RPM/TT_TAB_FIELDS Tab Description 20091216
9 MV_ALL_CUST_CONTAINERS_HIDDEN Instance attribute Public Type reference (TYPE) ABAP_BOOL ' ' 20080702
10 MV_APPL_MODE Instance attribute Public Type reference (TYPE) INM_NAV_TV_MODE Target Application Mode 20090119
11 MV_HAS_CUSTOM_FLD Instance attribute Private Type reference (TYPE) BOOLE_D Supplement for True Boolean Type: 'X' == True '' == False 20091216
12 MV_ITEM_TYPE Instance attribute Public Type reference (TYPE) /RPM/TV_ITEM_ID Type 20080515
13 MV_OBJECT_NODE_NAME Instance attribute Public Type reference (TYPE) STRING 20080911
14 MV_OBJECT_TYPE Instance attribute Public Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20080515
15 MV_RETRIEVE_CALLED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20090413
16 MV_SAVE_CALLED Instance attribute Public Type reference (TYPE) ABAP_BOOL Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090406
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_BUTTON_CLICK Instance method Public Method On action button click 20080510
2 ACTION_DROPDOWN_SELECT Instance method Public Method On action dropdown select ( obsolete ! ) 20080510
3 CHECK_CONTAINER_ELEMENTS Instance method Private Method Get all containers existing below root UI elem. cont. 20080723
4 CHECK_VIEWS_VISIBLE_FIELDS Instance method Public Method Check the visibility of fields in the view 20080919
5 CONSTRUCTOR Instance method Public Constructor Constructor 20080509
6 CREATE_DYN_POPUP_FOR_CMP_USAGE Static method Public Method Create Dynamic Popup Window for Component Usage 20080612
7 CREATE_DYN_VIEW_CUSTFIELDS_FCP Instance method Public Method Create Dynamic View for Custom Fields for FCP 20081224
8 CREATE_DYN_VIEW_CUSTOM_FIELDS Instance method Public Method Create Dynamic View for Custom Fields 20080410
9 CREATE_DYN_VIEW_STANDARD_FLDS Instance method Public Method Create Dynamic View for standard fields 20080410
10 GET_DROPDOWN_LIST Instance method Public Method Get dropdown list for the field 20080508
11 GET_TEXT_FOR_ID Instance method Public Method Gets the text for a corresponding ID 20080618
12 HANDLE_CHECK_BOX Instance method Private Method Handle Check Box Element 20080515
13 HANDLE_DROP_DOWN_BY_KEY Instance method Private Method Handle Drop Down by key 20080515
14 HANDLE_IMAGE Instance method Private Method Handle Icon Fields 20090123
15 HANDLE_INPUT_FIELD Instance method Private Method Handle Input Field Element 20080515
16 HANDLE_MELTING_GROUPS Instance method Public Method Handle attributes of date fields 20080819
17 HANDLE_TEXT_VIEW Instance method Private Method Handle text view in the layout 20080723
18 HAS_CUSTOM_FIELDS Instance method Public Method Has Custom Fields 20080410
19 ON_BUTTON_CLICK Instance method Private Method On action button click 20080613
20 ON_DDK_SELECTION_CHANGE Instance method Public Method On dropdown selection change 20090715
21 ON_UPDATE Instance method Public Event handling method Event handler for the event Update from EventSource class 20090406
22 READ_OBJ_VAL_TO_DYN_CUSTFLD Instance method Private Method Read Object Value to Dynamic Custom Field Node 20080410
23 REFRESH_FIELD_SERVICE_ICONS Instance method Public Method Refresh Field Service Icons 20080410
24 RENDER_DYNAMIC_VIEW Instance method Public Method Create Dynamic View for Fields 20080620
25 RENDER_FIELDVIEW_CONFIGURATION Instance method Public Method Render fields to respective views 20080520
26 RETRIEVE_FIELD_TEXT Instance method Public Method 20080919
27 SET_ACCESSIBILITY_FOR_FIELDS Instance method Public Method 20090619
28 SET_ALIGNMENT_VERSION_HDR Instance method Public Method Set alignment for Version Header fields 20090309
29 SET_FIELD_DESCRIPTION Instance method Private Method Pass the field description to field service 20100624
30 SET_SELECTED_VALUES_FOR_FIELDS Instance method Public Method Set the selected values from the user to the field UI elem. 20081117
Events
Class /RPM/CL_COMMON_UI_VIEWSERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_PCOMB_VIEW_FIELDS Public See coding 20080919 BEGIN OF ty_pcomb_view_fields, view_name TYPE string, view_field_names TYPE ttfieldname. TYPES: END OF ty_pcomb_view_fields
2 TY_TPCOMB_VIEW_FIELDS Public See coding 20080919 ty_tpcomb_view_fields TYPE SORTED TABLE OF ty_pcomb_view_fields WITH UNIQUE KEY view_name
Method Signatures

Method ACTION_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090224
2 Importing IS_MULTIPLE_UPDATE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090210
3 Importing IV_FIELD_REF Call by reference Type reference (TYPE) /RPM/TV_FIELDNAME Field Name 20091015
4 Importing IV_SERVICE_TYPE Call by reference Type reference (TYPE) STRING Service definition 20081104
5 Importing I_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20080510

Method ACTION_BUTTON_CLICK on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method ACTION_DROPDOWN_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UI_ELEMENT_TYPE Call by reference Type reference (TYPE) STRING 'DROPDOWN_BY_KEY' Dropdown by Key/Dropdown by Index 20081121
2 Importing I_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20080510

Method ACTION_DROPDOWN_SELECT on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method CHECK_CONTAINER_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080723
2 Exporting IS_ELEMENTS_INVISIBLE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080723

Method CHECK_CONTAINER_ELEMENTS on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method CHECK_VIEWS_VISIBLE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTEXT Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio Hierarchy 20080919
2 Importing IT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20080919
3 Importing IT_VIEW_FIELDS Call by reference Type reference (TYPE) /RPM/TT_VIEW_FIELDS Table type for all views and its corresponding fields 20080919
4 Returning IT_VIEW_NAMES_INVISIBLE Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20080923

Method CHECK_VIEWS_VISIBLE_FIELDS on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /RPM/CL_COMMON_UI_VIEWSERVICES has no parameter.
Method CONSTRUCTOR on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method CREATE_DYN_POPUP_FOR_CMP_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_COMP_API Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20080612
2 Importing IT_USED_CMP_METH_PARAMS Call by reference Type reference (TYPE) ABAP_PARMBIND_TAB Input Parameters of Interface Method of the Used Component 20080612
3 Importing IV_CALL_FROM Call by reference Type reference (TYPE) STRING Popup to be rendered via OIF/QAF 20090407
4 Importing IV_CREATE_WINDOW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080618
5 Importing IV_HEIGHT Call by reference Type reference (TYPE) STRING Height of the Popup Window 20080612
6 Importing IV_LEFT Call by reference Type reference (TYPE) I Left Position of the Popup Window 20080612
7 Importing IV_OBJECT_LINK Call by reference Type reference (TYPE) RPM_TV_OBL_TYPE Object link type name 20100618
8 Importing IV_OTR_ALIAS_FOR_TITLE Call by reference Type reference (TYPE) STRING OTR Alias for the Title Text of the Popup Window 20080612
9 Importing IV_SERVICE_TYPE Call by reference Type reference (TYPE) /RPM/TV_SERVICE_ID Reference to service type 20081121
10 Importing IV_TOP Call by reference Type reference (TYPE) I Top Position of the Popup Window 20080612
11 Importing IV_USED_CMP Call by reference Type reference (TYPE) STRING Used Component 20080612
12 Importing IV_USED_CMP_INTERFACE Call by reference Type reference (TYPE) STRING Component Interface of the Used Component 20080612
13 Importing IV_USED_CMP_METHOD Call by reference Type reference (TYPE) STRING Interface Method of the Used Component 20080612
14 Importing IV_USED_CMP_WINDOW Call by reference Type reference (TYPE) STRING Interface View (Window) of The Used Component 20080612
15 Importing IV_WIDTH Call by reference Type reference (TYPE) STRING Width of the Popup Window 20080612
16 Importing IV_WINDOW_REF_REQ Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080627

Method CREATE_DYN_POPUP_FOR_CMP_USAGE on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method CREATE_DYN_VIEW_CUSTFIELDS_FCP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_ACTION Call by reference Object reference (TYPE REF TO) IF_WD_ACTION Web Dynpro: Action 20081224
2 Importing IR_WD_COMP_API Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20081224
3 Importing IR_WD_OBJ_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20081224
4 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20081224
5 Importing IS_FIRST_TIME Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20081224
6 Importing IS_OBJECT_HIER Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio Hierarchy 20081224
7 Importing IT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20081224
8 Importing IV_IS_CREATION_MODE Call by reference Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20081224
9 Importing IV_IS_OBJECT_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20081224
10 Importing IV_IS_READ_ONLY_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20081224

Method CREATE_DYN_VIEW_CUSTFIELDS_FCP on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method CREATE_DYN_VIEW_CUSTOM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_COMP_API Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20080410
2 Importing IR_WD_OBJ_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080410
3 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080410
4 Importing IS_FIRST_TIME Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080620
5 Importing IS_OBJECT_HIER Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio Hierarchy 20080526
6 Importing IT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20080512
7 Importing IV_IS_CREATION_MODE Call by reference Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20080410
8 Importing IV_IS_OBJECT_LOCKED Call by reference Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20080410
9 Importing IV_IS_READ_ONLY_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20080526

Method CREATE_DYN_VIEW_CUSTOM_FIELDS on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method CREATE_DYN_VIEW_STANDARD_FLDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_COMP_API Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20080410
2 Importing IR_WD_OBJ_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080410
3 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080410
4 Importing IS_FIRST_TIME Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20090417
5 Importing IS_OBJECT_HIER Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio object common hierarchy references 20080526
6 Importing IT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20080512
7 Importing IV_IS_READ_ONLY_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080526

Method CREATE_DYN_VIEW_STANDARD_FLDS on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method GET_DROPDOWN_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG Call by reference Type reference (TYPE) RPM_TT_MESSAGES Error message text 20120726
2 Exporting ET_VALUE_LIST Call by reference Type reference (TYPE) /RPM/TT_VALUE_LIST_ENTRIES Value List 20080508
3 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20080508
4 Importing IV_LINKED_VALUE_KEY Call by reference Type reference (TYPE) /RPM/TV_VALUE_KEY Value Key 20080509
5 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20080508

Method GET_DROPDOWN_LIST on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method GET_TEXT_FOR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20080618
2 Importing IS_OBJECT_HIER Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio Hierarchy 20080618
3 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20080618
4 Importing IV_HDR_TXT Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20100818
5 Importing IV_ID Call by reference Type reference (TYPE) STRING 20080618
6 Importing IV_ITEM_TYPE Call by reference Type reference (TYPE) /RPM/TV_ITEM_TYPE Item_type 20080618

Method GET_TEXT_FOR_ID on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method HANDLE_CHECK_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_CL_VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT Web Dynpro: API View Element 20080616
2 Importing IR_WD_PARENT_ELEM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20051117-125541 20080612
3 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080515
4 Importing IS_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TS_FIELDS_DESCRIPTION Customer Field Description 20080515
5 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) STRING Field Name 20080515
6 Importing IV_IS_READ_ONLY_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080526

Method HANDLE_CHECK_BOX on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method HANDLE_DROP_DOWN_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_CL_VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT Web Dynpro View Element 20080613
2 Importing IR_WD_OBJECT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080515
3 Importing IR_WD_PARENT_ELEM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20051117-125541 20080612
4 Importing IS_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TS_FIELDS_DESCRIPTION Customer Field Description 20080515
5 Importing IS_FIRST_TIME Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20090417
6 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) STRING Field Name 20080515
7 Importing IV_IS_READ_ONLY_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080526
8 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20090429

Method HANDLE_DROP_DOWN_BY_KEY on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method HANDLE_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_CL_VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_VIEW_ELEMENT Web Dynpro View Element 20090123
2 Importing IR_WD_OBJECT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090123
3 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20090123
4 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) STRING Field Name 20111216

Method HANDLE_IMAGE on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method HANDLE_INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_CL_VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT Web Dynpro: API View Element 20080613
2 Importing IR_WD_OBJECT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080515
3 Importing IR_WD_PARENT_ELEM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20051117-125541 20080612
4 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080515
5 Importing IS_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TS_FIELDS_DESCRIPTION Customer Field Description 20080515
6 Importing IS_FIRST_TIME Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20090417
7 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) STRING Field Name 20080515
8 Importing IV_IS_READ_ONLY_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080526

Method HANDLE_INPUT_FIELD on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method HANDLE_MELTING_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_UI_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_VIEW_ELEMENT Perforce Change= / 20040604-141028 20080819
2 Importing IR_WD_OBJ_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080819
3 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080819
4 Importing IS_FIELDS_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TS_FIELDS_DESCRIPTION Customer Field Description 20080819
5 Importing IT_FIELDS_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20091118
6 Importing IV_IS_READ_ONLY_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20080819

Method HANDLE_MELTING_GROUPS on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method HANDLE_TEXT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_CL_VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT Web Dynpro View Element 20080723
2 Importing IR_WD_OBJECT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080723
3 Importing IR_WD_PARENT_ELEM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20051117-125541 20080723
4 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080723
5 Importing IS_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TS_FIELDS_DESCRIPTION Customer Field Description 20080723
6 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) STRING 20080723
7 Importing IV_IS_READ_ONLY_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20080723

Method HANDLE_TEXT_VIEW on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method HAS_CUSTOM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDS_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20080410
2 Exporting EV_HAS_CUSTOM_FIELDS Call by reference Type reference (TYPE) BOOLE_D Boolean Variable (X=True, -=False, Space=Unknown) 20080410
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Category 20080410

Method HAS_CUSTOM_FIELDS on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method ON_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090225
2 Importing IS_MULTIPLE_UPDATE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090210
3 Importing IS_OBJECT_HIER Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio Hierarchy 20080613
4 Importing IV_FIELD_REF Call by reference Type reference (TYPE) /RPM/TV_FIELDNAME Field Name 20091015
5 Importing IV_SERVICE_TYPE Call by reference Type reference (TYPE) STRING 20081104
6 Importing I_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20080613

Method ON_BUTTON_CLICK on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method ON_DDK_SELECTION_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LINKED_FIELDS Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20090715
2 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Field Name 20090715
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20090715

Method ON_DDK_SELECTION_CHANGE on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method ON_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EV_ACTION_TYPE Value transfer Attribute reference (LIKE) 20090406
2 Importing EV_OBJECT_TYPE Value transfer Attribute reference (LIKE) 20090406
3 Importing EV_VALUE Value transfer Attribute reference (LIKE) 20090406

Method ON_UPDATE on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method READ_OBJ_VAL_TO_DYN_CUSTFLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_OBJ_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080410
2 Importing IT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20080512

Method READ_OBJ_VAL_TO_DYN_CUSTFLD on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method REFRESH_FIELD_SERVICE_ICONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_COMP_API Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20080505
2 Importing IR_WD_OBJ_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080410
3 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080410
4 Importing IT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20080512

Method REFRESH_FIELD_SERVICE_ICONS on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method RENDER_DYNAMIC_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20080620
2 Importing IR_WD_OBJ_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080620
3 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080620
4 Importing IS_FIRST_TIME Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080620
5 Importing IS_OBJECT_HIER Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio object common hierarchy references 20080620
6 Importing IT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20080620
7 Importing IT_POPUP_SELECTED_DATA Call by reference Object reference (TYPE REF TO) DATA 20080911
8 Importing IV_IS_READ_ONLY_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080620
9 Importing IV_IS_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL 20081204

Method RENDER_DYNAMIC_VIEW on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method RENDER_FIELDVIEW_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CUST_FIELDS_DESCR Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20080520
2 Exporting ET_TAB_FIELDS Call by reference Type reference (TYPE) /RPM/TT_TAB_FIELDS Tab Description 20080520
3 Importing IR_WD_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20080520
4 Importing IT_ALL_FIELDS_DESCR Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20080520
5 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20080520

Method RENDER_FIELDVIEW_CONFIGURATION on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method RETRIEVE_FIELD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_OBJ_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080919
2 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20080919
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20080919

Method RETRIEVE_FIELD_TEXT on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method SET_ACCESSIBILITY_FOR_FIELDS Signature

Method SET_ACCESSIBILITY_FOR_FIELDS on class /RPM/CL_COMMON_UI_VIEWSERVICES has no parameter.
Method SET_ACCESSIBILITY_FOR_FIELDS on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method SET_ALIGNMENT_VERSION_HDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20090309

Method SET_ALIGNMENT_VERSION_HDR on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method SET_FIELD_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_DESCRIPTION Call by reference Type reference (TYPE) /RPM/TT_FIELDS_DESCRIPTION Table for field description 20100624

Method SET_FIELD_DESCRIPTION on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.

Method SET_SELECTED_VALUES_FOR_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_UI_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_VIEW_ELEMENT Perforce Change= / 20040604-141028 20081117
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) STRING 20081117
3 Importing IV_FIELD_VALUE Call by reference Type reference (TYPE) STRING 20081117

Method SET_SELECTED_VALUES_FOR_FIELDS on class /RPM/CL_COMMON_UI_VIEWSERVICES has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 500_701