SAP ABAP Class TH_BSA_DATA_MATCHER (comparison oft table contents with placeholders)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-ESF-BSA (Application Component) Business Service Adaptation
⤷
SADL_UTIL (Package) Utils for SADL
⤷
⤷
Properties
| Class | TH_BSA_DATA_MATCHER | |
| Short Description | comparison oft table contents with placeholders | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | T | Test Program |
| Category | 5 | |
| Package | SADL_UTIL | Utils for SADL |
| Created | 20120214 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class TH_BSA_DATA_MATCHER has no forward declaration.
Interfaces
Class TH_BSA_DATA_MATCHER has no interface implemented.
Friends
Class TH_BSA_DATA_MATCHER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20120222 | |||||
| 2 | Constant | Private | See coding | 20121022 | |||||
| 3 | Constant | Public | See coding | 20120522 | |||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20120222 | ||||
| 5 | Instance attribute | Private | See coding | 20121022 | |||||
| 6 | Instance attribute | Private | Type reference (TYPE) | TT_PLACEHOLDER_VALUES | 20120215 | ||||
| 7 | Instance attribute | Private | Attribute reference (LIKE) | IF_AUNIT_CONSTANTS=>CRITICAL | 20120222 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | STRING | 20120222 | ||||
| 9 | Instance attribute | Private | Attribute reference (LIKE) | IF_AUNIT_CONSTANTS=>METHOD | 20120222 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120502 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20121022 |
Methods
Events
Class TH_BSA_DATA_MATCHER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_PLACEHOLDER_VALUES | Private | See coding | 20120215 | tt_placeholder_values TYPE SORTED TABLE OF ty_placeholder_value WITH UNIQUE KEY name
|
||
| 2 | TY_PLACEHOLDER_VALUE | Private | See coding | 20120215 | BEGIN OF ty_placeholder_value,
name TYPE string,
value TYPE string,
END OF ty_placeholder_value
|
Method Signatures
Method ASSERT_MATCHES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Call by reference | Type reference (TYPE) | DATA | 20120214 | ||||
| 2 | EXP | Call by reference | Type reference (TYPE) | DATA | 20120214 | ||||
| 3 | IGNORE_INITIALS_IN_EXPECTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121022 | ||||
| 4 | IGNORE_PLACEHOLDER_SEQUENCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121022 | ||||
| 5 | LEVEL | Call by reference | Type reference (TYPE) | INT1 | IF_AUNIT_CONSTANTS=>CRITICAL | 20120222 | |||
| 6 | MSG | Call by reference | Type reference (TYPE) | STRING | `` | 20120222 | |||
| 7 | QUIT | Call by reference | Type reference (TYPE) | INT1 | IF_AUNIT_CONSTANTS=>METHOD | 20120222 |
Method ASSERT_MATCHES on class TH_BSA_DATA_MATCHER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IGNORE_INITIALS_IN_EXPECTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120502 | ||||
| 2 | IGNORE_PLACEHOLDER_SEQUENCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121022 |
Method CONSTRUCTOR on class TH_BSA_DATA_MATCHER has no exception.
Method COPY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ORIGINAL | Call by reference | Type reference (TYPE) | DATA | 20120214 | ||||
| 2 | RR_COPY | Value transfer | Object reference (TYPE REF TO) | DATA | 20120214 |
Method COPY_DATA on class TH_BSA_DATA_MATCHER has no exception.
Method COPY_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ORIGINAL | Call by reference | Type reference (TYPE) | INDEX TABLE | 20120731 | ||||
| 2 | RR_COPY | Value transfer | Object reference (TYPE REF TO) | DATA | 20120731 |
Method COPY_TABLES on class TH_BSA_DATA_MATCHER has no exception.
Method DEFINE_PLACEHOLDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20120218 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20120218 |
Method DEFINE_PLACEHOLDER on class TH_BSA_DATA_MATCHER has no exception.
Method MATCH_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ACT | Call by reference | Type reference (TYPE) | DATA | 20120215 | ||||
| 2 | C_EXP | Call by reference | Type reference (TYPE) | DATA | 20120215 | ||||
| 3 | EV_COMPLEXITY | Call by reference | Type reference (TYPE) | I | 20120222 |
Method MATCH_DATA on class TH_BSA_DATA_MATCHER has no exception.
Method MATCH_DATA_MULTI_PASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ACT | Call by reference | Type reference (TYPE) | DATA | 20120227 | ||||
| 2 | C_EXP | Call by reference | Type reference (TYPE) | DATA | 20120227 |
Method MATCH_DATA_MULTI_PASS on class TH_BSA_DATA_MATCHER has no exception.
Method MATCH_ELEMENTARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_ACT | Call by reference | Type reference (TYPE) | DATA | 20120220 | ||||
| 2 | CV_EXP | Call by reference | Type reference (TYPE) | DATA | 20120220 |
Method MATCH_ELEMENTARY on class TH_BSA_DATA_MATCHER has no exception.
Method MATCH_STRUCTURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ACT | Call by reference | Type reference (TYPE) | DATA | 20120214 | ||||
| 2 | CS_EXP | Call by reference | Type reference (TYPE) | DATA | 20120214 | ||||
| 3 | EV_COMPLEXITY | Call by reference | Type reference (TYPE) | I | 20120222 | ||||
| 4 | IO_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20120214 |
Method MATCH_STRUCTURES on class TH_BSA_DATA_MATCHER has no exception.
Method MATCH_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACT | Call by reference | Type reference (TYPE) | INDEX TABLE | 20120214 | ||||
| 2 | CT_EXP | Call by reference | Type reference (TYPE) | INDEX TABLE | 20120214 |
Method MATCH_TABLES on class TH_BSA_DATA_MATCHER has no exception.
Method REARRANGE_PLACEHOLDERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_EXP | Call by reference | Type reference (TYPE) | DATA | 20121022 | ||||
| 2 | IT_PLACEHOLDERS | Call by reference | Type reference (TYPE) | TT_PLACEHOLDER_VALUES | 20121022 | ||||
| 3 | IV_ACT | Call by reference | Type reference (TYPE) | DATA | 20121022 |
Method REARRANGE_PLACEHOLDERS on class TH_BSA_DATA_MATCHER has no exception.
Method RESTORE_FROM_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DATA | Call by reference | Type reference (TYPE) | DATA | 20120214 | ||||
| 2 | IR_BACKUP | Call by reference | Object reference (TYPE REF TO) | DATA | 20120214 |
Method RESTORE_FROM_COPY on class TH_BSA_DATA_MATCHER has no exception.
Method RESTORE_PARAMETERS Signature
Method RESTORE_PARAMETERS on class TH_BSA_DATA_MATCHER has no parameter.
Method RESTORE_PARAMETERS on class TH_BSA_DATA_MATCHER has no exception.
Method SET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20121022 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121022 |
Method SET_PARAMETER on class TH_BSA_DATA_MATCHER has no exception.
Method SUBSTITUTE_PLACEHOLDERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_EXP | Call by reference | Type reference (TYPE) | DATA | 20120218 | ||||
| 2 | IV_ACT | Call by reference | Type reference (TYPE) | DATA | 20121022 |
Method SUBSTITUTE_PLACEHOLDERS on class TH_BSA_DATA_MATCHER has no exception.
Method _ASSERT_EQUALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Call by reference | Type reference (TYPE) | ANY | 20120214 | ||||
| 2 | EXP | Call by reference | Type reference (TYPE) | ANY | 20120214 |
Method _ASSERT_EQUALS on class TH_BSA_DATA_MATCHER has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 804 |