SAP ABAP Class CL_REST_RESPONSE (REST Response)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RST (Application Component) REST-based Protocols
⤷
SREST_CORE (Package) REST Core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_REST_MESSAGE | REST Messages | 20120325 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_REST_RESPONSE | REST Response | 20120325 |
Properties
| Class | CL_REST_RESPONSE | |
| Short Description | REST Response | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SREST_CORE | REST Core |
| Created | 20100615 | 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_REST_MESSAGE | REST Messages | 20120325 | ||
| 2 | IF_REST_RESPONSE | REST Response | 20120325 |
Friends
Class CL_REST_RESPONSE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_REST_RESPONSE | 20120325 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120325 | ||
| 2 | Instance method | Public | Constructor | Constructor | 20100618 |
Events
Class CL_REST_RESPONSE has no event.
Types
Class CL_REST_RESPONSE has no local type.
Method Signatures
Method BASE_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_RESPONSE | Value transfer | Object reference (TYPE REF TO) | CL_REST_BASE_RESPONSE | 20120325 |
Method BASE_RESPONSE on class CL_REST_RESPONSE has no exception.
Method CONSTRUCTOR 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 | Header Fields | 20100618 | |||
| 2 | IV_MESSAGE_BODY | Call by reference | Type reference (TYPE) | XSTRING | Application Data | 20100618 | |||
| 3 | IV_REASON_PHRASE | Call by reference | Type reference (TYPE) | STRING | 'OK' | Status Text | 20100618 | ||
| 4 | IV_STATUS_CODE | Call by reference | Type reference (TYPE) | I | 200 | HTTP Status Code | 20100618 |
Method CONSTRUCTOR on class CL_REST_RESPONSE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |