SAP ABAP Class /IWCOR/CL_DS_CNTXT (OData context)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SODATA_CORE (Package) Data Services Core Runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_REST_CONTEXT | REST Context | 20110808 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/IF_DS_CNTXT | OData Context | 20110808 |
Properties
| Class | /IWCOR/CL_DS_CNTXT | |
| Short Description | OData context | |
| Super Class | /IWCOR/CL_REST_CONTEXT | REST Context |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWCOR/SODATA_CORE | Data Services Core Runtime |
| Created | 20110504 | SAP |
| Last change | 20141120 | |
| 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 | /IWCOR/IF_DS_CNTXT | OData Context | 20110808 |
Friends
Class /IWCOR/CL_DS_CNTXT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20110808 | |||||
| 2 | Constant | Public | Type reference (TYPE) | STRING | '~console' | Console | 20120305 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | '~error' | Error | 20110808 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | '~parent' | Parent context | 20110816 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | '~service' | Service | 20110808 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | '~uri' | URI | 20110808 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'ConditionalInfo' | Conditional Info | 20111014 | ||
| 8 | Instance attribute | Public | Attribute reference (LIKE) | 20120411 | |||||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'MaxDataServiceVersion' | MaxDataServiceVersion | 20110808 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'MinDataServiceVersion' | MinDataServiceVersion | 20121005 | ||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'DataServiceVersion' | DataServiceVersion | 20110808 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20110808 | |
| 2 | Instance method | Public | Method | Get parent | 20120411 |
Events
Class /IWCOR/CL_DS_CNTXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | RUNTIME_MEASUREMENT_S | Public | See coding | 20140103 | BEGIN OF runtime_measurement_s,
time_start TYPE i,
time_stop TYPE i,
classname TYPE string,
method TYPE string,
END OF runtime_measurement_s
|
||
| 2 | RUNTIME_MEASUREMENT_T | Public | See coding | 20140103 | runtime_measurement_t TYPE SORTED TABLE OF runtime_measurement_s WITH UNIQUE KEY time_start
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARENT | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_CONTEXT | Parent Context | 20110816 | |||
| 2 | IV_DEBUG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Debug mode | 20110808 |
Method CONSTRUCTOR on class /IWCOR/CL_DS_CNTXT has no exception.
Method GET_PARENT 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) | /IWCOR/IF_REST_CONTEXT | Parent context | 20120411 |
Method GET_PARENT on class /IWCOR/CL_DS_CNTXT has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |