SAP ABAP Class CL_SRT_WSP_WD_TESTER_VIEW (Webdynpro Tester Class for WS Config UIs)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_FT_TESTS (Package) Testpaket zur Massenkonfiguration für Enterprise Services
Properties
Class CL_SRT_WSP_WD_TESTER_VIEW  
Short Description Webdynpro Tester Class for WS Config UIs    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 5   
Package SOAP_FT_TESTS   Testpaket zur Massenkonfiguration für Enterprise Services 
Created 20130228   SAP 
Last change 20140121   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 CL_SRT_WSP_WD_TESTER_VIEW has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_WD_TESTER 20130228 Webdynpro Tester Class for WS Config UIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_COMPONENT_PATH Instance attribute Private Type reference (TYPE) STRING 20130228
2 M_VIEW_ID Instance attribute Private Type reference (TYPE) STRING 20130228
3 M_WD_TESTER Instance attribute Protected Object reference (TYPE REF TO) CL_WD_WEB_DYNPRO_TESTER For Unit Test in WD 20130228
Methods
# Method Level Visibility Method type Description Created on
1 BUTTON_PRESS Instance method Public Method press button 20130228
2 CHECKBOX_CHANGE Instance method Public Method change selection state in checkbox control 20130306
3 CHECK_VALID_CONTROL_ID Instance method Private Method 20130306
4 CHECK_VISIBLE_AND_ENABLED Instance method Public Method Checks UI elem. is visible&enabled, throws assertion if not 20130306
5 CONSTRUCTOR Instance method Protected Constructor Constructor 20130228
6 DROPDOWN_GET_SELECTED_KEY Instance method Public Method Get selected Key from DropdownByKey control 20130307
7 DROPDOWN_SELECT Instance method Public Method select value in DropdownByKey control 20130306
8 FIND_CONTROL_ID_FOR_LABEL_TEXT Instance method Public Method Find control ID for given label text 20130307
9 GET_BOUND_PROP_OF_TC_EDITOR Instance method Private Method 20130307
10 GET_CONTEXT_NODE Instance method Public Method get context node for given node name 20130228
11 INPUT_FIELD_F4PRESS Instance method Public Method open f4 help in input field 20130306
12 INPUT_FIELD_GET_VALUE Instance method Public Method Get Value from InputField control 20130307
13 INPUT_FIELD_SET_VALUE Instance method Public Method set value in InputField control 20130306
14 IS_ELEMENT_ENABLED Instance method Public Method check whether UI element is enabled, no assertion 20130228
15 IS_ELEMENT_READONLY Instance method Public Method check whether UI element is editable 20130304
16 IS_ELEMENT_VISIBLE Instance method Public Method check whether UI element is visible, no assertion 20130228
17 LINK_CLICK Instance method Public Method click on LinkToAction control 20130319
18 MENUACTION_PRESS Instance method Public Method Press on MenuAction 20130304
19 RADIOBUTTON_IDX_SELECT Instance method Public Method select index in RadioButtonGroupByIndex control 20130425
20 RADIOBUTTON_SELECT Instance method Public Method select key in RadioButtonGroupByKey control 20130306
21 TABLE_OCA_CLICK Instance method Public Method Clicks on one click action in table on row with given value 20130306
22 TABLE_SELECT Instance method Public Method Select rows in table with given value or pattern 20130301
23 TABSTRIP_FIND_IDS_FOR_TEXT Instance method Public Method Find tab ID in tabstrip for given tab header text 20130307
24 TAB_SELECT Instance method Public Method select tab in tabstrip control 20130306
25 TEXT_EDIT_GET_VALUE Instance method Public Method Get text from TextEdit control 20130307
26 TEXT_VIEW_GET_TEXT Instance method Public Method Get text from TextView control 20130307
Events
Class CL_SRT_WSP_WD_TESTER_VIEW has no event.
Types
Class CL_SRT_WSP_WD_TESTER_VIEW has no local type.
Method Signatures

Method BUTTON_PRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUTTON_ID Call by reference Type reference (TYPE) STRING ID of button control 20130228

Method BUTTON_PRESS on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method CHECKBOX_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKBOX_ID Call by reference Type reference (TYPE) STRING ID of checkbox control 20130306
2 Importing I_CHECKED Call by reference Type reference (TYPE) ABAP_BOOL check or uncheck 20130306

Method CHECKBOX_CHANGE on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method CHECK_VALID_CONTROL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) STRING 20130306

Method CHECK_VALID_CONTROL_ID on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method CHECK_VISIBLE_AND_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) STRING 20130306

Method CHECK_VISIBLE_AND_ENABLED on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_PATH Call by reference Type reference (TYPE) STRING 20130228
2 Importing VIEW_ID Call by reference Type reference (TYPE) STRING 20130228
3 Importing WD_TESTER Call by reference Object reference (TYPE REF TO) CL_WD_WEB_DYNPRO_TESTER For Unit Test in WD 20130228

Method CONSTRUCTOR on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method DROPDOWN_GET_SELECTED_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DROPDOWN_ID Call by reference Type reference (TYPE) STRING ID of DropdownByKey control 20130307
2 Returning R_SELECTED_KEY Value transfer Type reference (TYPE) STRING Selected Key 20130307

Method DROPDOWN_GET_SELECTED_KEY on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method DROPDOWN_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DROPDOWN_ID Call by reference Type reference (TYPE) STRING ID of dropdown control 20130306
2 Importing I_VALUE Call by reference Type reference (TYPE) STRING Value for selection Key 20130306

Method DROPDOWN_SELECT on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method FIND_CONTROL_ID_FOR_LABEL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTAINER_ID Call by reference Type reference (TYPE) STRING ID of container control 20130307
2 Importing I_TEXT Call by reference Type reference (TYPE) STRING Label text 20130307
3 Returning R_ID Value transfer Type reference (TYPE) STRING ID of found UI element 20130307

Method FIND_CONTROL_ID_FOR_LABEL_TEXT on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method GET_BOUND_PROP_OF_TC_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EDITOR Call by reference Object reference (TYPE REF TO) IF_WD_TABLE_CELL_EDITOR Perforce change= / 20050316-075430 20130307
2 Returning R_PROPERTY Value transfer Type reference (TYPE) STRING 20130307

Method GET_BOUND_PROP_OF_TC_EDITOR on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method GET_CONTEXT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHILD_NODE_NAME Call by reference Type reference (TYPE) STRING child node name 20130228
2 Importing I_VIEW_NODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE view node or controller node? 20130228
3 Returning R_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20130228

Method GET_CONTEXT_NODE on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method INPUT_FIELD_F4PRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INPUTFIELD_ID Call by reference Type reference (TYPE) STRING ID of InputField control 20130306

Method INPUT_FIELD_F4PRESS on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method INPUT_FIELD_GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INPUTFIELD_ID Call by reference Type reference (TYPE) STRING ID of InputField control 20130307
2 Returning R_VALUE Value transfer Type reference (TYPE) STRING value 20130307

Method INPUT_FIELD_GET_VALUE on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method INPUT_FIELD_SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTER Call by reference Type reference (TYPE) BOOLEAN Fire Enter event or not 20130318
2 Importing I_INPUTFIELD_ID Call by reference Type reference (TYPE) STRING ID of input field 20130306
3 Importing I_VALUE Call by reference Type reference (TYPE) STRING Value 20130306

Method INPUT_FIELD_SET_VALUE on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method IS_ELEMENT_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT_ID Call by reference Type reference (TYPE) STRING UI Element ID 20130228
2 Returning R_ENABLED Value transfer Type reference (TYPE) ABAP_BOOL enabled or disabled 20130228

Method IS_ELEMENT_ENABLED on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method IS_ELEMENT_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT_ID Call by reference Type reference (TYPE) STRING UI Element ID 20130304
2 Returning R_READONLY Value transfer Type reference (TYPE) ABAP_BOOL editable or readonly 20130304

Method IS_ELEMENT_READONLY on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method IS_ELEMENT_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT_ID Call by reference Type reference (TYPE) STRING UI Element ID 20130228
2 Returning R_VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL visible or not 20130228

Method IS_ELEMENT_VISIBLE on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LINK_ID Call by reference Type reference (TYPE) STRING ID of LinkToAction control 20130319

Method LINK_CLICK on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method MENUACTION_PRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUTTON_ID Call by reference Type reference (TYPE) STRING ID of button control 20130304
2 Importing I_MENUACTION_ID Call by reference Type reference (TYPE) STRING ID of menu action 20130304

Method MENUACTION_PRESS on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method RADIOBUTTON_IDX_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) INT4 Key to select 20130425
2 Importing I_RADIOBUTTONGROUP_ID Call by reference Type reference (TYPE) STRING ID of RadioButtonGroupByKey control 20130425

Method RADIOBUTTON_IDX_SELECT on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method RADIOBUTTON_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) STRING Key to select 20130306
2 Importing I_RADIOBUTTON_ID Call by reference Type reference (TYPE) STRING ID of RadioButtonGroupByKey control 20130508

Method RADIOBUTTON_SELECT on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method TABLE_OCA_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OCACOLUMN_ID Call by reference Type reference (TYPE) STRING ID of column containing oca 20130306
2 Importing I_OCA_ID Call by reference Type reference (TYPE) STRING ID of one click action 20130306
3 Importing I_TABLE_COLUMN_ID Call by reference Type reference (TYPE) STRING ID of table column 20130306
4 Importing I_TABLE_ID Call by reference Type reference (TYPE) STRING Table ID 20130306
5 Importing I_VALUE Call by reference Type reference (TYPE) STRING value of row to select 20130306

Method TABLE_OCA_CLICK on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method TABLE_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OPERATOR Call by reference Type reference (TYPE) STRING 'EQ' 20130307
2 Importing I_TABLE_COLUMN_ID Call by reference Type reference (TYPE) STRING ID of table column 20130301
3 Importing I_TABLE_ID Call by reference Type reference (TYPE) STRING Table ID 20130301
4 Importing I_VALUE Call by reference Type reference (TYPE) STRING Value or pattern 20130301

Method TABLE_SELECT on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method TABSTRIP_FIND_IDS_FOR_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONTENT_ID Call by reference Type reference (TYPE) STRING ID of tab content 20130307
2 Exporting E_TAB_ID Call by reference Type reference (TYPE) STRING ID of tab 20130307
3 Importing I_TABSTRIP_ID Call by reference Type reference (TYPE) STRING ID of tabstrip control 20130307
4 Importing I_TEXT Call by reference Type reference (TYPE) STRING Label Text 20130307

Method TABSTRIP_FIND_IDS_FOR_TEXT on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method TAB_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABSTRIP_ID Call by reference Type reference (TYPE) STRING ID of tabstrip control 20130306
2 Importing I_TAB_ID Call by reference Type reference (TYPE) STRING ID of tab 20130306

Method TAB_SELECT on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method TEXT_EDIT_GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXTEDIT_ID Call by reference Type reference (TYPE) STRING ID of TextEdit control 20130307
2 Returning R_VALUE Value transfer Type reference (TYPE) STRING Value 20130307

Method TEXT_EDIT_GET_VALUE on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.

Method TEXT_VIEW_GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXTVIEW_ID Call by reference Type reference (TYPE) STRING 20130307
2 Returning R_TEXT Value transfer Type reference (TYPE) STRING 20130307

Method TEXT_VIEW_GET_TEXT on class CL_SRT_WSP_WD_TESTER_VIEW has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740