SAP ABAP Class CL_SRT_WSP_WD_TESTER_SEARCH (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_SEARCH | |
| 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 | 20130318 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SRT_WSP_WD_TESTER_SEARCH has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SRT_WSP_WD_TESTER | 20130318 | Webdynpro Tester Class for WS Config UIs |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130318 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130318 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_WD_WEB_DYNPRO_TESTER | For Unit Test in WD | 20130318 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add new search criteria | 20130319 | |
| 2 | Instance method | Private | Method | Checks whether ID is a valid control id | 20130318 | |
| 3 | Instance method | Protected | Constructor | Constructor | 20130318 | |
| 4 | Instance method | Private | Method | Select in DropdownByKey | 20130318 | |
| 5 | Instance method | Private | Method | Set value in InputField | 20130318 | |
| 6 | Instance method | Private | Method | Checks whether UI is enabled | 20130318 | |
| 7 | Instance method | Private | Method | Checks whether UI is readonly | 20130318 | |
| 8 | Instance method | Private | Method | Checks whether UI is visible | 20130318 | |
| 9 | Instance method | Private | Method | Click on Link | 20130319 | |
| 10 | Instance method | Public | Method | Click on Search button | 20130318 |
Events
Class CL_SRT_WSP_WD_TESTER_SEARCH has no event.
Types
Class CL_SRT_WSP_WD_TESTER_SEARCH has no local type.
Method Signatures
Method ADD_SEARCH_CRITERIA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ATTR_NAME | Call by reference | Type reference (TYPE) | STRING | Attribute Name | 20130319 | |||
| 2 | I_HIGH_VALUE | Call by reference | Type reference (TYPE) | STRING | High Value | 20130319 | |||
| 3 | I_LOW_VALUE | Call by reference | Type reference (TYPE) | STRING | Low value | 20130319 | |||
| 4 | I_OPTION | Call by reference | Type reference (TYPE) | STRING | 'EQ' | Option | 20130319 | ||
| 5 | I_SIGN | Call by reference | Type reference (TYPE) | STRING | 'I' | Sign | 20130319 |
Method ADD_SEARCH_CRITERIA on class CL_SRT_WSP_WD_TESTER_SEARCH has no exception.
Method CHECK_VALID_CONTROL_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | STRING | 20130318 |
Method CHECK_VALID_CONTROL_ID on class CL_SRT_WSP_WD_TESTER_SEARCH has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_PATH | Call by reference | Type reference (TYPE) | STRING | 20130318 | ||||
| 2 | VIEW_ID | Call by reference | Type reference (TYPE) | STRING | 20130318 | ||||
| 3 | WD_TESTER | Call by reference | Object reference (TYPE REF TO) | CL_WD_WEB_DYNPRO_TESTER | For Unit Test in WD | 20130318 |
Method CONSTRUCTOR on class CL_SRT_WSP_WD_TESTER_SEARCH has no exception.
Method DROPDOWN_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DROPDOWN_ID | Call by reference | Type reference (TYPE) | STRING | 20130318 | ||||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | STRING | 20130318 |
Method DROPDOWN_SELECT on class CL_SRT_WSP_WD_TESTER_SEARCH has no exception.
Method INPUT_FIELD_SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENTER | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20130318 | |||
| 2 | I_INPUTFIELD_ID | Call by reference | Type reference (TYPE) | STRING | 20130318 | ||||
| 3 | I_VALUE | Call by reference | Type reference (TYPE) | STRING | 20130318 |
Method INPUT_FIELD_SET_VALUE on class CL_SRT_WSP_WD_TESTER_SEARCH has no exception.
Method IS_ELEMENT_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | 20130318 | ||||
| 2 | R_ENABLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130318 |
Method IS_ELEMENT_ENABLED on class CL_SRT_WSP_WD_TESTER_SEARCH has no exception.
Method IS_ELEMENT_READONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | 20130318 | ||||
| 2 | R_READONLY | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130318 |
Method IS_ELEMENT_READONLY on class CL_SRT_WSP_WD_TESTER_SEARCH has no exception.
Method IS_ELEMENT_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | 20130318 | ||||
| 2 | R_VISIBLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130318 |
Method IS_ELEMENT_VISIBLE on class CL_SRT_WSP_WD_TESTER_SEARCH has no exception.
Method LINK_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LINK_ID | Call by reference | Type reference (TYPE) | STRING | 20130319 |
Method LINK_CLICK on class CL_SRT_WSP_WD_TESTER_SEARCH has no exception.
Method SEARCH_START Signature
Method SEARCH_START on class CL_SRT_WSP_WD_TESTER_SEARCH has no parameter.
Method SEARCH_START on class CL_SRT_WSP_WD_TESTER_SEARCH has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |