SAP ABAP Interface /IWFND/IF_OCI_HTTP_WRAPPER (Http Wrapper OCI)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-GW-LCP (Application Component) Gateway Local content providers
⤷
/IWFND/OCI (Package) Odata Consumption Integration - Needed for /IWBEP/OCI...
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWFND/CL_OCI_HTTP_PROCESSOR | OCI HTTP Processor Class | 20121015 |
Properties
| Interface | /IWFND/IF_OCI_HTTP_WRAPPER | |
| Short Description | Http Wrapper OCI |
General Data
| Package | /IWFND/OCI | Odata Consumption Integration - Needed for /IWBEP/OCI... |
| Created | 20120924 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | /IWFND/IF_OCI_COMMON | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /IWFND/IF_OCI_HTTP_WRAPPER has no interface.
Friends
Interface /IWFND/IF_OCI_HTTP_WRAPPER has no friend.
Attributes
Interface /IWFND/IF_OCI_HTTP_WRAPPER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | HTTP Delete | 20121003 | |
| 2 | Instance method | Public | Method | HTTP Get Method | 20120924 | |
| 3 | Instance method | Public | Method | HTTP Post Method | 20121001 | |
| 4 | Instance method | Public | Method | HTTP Put Method | 20121009 |
Events
Interface /IWFND/IF_OCI_HTTP_WRAPPER has no event.
Types
Interface /IWFND/IF_OCI_HTTP_WRAPPER has no local type.
Method Signatures
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_HEADER_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20121013 | |||
| 2 | EV_RESPONSE | Call by reference | Type reference (TYPE) | XSTRING | Response xstring | 20121003 | |||
| 3 | EV_RESPONSE_STR | Call by reference | Type reference (TYPE) | STRING | Response string | 20121003 | |||
| 4 | EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | Response status | 20121003 | |||
| 5 | IT_HEADER_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Headers | 20130326 | |||
| 6 | IV_URL_STRING | Call by reference | Type reference (TYPE) | STRING | Url string | 20121003 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MGW Technical Exception | 20121003 |
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_HEADER_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Headers | 20121013 | |||
| 2 | EV_RESPONSE | Call by reference | Type reference (TYPE) | XSTRING | Response xstring | 20120924 | |||
| 3 | EV_RESPONSE_STR | Call by reference | Type reference (TYPE) | STRING | Response string | 20120924 | |||
| 4 | EV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | Response status code | 20120924 | |||
| 5 | IT_HEADER_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Headers | 20130326 | |||
| 6 | IV_URL_STRING | Call by reference | Type reference (TYPE) | STRING | String URL | 20120924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MGW Technical Exception | 20121003 |
Method POST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_REST_ENTITY | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY | REST representation of response | 20121001 | |||
| 2 | ET_HEADER_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20121013 | |||
| 3 | EV_RESPONSE | Call by reference | Type reference (TYPE) | STRING | Response string | 20121001 | |||
| 4 | EV_STATUS | Call by reference | Type reference (TYPE) | I | Return status | 20121001 | |||
| 5 | EV_XRESPONSE | Call by reference | Type reference (TYPE) | XSTRING | Response xstring | 20121001 | |||
| 6 | IR_ENTITY_PROVIDER | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY_PROVIDER | Entity Provider reference | 20121001 | |||
| 7 | IT_HEADER_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Headers | 20130326 | |||
| 8 | IV_POST_URL | Call by reference | Type reference (TYPE) | STRING | Url | 20121001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MGW Technical Exception | 20121004 |
Method PUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_REST_ENTITY | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY | REST representation of response | 20121009 | |||
| 2 | ET_HEADER_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20121013 | |||
| 3 | EV_RESPONSE | Call by reference | Type reference (TYPE) | STRING | Response string | 20121009 | |||
| 4 | EV_STATUS | Call by reference | Type reference (TYPE) | I | Return status | 20121009 | |||
| 5 | EV_XRESPONSE | Call by reference | Type reference (TYPE) | XSTRING | Response xstring | 20121009 | |||
| 6 | IR_ENTITY_PROVIDER | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY_PROVIDER | Entity Provider reference | 20121009 | |||
| 7 | IT_HEADER_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Headers | 20130326 | |||
| 8 | IV_PUT_URL | Call by reference | Type reference (TYPE) | STRING | Url | 20121009 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MGW Technical Exception | 20121009 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 250 |