SAP ABAP Interface /IWCOR/IF_REST_RESPONSE (REST Response)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SREST_CORE (Package) REST library core

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_STUB_RESPONSE | Mock Impl of Interface /IWCOR/IF_REST_RESPONSE | 20120928 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_REST_BASE_RESPONSE | REST Base Response | 20120410 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_REST_RESPONSE | REST Response | 20100708 |
Properties
Interface | /IWCOR/IF_REST_RESPONSE | |
Short Description | REST Response |
General Data
Package | /IWCOR/SREST_CORE | REST library core |
Created | 20100208 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /IWCOR/IF_REST_MESSAGE | REST Messages | 20120305 |
Friends
Interface /IWCOR/IF_REST_RESPONSE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_METHOD_DELETE | Instance attribute | Public | Attribute reference (LIKE) | 20120305 | ||||
2 | GC_METHOD_GET | Instance attribute | Public | Attribute reference (LIKE) | 20120305 | ||||
3 | GC_METHOD_HEAD | Instance attribute | Public | Attribute reference (LIKE) | 20120305 | ||||
4 | GC_METHOD_OPTIONS | Instance attribute | Public | Attribute reference (LIKE) | 20120305 | ||||
5 | GC_METHOD_POST | Instance attribute | Public | Attribute reference (LIKE) | 20120305 | ||||
6 | GC_METHOD_PUT | Instance attribute | Public | Attribute reference (LIKE) | 20120305 |
Methods
Events
Interface /IWCOR/IF_REST_RESPONSE has no event.
Types
Interface /IWCOR/IF_REST_RESPONSE has no local type.
Method Signatures
Method CREATE_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_MULTIPART | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Create Entity | 20120305 | |
2 | ![]() |
RO_ENTITY | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY | REST Representation | 20120305 |
Method CREATE_ENTITY on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method GET_ENTITY Signature
Method GET_ENTITY on Interface /IWCOR/IF_REST_RESPONSE has no parameter.
Method GET_ENTITY on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method GET_ENTITY_TAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ETAG | Call by reference | Type reference (TYPE) | STRING | Day | 20120305 | ||
2 | ![]() |
EV_WEAK | Call by reference | Type reference (TYPE) | ABAP_BOOL | Is weak ETag? | 20120305 |
Method GET_ENTITY_TAG on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method GET_ETAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_ETAG | Value transfer | Type reference (TYPE) | /IWCOR/REST_ETAG_S | ETag | 20120305 |
Method GET_ETAG on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method GET_HEADER_FIELD Signature
Method GET_HEADER_FIELD on Interface /IWCOR/IF_REST_RESPONSE has no parameter.
Method GET_HEADER_FIELD on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method GET_HEADER_FIELDS Signature
Method GET_HEADER_FIELDS on Interface /IWCOR/IF_REST_RESPONSE has no parameter.
Method GET_HEADER_FIELDS on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method GET_REASON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_REASON | Value transfer | Type reference (TYPE) | STRING | 20120305 |
Method GET_REASON on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method GET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_STATUS | Value transfer | Type reference (TYPE) | I | HTTP Status Code | 20120305 |
Method GET_STATUS on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method SET_ENTITY_TAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ETAG | Call by reference | Type reference (TYPE) | STRING | Day | 20120305 | ||
2 | ![]() |
IV_WEAK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Is weak ETag? | 20120305 |
Method SET_ENTITY_TAG on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method SET_ETAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ETAG | Call by reference | Type reference (TYPE) | /IWCOR/REST_ETAG_S | ETag | 20120305 |
Method SET_ETAG on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method SET_HEADER_FIELD 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 | Header Name | 20120305 | ||
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | Header Value | 20120305 |
Method SET_HEADER_FIELD on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method SET_HEADER_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_HEADER_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | List of Header Fields | 20120305 |
Method SET_HEADER_FIELDS on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method SET_REASON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REASON | Call by reference | Type reference (TYPE) | STRING | 20120305 |
Method SET_REASON on Interface /IWCOR/IF_REST_RESPONSE has no exception.
Method SET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | Status Text | 20120305 | ||
2 | ![]() |
IV_STATUS | Call by reference | Type reference (TYPE) | I | HTTP Status Code | 20120305 |
Method SET_STATUS on Interface /IWCOR/IF_REST_RESPONSE has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |