SAP ABAP Class CL_ECATT_APL_TDW_SEL_TDC (Application layer class for Select TDC)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷
SECATT_TDWIZARD_APL (Package) Package for TDC Wizard application layer

⤷

⤷

Properties
Class | CL_ECATT_APL_TDW_SEL_TDC | |
Short Description | Application layer class for Select TDC | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SECATT_TDWIZARD_APL | Package for TDC Wizard application layer |
Created | 20110531 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ECATT_APL_TDW_SEL_TDC has no forward declaration.
Interfaces
Class CL_ECATT_APL_TDW_SEL_TDC has no interface implemented.
Friends
Class CL_ECATT_APL_TDW_SEL_TDC has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | ECATT_BADI_TC_WIZ_SRCH_SOLMAN | 20120312 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ECATT_APL_TDW_SUMMARY | Status Summary | 20130315 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ET_ASS_TDC_SUM_TT | Table to store assigned TDC list | 20120312 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ET_TDW_TDC_SEARCH_LIST_TT | Table type to store details of favorite TDCs | 20120312 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ETTDW_PARAM_SEARCH_RES_TT | attribute for search by par result | 20120312 | ||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ET_TDW_TDC_SEARCH_LIST_TT | TableType for TDC Search list | 20120312 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ETONOFF | SPACE | eCATT Switch On/Off | 20120312 | |
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ETONOFF | SPACE | eCATT Switch On/Off | 20120312 | |
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ETONOFF | SPACE | eCATT Switch On/Off | 20120312 | |
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ETONOFF | SPACE | eCATT Switch On/Off | 20120312 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20120312 | |
2 | ![]() |
Static method | Public | Method | Delete tdc list from favorites | 20120312 |
3 | ![]() |
Instance method | Public | Method | Method to clear all the attributes | 20120312 |
4 | ![]() |
Static method | Public | Method | Get BADI Instance | 20120312 |
5 | ![]() |
Static method | Public | Method | Get the tabs with search criteria entered | 20120312 |
6 | ![]() |
Static method | Public | Method | Returns the list of TDC set as favorite for the user | 20120312 |
7 | ![]() |
Static method | Public | Method | Method to get the tdc search by parameter result | 20120312 |
8 | ![]() |
Static method | Public | Method | Returns the TDC Serach result stored in the class attribute | 20120312 |
9 | ![]() |
Instance method | Private | Method | Returns the count of variants in the TDC | 20120312 |
10 | ![]() |
Instance method | Public | Method | Search for TDC's | 20120312 |
11 | ![]() |
Instance method | Public | Method | Search for TDC's set as favourite | 20120312 |
12 | ![]() |
Instance method | Public | Method | Search TDC's by parameters | 20120312 |
13 | ![]() |
Static method | Public | Method | Returns TDCs assigned to given set of SolMan projects | 20120312 |
14 | ![]() |
Instance method | Public | Method | Set assigned TDCs attribute | 20120312 |
15 | ![]() |
Instance method | Public | Method | Set the list of TDCs selected for assignment to database | 20120312 |
16 | ![]() |
Static method | Public | Method | Set BADI Instance | 20120312 |
17 | ![]() |
Instance method | Public | Method | Set the list of favorite TDCs selected to database | 20120312 |
18 | ![]() |
Static method | Public | Method | Set the tabs with search criteria entered | 20120312 |
19 | ![]() |
Static method | Public | Method | Set TDC's as favorite | 20120312 |
20 | ![]() |
Static method | Private | Method | set the tdc favorite attribute | 20120312 |
21 | ![]() |
Static method | Private | Method | Method to set the TDC search by parameter result | 20120312 |
22 | ![]() |
Static method | Public | Method | Sets the class attribute with the TDC search results | 20120312 |
Events
Class CL_ECATT_APL_TDW_SEL_TDC has no event.
Types
Class CL_ECATT_APL_TDW_SEL_TDC has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_SUM_APL | Call by reference | Object reference (TYPE REF TO) | CL_ECATT_APL_TDW_SUMMARY | Status Summary | 20130315 | ||
2 | ![]() |
I_INIT_FAV | Call by reference | Type reference (TYPE) | ETONOFF | 'X' | Initialize favorites | 20130315 |
Method CONSTRUCTOR on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method DELETE_TDC_FAV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_SRCH_FAV | Call by reference | Type reference (TYPE) | ETONOFF | Flag to indicate search by fav | 20120312 | ||
2 | ![]() |
IT_TDC_LIST | Call by reference | Type reference (TYPE) | ETTDW_TDC_FAV_TT | Table type to store details of favorite TDCs | 20120312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Test data Wizard | 20120312 |
Method FINISH Signature
Method FINISH on class CL_ECATT_APL_TDW_SEL_TDC has no parameter.
Method FINISH on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method GET_BADI_INST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EP_BADI_INST | Call by reference | Object reference (TYPE REF TO) | ECATT_BADI_TC_WIZ_SRCH_SOLMAN | 20120312 |
Method GET_BADI_INST on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method GET_TAB_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_ADD_ATTR_TAB | Call by reference | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20120312 | ||
2 | ![]() |
EX_DESC_TAB | Call by reference | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20120312 | ||
3 | ![]() |
EX_RESP_TAB | Call by reference | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20120312 | ||
4 | ![]() |
EX_TECH_INFO_TAB | Call by reference | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20120312 |
Method GET_TAB_STATUS on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method GET_TDC_FAV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TDC_FAV_LIST | Call by reference | Type reference (TYPE) | ET_TDW_TDC_SEARCH_LIST_TT | Table type to store details of favorite TDCs | 20120312 |
Method GET_TDC_FAV on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method GET_TDC_SEARCH_PARAM_RES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TDC_SEARCH_PAR_RES | Call by reference | Type reference (TYPE) | ETTDW_PARAM_SEARCH_RES_TT | Structure for search by parameter result | 20120312 |
Method GET_TDC_SEARCH_PARAM_RES on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method GET_TDC_SEARCH_RES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TDC_SEARCH_RES | Call by reference | Type reference (TYPE) | ET_TDW_TDC_SEARCH_LIST_TT | TableType for TDC Search list | 20120312 |
Method GET_TDC_SEARCH_RES on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method GET_VAR_AND_PAR_COUNT_FOR_TDC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_TDC_NAME | Call by reference | Type reference (TYPE) | ETOBJ_NAME | eCATT Object | 20120312 | ||
2 | ![]() |
PAR_COUNT | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20120312 | ||
3 | ![]() |
VAR_COUNT | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20120312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Basis Class for eCATT Middleware Exceptions | 20120312 |
Method SEARCH_BY_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_APP_COMP | Call by reference | Type reference (TYPE) | ETRANGE_APP_COMP_TT | Table type for Applicaton component range | 20120312 | ||
2 | ![]() |
IT_COUNTRY | Call by reference | Type reference (TYPE) | ETRANGE_COUNTRY_TT | Table type for Country range | 20120312 | ||
3 | ![]() |
IT_CREATED_ON | Call by reference | Type reference (TYPE) | ETRANGE_CREATED_ON_TT | table type for created on date | 20120312 | ||
4 | ![]() |
IT_FUSER | Call by reference | Type reference (TYPE) | ETRANGE_FUSER_TT | table type for created by | 20120312 | ||
5 | ![]() |
IT_LANG | Call by reference | Type reference (TYPE) | ETRANGE_LANG_TT | table type for language | 20120312 | ||
6 | ![]() |
IT_LAST_CHANGE_DATE | Call by reference | Type reference (TYPE) | ETRANGE_LAST_CHANGE_DATE_TT | Table type for last changed date | 20120312 | ||
7 | ![]() |
IT_LUSER | Call by reference | Type reference (TYPE) | ETRANGE_LUSER_TT | table type for Last changed by | 20120312 | ||
8 | ![]() |
IT_NAME | Call by reference | Type reference (TYPE) | ETRANGE_OBJ_NAME_TT | table type for obj name ranges table | 20120312 | ||
9 | ![]() |
IT_PACKAGE | Call by reference | Type reference (TYPE) | ETRANGE_PACKAGE_TT | table type for package range | 20120312 | ||
10 | ![]() |
IT_RESPONSIBLE | Call by reference | Type reference (TYPE) | ETRANGE_RESP_TT | Table tyoe for responsible range | 20120312 | ||
11 | ![]() |
IT_SEARCH_TERMS | Call by reference | Type reference (TYPE) | ETRANGE_SEARCH_TT | table type for serach terms range | 20120312 | ||
12 | ![]() |
IT_TITLE | Call by reference | Type reference (TYPE) | ETRANGE_TITLE_TT | table type for Title range | 20120312 | ||
13 | ![]() |
IT_VARIANT | Call by reference | Type reference (TYPE) | ETRANGE_VARIANT_TT | table type for variant range | 20120312 | ||
14 | ![]() |
I_MAX_HITS | Call by reference | Type reference (TYPE) | INT4 | 200 | Natural number | 20120312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Basis Class for eCATT Middleware Exceptions | 20120312 | |
2 | ![]() |
Exception class for Test data Wizard | 20120312 |
Method SEARCH_BY_FAV Signature
Method SEARCH_BY_FAV on class CL_ECATT_APL_TDW_SEL_TDC has no parameter.
Method SEARCH_BY_FAV on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method SEARCH_BY_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_PARAM_NAME | Call by reference | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20120312 | ||
2 | ![]() |
IM_PARAM_TYPE | Call by reference | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20120312 | ||
3 | ![]() |
IM_TC_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_APL_ECATT_TEST_CONFIG | Test Configuration | 20120312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Basis Class for eCATT Middleware Exceptions | 20120312 | |
2 | ![]() |
Exception class for Test data Wizard | 20120312 |
Method SEARCH_BY_SOLMAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_PROJECT_IDS | Call by reference | Type reference (TYPE) | ETRANGE_STRING_TAB | Ranges table type of string | 20120312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Test data Wizard | 20120312 |
Method SET_ASS_TDC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TDC_LIST | Call by reference | Type reference (TYPE) | ET_ASS_TDC_SUM_TT | Table to store assigned TDC list | 20120312 |
Method SET_ASS_TDC on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method SET_ASS_TDC_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_TC_NAME | Call by reference | Type reference (TYPE) | ETOBJ_NAME | eCATT Object | 20120312 |
Method SET_ASS_TDC_DB on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method SET_BADI_INST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_BADI_INST | Call by reference | Object reference (TYPE REF TO) | ECATT_BADI_TC_WIZ_SRCH_SOLMAN | 20120312 |
Method SET_BADI_INST on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method SET_FAV_TDC_DB Signature
Method SET_FAV_TDC_DB on class CL_ECATT_APL_TDW_SEL_TDC has no parameter.
Method SET_FAV_TDC_DB on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method SET_TAB_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ADD_ATTR_TAB | Call by reference | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20120312 | ||
2 | ![]() |
IM_DESC_TAB | Call by reference | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20120312 | ||
3 | ![]() |
IM_RESP_TAB | Call by reference | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20120312 | ||
4 | ![]() |
IM_TECH_INFO_TAB | Call by reference | Type reference (TYPE) | ETONOFF | eCATT Switch On/Off | 20120312 |
Method SET_TAB_STATUS on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method SET_TDC_FAV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TDC_LIST | Call by reference | Type reference (TYPE) | ET_TDW_TDC_SEARCH_LIST_TT | Table type to store details of favorite TDCs | 20120312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Test data Wizard | 20120312 |
Method SET_TDC_FAV_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TDC_LIST | Call by reference | Type reference (TYPE) | ET_TDW_TDC_SEARCH_LIST_TT | Table type to store details of favorite TDCs | 20120312 |
Method SET_TDC_FAV_ATTR on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method SET_TDC_SEARCH_PARAM_RES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_TDC_SEARCH_PAR_RES | Call by reference | Type reference (TYPE) | ETTDW_PARAM_SEARCH_RES_TT | Structure for search by parameter result | 20120312 |
Method SET_TDC_SEARCH_PARAM_RES on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
Method SET_TDC_SEARCH_RES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_TDC_SEARCH_RES | Call by reference | Type reference (TYPE) | ET_TDW_TDC_SEARCH_LIST_TT | TableType for TDC Search list | 20120312 |
Method SET_TDC_SEARCH_RES on class CL_ECATT_APL_TDW_SEL_TDC has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |