SAP ABAP Class IF_REST_CONTEXT (REST Context)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_REST_CONTEXT | REST Context | 20101229 |
Properties
Class | IF_REST_CONTEXT | |
Short Description | REST Context | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20101229 | 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 IF_REST_CONTEXT has no interface implemented.
Friends
Class IF_REST_CONTEXT has no friend class.
Attributes
Class IF_REST_CONTEXT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Clone context | 20110224 |
2 | ![]() |
Instance method | Public | Method | Get parameter | 20101229 |
3 | ![]() |
Instance method | Public | Method | Get parameter table | 20101229 |
4 | ![]() |
Instance method | Public | Method | Get parameter reference | 20111012 |
5 | ![]() |
Instance method | Public | Method | Remove parameter | 20111012 |
6 | ![]() |
Instance method | Public | Method | Set parameter | 20101229 |
Events
Class IF_REST_CONTEXT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | OBJECT_PARAMETER_S | Public | See coding | 20111012 | BEGIN OF object_parameter_s,
instance TYPE REF TO object,
END OF object_parameter_s
|
||
2 | PARAMETER_S | Public | See coding | Name/Value structure for parameters | 20101229 | BEGIN OF parameter_s,
name TYPE string,
value TYPE REF TO data,
END OF parameter_s
|
|
3 | PARAMETER_T | Public | See coding | Table of parameters | 20101229 | parameter_t TYPE HASHED TABLE OF parameter_s WITH UNIQUE KEY name
|
Method Signatures
Method CLONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | IF_REST_CONTEXT | REST Context | 20110224 |
Method CLONE on class IF_REST_CONTEXT has no exception.
Method GET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_VALUE | Call by reference | Type reference (TYPE) | DATA | Value | 20101229 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20101229 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Conversion Error | 20101229 |
Method GET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PARAMETER | Call by reference | Type reference (TYPE) | PARAMETER_T | Parameters | 20101229 |
Method GET_PARAMETERS on class IF_REST_CONTEXT has no exception.
Method GET_PARAMETER_REFERENCE 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 | Name | 20111012 | ||
2 | ![]() |
RD_VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | Value reference | 20111012 |
Method GET_PARAMETER_REFERENCE on class IF_REST_CONTEXT has no exception.
Method REMOVE_PARAMETER 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 | Name | 20111012 |
Method REMOVE_PARAMETER on class IF_REST_CONTEXT has no exception.
Method SET_PARAMETER 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 | Name | 20101229 | ||
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | DATA | Value | 20101229 |
Method SET_PARAMETER on class IF_REST_CONTEXT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |