SAP ABAP Class CL_GDV_API_SCHEMA_METHOD (API and UI components 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
⤷
⤷
Properties
| Class | CL_GDV_API_SCHEMA_METHOD | |
| Short Description | API and UI components for GDV schema method | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| 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
Class CL_GDV_API_SCHEMA_METHOD has no interface implemented.
Friends
Class CL_GDV_API_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 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Analyse a XML payload | 20110121 | |
| 2 | Instance method | Public | Method | Analyse using input from file | 20110121 | |
| 3 | Instance method | Public | Method | Analyse using input from multiple files | 20110121 | |
| 4 | Instance method | Public | Method | Analyse using input from string | 20110121 | |
| 5 | Instance method | Public | Method | Analyse using input from multiple strings | 20110121 | |
| 6 | Instance method | Private | Method | Code/name check for a XML payload | 20110121 | |
| 7 | Instance method | Public | Method | Code/name check using input from file | 20110121 | |
| 8 | Instance method | Public | Method | Code/name check REVERSE using input from file | 20110121 | |
| 9 | Instance method | Public | Method | Code/name check using input from string | 20110121 | |
| 10 | Instance method | Public | Constructor | CONSTRUCTOR | 20110121 | |
| 11 | Instance method | Private | Method | Usage counter | 20110121 | |
| 12 | Static method | Public | Method | Create instance of this class | 20110121 | |
| 13 | Instance method | Private | Method | Load file from frontend | 20110121 | |
| 14 | Instance method | Private | Method | Verify two XML payloads | 20110121 | |
| 15 | Instance method | Public | Method | Verify using input from file | 20110121 | |
| 16 | Instance method | Public | Method | Verify using input from string | 20110121 |
Events
Class CL_GDV_API_SCHEMA_METHOD has no event.
Types
Class CL_GDV_API_SCHEMA_METHOD has no local type.
Method Signatures
Method ANALYSE_PAYLOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ADDITIONAL_XML_DATA | Call by reference | Type reference (TYPE) | GDV_TT_STRING | Table of type string | 20110121 | |||
| 2 | LOG_LEVEL | Call by reference | Type reference (TYPE) | C | Log level | 20110121 | |||
| 3 | PAYLOAD_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 4 | TAB_LOG_MSG | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110121 | |||
| 5 | WSDL_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 |
Method ANALYSE_PAYLOAD on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method ANALYSE_PAYLOAD_FROM_FILE Signature
Method ANALYSE_PAYLOAD_FROM_FILE on class CL_GDV_API_SCHEMA_METHOD has no parameter.
Method ANALYSE_PAYLOAD_FROM_FILE on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method ANALYSE_PAYLOAD_FROM_FILE_MULT Signature
Method ANALYSE_PAYLOAD_FROM_FILE_MULT on class CL_GDV_API_SCHEMA_METHOD has no parameter.
Method ANALYSE_PAYLOAD_FROM_FILE_MULT on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method ANALYSE_PAYLOAD_FROM_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOG_LEVEL | Call by reference | Type reference (TYPE) | C | 'S' | Log level | 20110121 | ||
| 2 | PAYLOAD_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 3 | TAB_LOG_MSG | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110121 | |||
| 4 | WSDL_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 |
Method ANALYSE_PAYLOAD_FROM_STRING on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method ANALYSE_PAYLOAD_FROM_STRING_M Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ADDITIONAL_XML_DATA | Call by reference | Type reference (TYPE) | GDV_TT_STRING | Table of type string | 20110121 | |||
| 2 | LOG_LEVEL | Call by reference | Type reference (TYPE) | C | 'S' | Log level | 20110121 | ||
| 3 | PAYLOAD_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 4 | TAB_LOG_MSG | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110121 | |||
| 5 | WSDL_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 |
Method ANALYSE_PAYLOAD_FROM_STRING_M on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method CN_CHECK_PAYLOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | A2A_INDICATOR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Code/Name check reverse | 20110121 | |||
| 2 | FLG_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110121 | ||||
| 3 | LOG_LEVEL | Call by reference | Type reference (TYPE) | C | Log level | 20110121 | |||
| 4 | PAYLOAD_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 5 | TAB_LOG_MSG | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110121 | |||
| 6 | WSDL_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 |
Method CN_CHECK_PAYLOAD on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method CN_CHECK_PAYLOAD_FROM_FILE Signature
Method CN_CHECK_PAYLOAD_FROM_FILE on class CL_GDV_API_SCHEMA_METHOD has no parameter.
Method CN_CHECK_PAYLOAD_FROM_FILE on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method CN_CHECK_PAYLOAD_FROM_FILE_REV Signature
Method CN_CHECK_PAYLOAD_FROM_FILE_REV on class CL_GDV_API_SCHEMA_METHOD has no parameter.
Method CN_CHECK_PAYLOAD_FROM_FILE_REV on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method CN_CHECK_PAYLOAD_FROM_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | A2A_INDICATOR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Code/name check reverse | 20110121 | |||
| 2 | FLG_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110121 | ||||
| 3 | LOG_LEVEL | Call by reference | Type reference (TYPE) | C | 'S' | Log level | 20110121 | ||
| 4 | PAYLOAD_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 5 | TAB_LOG_MSG | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110121 | |||
| 6 | WSDL_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 |
Method CN_CHECK_PAYLOAD_FROM_STRING on class CL_GDV_API_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_API_SCHEMA_METHOD has no exception.
Method COUNT_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Call by reference | Type reference (TYPE) | CHAR80 | Char 80 | 20110121 |
Method COUNT_USAGE on class CL_GDV_API_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_API_SCHEMA_METHOD | API and UI components for ESOA Verifier | 20110121 |
Method S_CREATE on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method UPLOAD_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INITIAL_DIRECTORY | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 2 | I_WINDOW_TITLE | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 3 | R_FILE_CONTENT | Value transfer | Type reference (TYPE) | STRING | 20110121 |
Method UPLOAD_FILE on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method VERIFY_PAYLOADS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIRMATION_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 2 | FLG_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110121 | ||||
| 3 | LOG_LEVEL | Call by reference | Type reference (TYPE) | C | Log level | 20110121 | |||
| 4 | REQUEST_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 5 | TAB_LOG_MSG | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110121 | |||
| 6 | WSDL_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 |
Method VERIFY_PAYLOADS on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method VERIFY_PAYLOADS_FROM_FILE Signature
Method VERIFY_PAYLOADS_FROM_FILE on class CL_GDV_API_SCHEMA_METHOD has no parameter.
Method VERIFY_PAYLOADS_FROM_FILE on class CL_GDV_API_SCHEMA_METHOD has no exception.
Method VERIFY_PAYLOADS_FROM_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIRMATION_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 2 | FLG_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110121 | ||||
| 3 | LOG_LEVEL | Call by reference | Type reference (TYPE) | C | 'I' | Log level | 20110121 | ||
| 4 | REQUEST_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 | ||||
| 5 | TAB_LOG_MSG | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110121 | |||
| 6 | WSDL_CONTENT | Call by reference | Type reference (TYPE) | STRING | 20110121 |
Method VERIFY_PAYLOADS_FROM_STRING on class CL_GDV_API_SCHEMA_METHOD has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |