SAP ABAP Class CL_SATC_AC_PKG_CHK_RESULT (Exclusive Services for Package Check Tool Only!!!)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_ABAP_CHECK_WB_ADAPTER (Package) INTERNAL: - *NO* REUSE - API for IDE

⤷

⤷

Properties
Class | CL_SATC_AC_PKG_CHK_RESULT | |
Short Description | Exclusive Services for Package Check Tool Only!!! | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SATC_ABAP_CHECK_WB_ADAPTER | INTERNAL: - *NO* REUSE - API for IDE |
Created | 20090925 | SAP |
Last change | 20130531 | 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_SATC_AC_PKG_CHK_RESULT has no interface implemented.
Friends
Class CL_SATC_AC_PKG_CHK_RESULT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | SATC_D_ID | '00132120A5A802DB99FBEE8380741E70' | ATC plug-in ID | 20091202 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | SATC_D_ID | '001321AF52A31DDBA7E0EDC6B58F2A29' | ATC plug-in ID | 20091202 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Exists an active result | 20090925 |
2 | ![]() |
Instance method | Public | Method | Return object keys with issues | 20090925 |
3 | ![]() |
Instance method | Public | Method | Return object keys with issues | 20111008 |
4 | ![]() |
Instance method | Private | Method | Exists an active ATC result | 20091202 |
5 | ![]() |
Instance method | Private | Method | Exists an active CheckMan result | 20091202 |
6 | ![]() |
Instance method | Private | Method | Return object keys with issues based on ATC result | 20090925 |
7 | ![]() |
Instance method | Private | Method | Return object keys with issues based on CheckMan result | 20090925 |
Events
Class CL_SATC_AC_PKG_CHK_RESULT has no event.
Types
Class CL_SATC_AC_PKG_CHK_RESULT has no local type.
Method Signatures
Method EXISTS_ACTIVE_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ENSURE_FINDINGS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Request the existance of one or more 'Not Passed' verdicts | 20091202 | |
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Active result exists or not | 20090925 |
Method EXISTS_ACTIVE_RESULT on class CL_SATC_AC_PKG_CHK_RESULT has no exception.
Method GET_OBJECTS_WITH_ISSUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJECT_KEYS | Call by reference | Type reference (TYPE) | SABP_T_TADIR_KEYS | Keys of objects to query | 20090925 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | SABP_T_TADIR_KEYS | Objects with issues | 20090925 |
Method GET_OBJECTS_WITH_ISSUES on class CL_SATC_AC_PKG_CHK_RESULT has no exception.
Method GET_OBJECTS_WITH_ISSUES_FOR_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DISPLAY_ID | Call by reference | Type reference (TYPE) | SATC_D_ID | Unique ID - hex 16 - raw format | 20111008 | ||
2 | ![]() |
I_OBJECT_KEYS | Call by reference | Type reference (TYPE) | SABP_T_TADIR_KEYS | Keys of objects to query | 20111008 | ||
3 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | SABP_T_TADIR_KEYS | Objects with issues | 20111008 |
Method GET_OBJECTS_WITH_ISSUES_FOR_ID on class CL_SATC_AC_PKG_CHK_RESULT has no exception.
Method __EXISTS_IN_ATC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ENSURE_FINDINGS | Call by reference | Type reference (TYPE) | ABAP_BOOL | Request at least one existance of one 'Not Passed' verdict | 20091202 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091202 |
Method __EXISTS_IN_ATC on class CL_SATC_AC_PKG_CHK_RESULT has no exception.
Method __EXISTS_IN_CHECKMAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ENSURE_FINDINGS | Call by reference | Type reference (TYPE) | ABAP_BOOL | Request at least one existance of one 'Not Passed' verdict | 20091202 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091202 |
Method __EXISTS_IN_CHECKMAN on class CL_SATC_AC_PKG_CHK_RESULT has no exception.
Method __GET_BY_ATC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DISPLAY_ID | Call by reference | Type reference (TYPE) | SATC_D_ID | Unique ID - hex 16 - raw format | 20111008 | ||
2 | ![]() |
I_OBJECT_KEYS | Call by reference | Type reference (TYPE) | SABP_T_TADIR_KEYS | Keys of objects to query | 20090925 | ||
3 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | SABP_T_TADIR_KEYS | Objects with issues | 20090925 |
Method __GET_BY_ATC on class CL_SATC_AC_PKG_CHK_RESULT has no exception.
Method __GET_BY_CHECKMAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJECT_KEYS | Call by reference | Type reference (TYPE) | SABP_T_TADIR_KEYS | Keys of objects to query | 20090925 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | SABP_T_TADIR_KEYS | Objects with issues | 20090925 |
Method __GET_BY_CHECKMAN on class CL_SATC_AC_PKG_CHK_RESULT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |