SAP ABAP Class CL_CRM_RESULT_SET_COMPARISON (Comparison of Check result sets)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
S_CHECK_RESULT_MANAGEMENT (Package) SAP ONLY: Check Internal Guidelines - Basic Module

⤷

⤷

Properties
Class | CL_CRM_RESULT_SET_COMPARISON | |
Short Description | Comparison of Check result sets | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_CHECK_RESULT_MANAGEMENT | SAP ONLY: Check Internal Guidelines - Basic Module |
Created | 20080729 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CRM_RESULT_SET_COMPARISON has no forward declaration.
Interfaces
Class CL_CRM_RESULT_SET_COMPARISON has no interface implemented.
Friends
Class CL_CRM_RESULT_SET_COMPARISON has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_CRM_RESULT_COMPARISON | Compare individual Check Results | 20080729 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Keep those results in set1 which are also present in set2 | 20080729 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080729 |
3 | ![]() |
Static method | Public | Method | Create Instance | 20080729 |
Events
Class CL_CRM_RESULT_SET_COMPARISON has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | RELATIONS_T | Public | See coding | 20080815 | relations_t TYPE SORTED TABLE OF relation_t
WITH UNIQUE KEY pgmid object obj_name pobject pobj_name chkid chkmsgid chkrsltnbr1
|
||
2 | RELATION_T | Public | See coding | 20080815 | BEGIN OF relation_t,
pgmid TYPE pgmid,
object TYPE trobjtype,
obj_name TYPE crmobjnam,
pobject TYPE trobjtype,
pobj_name TYPE crmobjnam,
chkid TYPE crmchkid,
chkmsgid TYPE crmchkmgid,
chkrsltnbr1 TYPE crmrsltnbr,
chkrsltnbr2 TYPE crmrsltnbr,
END OF relation_t
|
||
3 | RESULT_SET_T | Public | See coding | 20080729 | result_set_t TYPE INDEX TABLE OF crmchkrslt
|
Method Signatures
Method COMPUTE_INTERSECTION_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RELATIONS | Call by reference | Type reference (TYPE) | RELATIONS_T | Result relationship | 20080815 | ||
2 | ![]() |
SET1 | Call by reference | Type reference (TYPE) | RESULT_SET_T | Result set | 20080729 | ||
3 | ![]() |
SET2 | Call by reference | Type reference (TYPE) | RESULT_SET_T | Reference set | 20080729 |
Method COMPUTE_INTERSECTION_SET on class CL_CRM_RESULT_SET_COMPARISON has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT_COMPARE_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_RESULT_COMPARISON | Compare individual Check Results | 20080729 |
Method CONSTRUCTOR on class CL_CRM_RESULT_SET_COMPARISON has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_CRM_RESULT_SET_COMPARISON | Comparison of Check result sets | 20080729 | ||
2 | ![]() |
RESULT_COMPARE_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_RESULT_COMPARISON | Compare individual Check Results | 20080729 |
Method CREATE on class CL_CRM_RESULT_SET_COMPARISON has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 712 |