SAP ABAP Class CL_GDV_VERIFIER_SCHEMA_METHOD (Verifier for GDV schema method)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷
SECATT_GDV_SCHEMA_METHOD (Package) Generic Data Verifier - Schema Method

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GDV_STATISTIC_EVENTS | EVENTs to count statistics | 20110122 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GDV_VERIFIER_SCHEMA_METHOD | Verify XML data | 20110122 |
Properties
Class | CL_GDV_VERIFIER_SCHEMA_METHOD | |
Short Description | Verifier for GDV schema method | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | GDV_SCHEMA_METHOD | |
Program status | ||
Category | 0 | |
Package | SECATT_GDV_SCHEMA_METHOD | Generic Data Verifier - Schema Method |
Created | 20110121 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GDV_STATISTIC_EVENTS | EVENTs to count statistics | 20110122 | ||
2 | IF_GDV_VERIFIER_SCHEMA_METHOD | Verify XML data | 20110122 |
Friends
Class CL_GDV_VERIFIER_SCHEMA_METHOD has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_GDV_MESSAGE_WRITER | Message Writer Interface | 20110121 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | 20110121 | |||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | 20110121 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Compare attribute entries | 20110121 |
2 | ![]() |
Instance method | Private | Method | Compare element entries | 20110121 |
3 | ![]() |
Instance method | Private | Method | Compare structure entries (e.g. table line) | 20110121 |
4 | ![]() |
Instance method | Private | Method | Compare table entries | 20110121 |
5 | ![]() |
Instance method | Private | Constructor | CONSTRUCTOR | 20110121 |
6 | ![]() |
Instance method | Private | Method | Determine which lines to compare of a table | 20110121 |
7 | ![]() |
Instance method | Private | Method | Check the lines are "not similar enough" | 20110121 |
8 | ![]() |
Instance method | Private | Method | Check the lines are "similar enough" | 20110121 |
9 | ![]() |
Instance method | Private | Method | Log with path | 20110121 |
10 | ![]() |
Static method | Public | Method | Create instance of this class | 20110121 |
Events
Class CL_GDV_VERIFIER_SCHEMA_METHOD has no event.
Types
Class CL_GDV_VERIFIER_SCHEMA_METHOD has no local type.
Method Signatures
Method COMPARE_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STR_ACT_ELEMENT | Call by reference | Type reference (TYPE) | GDV_S_XML_ELEMENT | XML element | 20110121 | ||
2 | ![]() |
I_STR_EXP_ELEMENT | Call by reference | Type reference (TYPE) | GDV_S_XML_ELEMENT | XML element | 20110121 | ||
3 | ![]() |
R_SUCCESS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110121 |
Method COMPARE_ATTRIBUTE on class CL_GDV_VERIFIER_SCHEMA_METHOD has no exception.
Method COMPARE_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STR_ACT_ELEMENT | Call by reference | Type reference (TYPE) | GDV_S_XML_ELEMENT | XML element | 20110121 | ||
2 | ![]() |
I_STR_EXP_ELEMENT | Call by reference | Type reference (TYPE) | GDV_S_XML_ELEMENT | XML element | 20110121 | ||
3 | ![]() |
R_SUCCESS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110121 |
Method COMPARE_ELEMENT on class CL_GDV_VERIFIER_SCHEMA_METHOD has no exception.
Method COMPARE_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REF_ACT_ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_GDV_ITERATOR | Iterator for XML data | 20110121 | ||
2 | ![]() |
I_REF_EXP_ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_GDV_ITERATOR | Iterator for XML data | 20110121 | ||
3 | ![]() |
R_SUCCESS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110121 |
Method COMPARE_STRUCTURE on class CL_GDV_VERIFIER_SCHEMA_METHOD has no exception.
Method COMPARE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STR_TABLE_ELEMENT | Call by reference | Type reference (TYPE) | GDV_S_XML_ELEMENT | XML element | 20110121 | ||
2 | ![]() |
I_TAB_ACT_TABLE | Call by reference | Type reference (TYPE) | GDV_TT_XML_TABLE | Sub-table in XML data | 20110121 | ||
3 | ![]() |
I_TAB_EXP_TABLE | Call by reference | Type reference (TYPE) | GDV_TT_XML_TABLE | Sub-table in XML data | 20110121 | ||
4 | ![]() |
R_SUCCESS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110121 |
Method COMPARE_TABLE on class CL_GDV_VERIFIER_SCHEMA_METHOD has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REF_MESSAGE_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_GDV_MESSAGE_WRITER | Message Writer Interface | 20110121 |
Method CONSTRUCTOR on class CL_GDV_VERIFIER_SCHEMA_METHOD has no exception.
Method CORRELATE_TABLE_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TAB_ACT_TABLE | Call by reference | Type reference (TYPE) | GDV_TT_XML_TABLE | Sub-table in XML data | 20110121 | ||
2 | ![]() |
I_TAB_EXP_TABLE | Call by reference | Type reference (TYPE) | GDV_TT_XML_TABLE | Sub-table in XML data | 20110121 | ||
3 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | GDV_TT_COMPARISON | 20110122 |
Method CORRELATE_TABLE_LINES on class CL_GDV_VERIFIER_SCHEMA_METHOD has no exception.
Method IS_CONSIDERED_DELETED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STR_BEST_GUESS | Call by reference | Type reference (TYPE) | GDV_S_COMPARISON | 20110122 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110121 |
Method IS_CONSIDERED_DELETED on class CL_GDV_VERIFIER_SCHEMA_METHOD has no exception.
Method IS_CONSIDERED_MATCHING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STR_BEST_GUESS | Call by reference | Type reference (TYPE) | GDV_S_COMPARISON | 20110122 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110121 |
Method IS_CONSIDERED_MATCHING on class CL_GDV_VERIFIER_SCHEMA_METHOD has no exception.
Method LOG_WITH_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MSG_NUMBER | Call by reference | Type reference (TYPE) | MSGNO | System Message Number | 20110121 | ||
2 | ![]() |
I_MSG_TYPE | Call by reference | Type reference (TYPE) | MSGTY_CO | Message Type | 20110121 | ||
3 | ![]() |
I_XML_ELEMENT | Call by reference | Type reference (TYPE) | GDV_S_XML_ELEMENT | XML element | 20110121 |
Method LOG_WITH_PATH on class CL_GDV_VERIFIER_SCHEMA_METHOD has no exception.
Method S_CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_REF | Value transfer | Object reference (TYPE REF TO) | CL_GDV_VERIFIER_SCHEMA_METHOD | Verifier for ESOA | 20110121 |
Method S_CREATE on class CL_GDV_VERIFIER_SCHEMA_METHOD has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |