SAP ABAP Interface IF_SATC_AC__UI_VDCT_FILTER (Selection criteria on 'Findings' in SAP GUI)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_ABAP_CHECK__UI (Package) INTERNAL: - *NO* REUSE - UI "CheckMan" style

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_AC__SAP_VDCT_FILTER | SAP skin: Filter | 20081128 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_AC__UI_VDCT_FILTER_FA | Standard skin: Filter | 20101130 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_AC__UI_VDCT_FILTER_STD | Standard skin: Filter | 20081114 |
Properties
Interface | IF_SATC_AC__UI_VDCT_FILTER | |
Short Description | Selection criteria on 'Findings' in SAP GUI |
General Data
Package | SATC_ABAP_CHECK__UI | INTERNAL: - *NO* REUSE - UI "CheckMan" style |
Created | 20081114 | SAP |
Last changed | 20140121 | SAP |
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
Interface IF_SATC_AC__UI_VDCT_FILTER has no interface.
Friends
Interface IF_SATC_AC__UI_VDCT_FILTER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_XMPT_RESTRICTION | Constant | Public | See coding | 20090731 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Creates clone | 20081114 |
2 | ![]() |
Instance method | Public | Method | Copy the criteria to other filter (of same kind) | 20120518 |
3 | ![]() |
Instance method | Public | Method | Start´s a standalone dialog / popup | 20081114 |
4 | ![]() |
Instance method | Public | Method | Returns the selection criteria | 20081114 |
5 | ![]() |
Instance method | Public | Method | Returns the criteria in domain format (if possible) | 20081114 |
6 | ![]() |
Instance method | Public | Method | Get suppression option for exempted findings | 20081114 |
7 | ![]() |
Instance method | Public | Method | Returns hash on criteria and exemption option | 20081114 |
8 | ![]() |
Instance method | Public | Method | Returns meta data on for domain format criteria | 20081114 |
9 | ![]() |
Instance method | Public | Method | Get fixed values associated to a criterion type | 20090723 |
10 | ![]() |
Instance method | Public | Method | Returns true for initial criteria | 20081114 |
11 | ![]() |
Instance method | Public | Method | Clears any restriction for criteria | 20081114 |
12 | ![]() |
Instance method | Public | Method | Sets the selection criteria | 20081114 |
13 | ![]() |
Instance method | Public | Method | Set the critieria by domain format | 20081114 |
14 | ![]() |
Instance method | Public | Method | Set suppression option for exempted findings | 20081114 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CRITERIA_CHANGED | Instance Event (0) |
Public (2) |
Filter criteria has been changed | 20120521 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_D_OPTION | Public | See coding | Option | 20081114 | ty_D_Option type c length 2
|
|
2 | TY_S_DOMAIN_VALUE | Public | See coding | Value in domain format | 20081114 | begin of ty_S_Domain_Value,
domain type satc_Ac_Ui_Filter_Domain,
option type satc_Ac_Ui_Filter_Option,
low type satc_Ac_Ui_Filter_Value,
end of ty_S_Domain_Value
|
|
3 | TY_S_META_DATA | Public | See coding | 20090731 | begin of ty_S_Meta_Data,
domain type satc_Ac_Ui_Filter_Domain,
label type string,
options type string,
predefined_Values type abap_Bool,
restricted type abap_Bool,
end of ty_S_Meta_Data
|
||
4 | TY_S_PREDEFINED_VALUE | Public | See coding | 20090731 | begin of ty_S_Predefined_Value,
key type c length 40,
text type c length 80,
end of ty_S_Predefined_Value
|
||
5 | TY_T_DOMAIN_VALUES | Public | See coding | Values in domain format | 20081114 | ty_T_Domain_Values type standard table of ty_S_Domain_Value
with default key
|
|
6 | TY_T_META_DATA | Public | See coding | 20090731 | ty_T_Meta_Data type hashed table of ty_S_Meta_Data
with unique key domain
|
||
7 | TY_T_PREDEFINED_VALUES | Public | See coding | 20090731 | ty_T_Predefined_Values type standard table of ty_S_Predefined_Value
with default key
|
Method Signatures
Method CLONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SATC_AC__UI_VDCT_FILTER | Selection Criteria on Verdicts in UI | 20081114 |
Method CLONE on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Method COPY_CRITERIA_TO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TARGET_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_SATC_AC__UI_VDCT_FILTER | Selection criteria on 'Check Verdicts' in UI | 20120518 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid parameter value | 20120518 |
Method DO_DIALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Dialog has altered values | 20081114 | ||
2 | ![]() |
E_IS_CONFIRMED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Dialog confirmation status | 20081114 | ||
3 | ![]() |
I_DISPLAY_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | No changes | 20081114 | |
4 | ![]() |
I_HIDE_RESTRICTED_CRITERIA | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120403 |
Method DO_DIALOG on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Method GET_CRITERIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CRITERIA | Value transfer | Type reference (TYPE) | DATA | Selection Criteria | 20081114 |
Method GET_CRITERIA on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Method GET_CRITERIA_IN_DOMAIN_FORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_T_DOMAIN_VALUES | 20081114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with ABAP Services UI | 20120518 |
Method GET_EXEMPTION_OPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_EXCLUDE | Call by reference | Type reference (TYPE) | TY_D_OPTION | Exclude verdicts on exempted objects | 20081114 |
Method GET_EXEMPTION_OPTION on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Method GET_HASH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | I | Hash / CRC | 20081114 |
Method GET_HASH on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Method GET_META_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_T_META_DATA | 20081114 |
Method GET_META_DATA on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Method GET_PREDEFINED_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_PREDEFINED_VALUES | Call by reference | Type reference (TYPE) | TY_T_PREDEFINED_VALUES | 20090723 | |||
2 | ![]() |
I_DOMAIN | Call by reference | Type reference (TYPE) | SATC_AC_UI_FILTER_DOMAIN | 20090723 |
Method GET_PREDEFINED_VALUES on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Method IS_INITIAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081114 |
Method IS_INITIAL on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Method RESET_CRITERIA Signature
Method RESET_CRITERIA on Interface IF_SATC_AC__UI_VDCT_FILTER has no parameter.
Method RESET_CRITERIA on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Method SET_CRITERIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CRITERIA | Call by reference | Type reference (TYPE) | DATA | Selection Criteria | 20081114 |
Method SET_CRITERIA on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Method SET_CRITERIA_IN_DOMAIN_FORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CRITERIA | Call by reference | Type reference (TYPE) | TY_T_DOMAIN_VALUES | 20081114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid Parameter | 20120518 |
Method SET_EXEMPTION_OPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXCLUDE | Call by reference | Type reference (TYPE) | TY_D_OPTION | C_XMPT_RESTRICTION-NONE | Exclude Verdicts on exempted objects | 20081114 |
Method SET_EXEMPTION_OPTION on Interface IF_SATC_AC__UI_VDCT_FILTER has no exception.
Event Signatures
Event CRITERIA_CHANGED Signature
Event CRITERIA_CHANGED on Interface IF_SATC_AC__UI_VDCT_FILTER has no parameter.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 720 |