SAP ABAP Class CL_SATC_AC__SAP_VDCT_FILTER (SAP skin: Filter)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_ABAP_CHECK_SAP_MODEL (Package) INTERNAL: - *NO* REUSE - : SAP Specific Data Model
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SATC_AC__UI_VDCT_FILTER | Selection criteria on 'Findings' in SAP GUI | 20081128 |
Properties
| Class | CL_SATC_AC__SAP_VDCT_FILTER | |
| Short Description | SAP skin: Filter | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATC_ABAP_CHECK_SAP_MODEL | INTERNAL: - *NO* REUSE - : SAP Specific Data Model |
| Created | 20081128 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SATC_AC__UI_VDCT_FILTER | Selection criteria on 'Findings' in SAP GUI | 20081128 |
Friends
Class CL_SATC_AC__SAP_VDCT_FILTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | Ids for mapping ranges vs domain restriction | 20081128 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | IF_SATC_AC__UI_VDCT_FILTER=>TY_T_META_DATA | 20120403 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_S_CRITERIA | 20081128 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 20120521 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | IF_SATC_AC__UI_VDCT_FILTER=>TY_D_OPTION | IF_SATC_AC__UI_VDCT_FILTER=>C_XMPT_RESTRICTION-ACTIVE | Exclude verdicts on exempted objects | 20081128 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | SATC_D_ID | Unique ID - hex 16 - in raw format | 20081128 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SATC_AC_UI_SETTINGS_DIALOG | 20120403 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20120403 | ||
| 2 | Instance method | Private | Method | Convert Domain To range format | 20081128 | |
| 3 | Instance method | Private | Method | Convert Range to domain format | 20081128 | |
| 4 | Instance method | Private | Method | 20120305 | ||
| 5 | Instance method | Private | Method | 20120521 |
Events
Class CL_SATC_AC__SAP_VDCT_FILTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CRITERIA | Public | See coding | 20081128 | begin of ty_S_Criteria,
package_Range type range of devclass,
appl_Comp_Range type range of ufps_Posid,
dlv_Unit_Range type range of dlvunit,
obj_Type_Range type range of trobjtype,
obj_Name_Range type range of sobj_Name ,
module_Range type range of satc_D_Id,
msg_Key_Range type range of sychar12,
prio_Range type range of int1,
resp1_Range type range of syuname,
resp_Product_Range type range of syuname,
checksum_Range type range of satc_D_Ui_Checksum,
org_Area_Range type range of sap_D_Org_Area,
q_Std_Range type range of satc_D_Quality_Standard,
q_Grp_Range type range of satc_D_Quality_Group,
completion_State type range of satc_D_Ac_Compl_State,
end of ty_S_Criteria
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SATC_AC__SAP_VDCT_FILTER has no parameter.
Method CONSTRUCTOR on class CL_SATC_AC__SAP_VDCT_FILTER has no exception.
Method __CONVERT_DOMAIN_TO_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RANGE_OPTION | Call by reference | Type reference (TYPE) | SYCHAR02 | 'EQ', 'CP', ..... | 20081128 | |||
| 2 | E_RANGE_SIGN | Call by reference | Type reference (TYPE) | SYCHAR01 | 'I' or 'E' | 20081128 | |||
| 3 | I_DOMAIN_OPTION | Call by reference | Type reference (TYPE) | SYCHAR02 | 'EQ', 'NE', 'CP', 'NP', ... | 20081128 |
Method __CONVERT_DOMAIN_TO_RANGE on class CL_SATC_AC__SAP_VDCT_FILTER has no exception.
Method __CONVERT_RANGE_TO_DOMAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DOMAIN_OPTION | Call by reference | Type reference (TYPE) | SYCHAR02 | 'EQ', 'NE', 'CP', 'NP', .. | 20081128 | |||
| 2 | I_RANGE_OPTION | Call by reference | Type reference (TYPE) | SYCHAR02 | 'EQ', 'CP', ..... | 20081128 | |||
| 3 | I_RANGE_SIGN | Call by reference | Type reference (TYPE) | SYCHAR01 | 'I' or 'E' | 20081128 |
Method __CONVERT_RANGE_TO_DOMAIN on class CL_SATC_AC__SAP_VDCT_FILTER has no exception.
Method __IS_PRIORITY_VALUE_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PRIORITY | Call by reference | Type reference (TYPE) | SATC_AC_UI_FILTER_VALUE | 20120305 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120305 |
Method __IS_PRIORITY_VALUE_VALID on class CL_SATC_AC__SAP_VDCT_FILTER has no exception.
Method __NOTIFY_CRITERIA_CHANGED Signature
Method __NOTIFY_CRITERIA_CHANGED on class CL_SATC_AC__SAP_VDCT_FILTER has no parameter.
Method __NOTIFY_CRITERIA_CHANGED on class CL_SATC_AC__SAP_VDCT_FILTER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 720 |