SAP ABAP Class CL_EC_ODATA_TEST_SERVICES (eCATT - OData Test Services)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷
SECATT_ODATA_TEST (Package) eCATT - OData - Test Service Classes
⤷
⤷
Properties
| Class | CL_EC_ODATA_TEST_SERVICES | |
| Short Description | eCATT - OData Test Services | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SECATT_ODATA_TEST | eCATT - OData - Test Service Classes |
| Created | 20131114 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EC_ODATA_TEST_SERVICES has no forward declaration.
Interfaces
Class CL_EC_ODATA_TEST_SERVICES has no interface implemented.
Friends
Class CL_EC_ODATA_TEST_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ECATT_APL_ODATA_CLIENT | eCATT - OData - Client | 20131120 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ETHTTP_LOGON | HTTP Logon Data (Calls Without Destination) | 20131120 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | RFCDEST | HTTP Destination | 20131120 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | STRING | OData Service Root URI | 20131120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20131120 | |
| 2 | Instance method | Public | Method | Get and Generate eCATT OData Client | 20131120 | |
| 3 | Instance method | Public | Method | Query Status of Last HTTP Call | 20131120 |
Events
Class CL_EC_ODATA_TEST_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYS_FILTER | Public | See coding | 20131125 | BEGIN OF TYS_FILTER,
logical_relation type string, "[AND,OR]{ NOT}
propname type string, " property name
operator type string, " [EQ,NE,LT,GT,LE,GE]
value type string, " value to compare with
END OF TYS_FILTER
|
||
| 2 | TYT_FILTERS | Public | See coding | 20131125 | tyt_filters TYPE STANDARD TABLE OF tys_filter WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_HTTP_LOGON_DATA | Call by reference | Type reference (TYPE) | ETHTTP_LOGON | HTTP Anmeldedaten (Aufruf ohne Destination) | 20131120 | |||
| 2 | I_SERVICE_DEST | Call by reference | Type reference (TYPE) | RFCDEST | OData Service - HTTP Destination | 20131120 | |||
| 3 | I_SERVICE_ROOT_URL | Call by reference | Type reference (TYPE) | STRING | OData Service - Root URI (Aufruf ohne Destination) | 20131120 |
Method CONSTRUCTOR on class CL_EC_ODATA_TEST_SERVICES has no exception.
Method GET_ECATT_ODATA_CLIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_ECATT_ODATA_CLIENT | Value transfer | Object reference (TYPE REF TO) | CL_ECATT_APL_ODATA_CLIENT | eCATT - OData - Client | 20131120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | eCATT - OData Testing - Exceptions | 20131120 |
Method GET_LAST_HTTP_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HTTP_STATUS | Value transfer | Type reference (TYPE) | I | HTTP Status Code (200/400/404/...) | 20131120 |
Method GET_LAST_HTTP_STATUS on class CL_EC_ODATA_TEST_SERVICES has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |