SAP ABAP Class /IWCOR/IF_DS_SVC_PROC (OData processor based service)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_STUB_SVC_PROC | Mock Impl of Interface /IWCOR/IF_DS_SVC_PROC | 20120928 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/CL_DS_SVC_PROC | Data Service processor implementation | 20110808 |
Properties
| Class | /IWCOR/IF_DS_SVC_PROC | |
| Short Description | OData processor based service | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110704 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWCOR/IF_DS_SVC_PROC has no forward declaration.
Interfaces
Class /IWCOR/IF_DS_SVC_PROC has no interface implemented.
Friends
Class /IWCOR/IF_DS_SVC_PROC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | OPERATION | 'DELETE' | 20120813 | |||
| 2 | Constant | Public | Type reference (TYPE) | OPERATION | 'READ' | 20120813 | |||
| 3 | Constant | Public | Type reference (TYPE) | OPERATION | 'UPDATE' | 20120813 | |||
| 4 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 3 | Metadata processor | 20120813 | ||
| 5 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 11 | Entity instance processor | 20120813 | ||
| 6 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 13 | Entity complex property processor | 20120813 | ||
| 7 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 21 | Entity link processor | 20120813 | ||
| 8 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 20 | Entity links processor | 20120813 | ||
| 9 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 12 | Entity media processor | 20120813 | ||
| 10 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 10 | Entity set processor | 20120813 | ||
| 11 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 14 | Entity simple property processor | 20120813 | ||
| 12 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 15 | Entity simple property value processor | 20120813 | ||
| 13 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 30 | Function import processor | 20120813 | ||
| 14 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 32 | Function import processor for single entity instance | 20120813 | ||
| 15 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 31 | Function import value processor | 20120813 | ||
| 16 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 2 | Metadata processor | 20120813 | ||
| 17 | Constant | Public | Type reference (TYPE) | PROC_TYPE | 1 | Service processor | 20120813 |
Methods
Events
Class /IWCOR/IF_DS_SVC_PROC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | FORMAT_S | Public | See coding | 20120813 | begin of FORMAT_S,
abap_format type string,
format type string,
content_type type string,
end of format_s
|
||
| 2 | FORMAT_T | Public | See coding | 20120813 | format_t type STANDARD TABLE OF format_s with DEFAULT KEY
|
||
| 3 | OPERATION | Public | Type reference (TYPE) | STRING | 20120813 | |
|
| 4 | PROC_TYPE | Public | Type reference (TYPE) | INT1 | Processor kind | 20120813 | |
Method Signatures
Method GET_BATCH_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_BATCH | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_COMPLEX_PROPERTY_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_ENTITY_CPROP | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_ENTITY_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_ENTITY | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_ENTITY_SET_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_ENTITY_SET | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_FUNC_IMPORT_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_FUNC_IMPORT | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_FUNC_IMP_VALUE_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_FUNC_IMP_VAL | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_LINKS_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_ENTITY_LINKS | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_LINK_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_ENTITY_LINK | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_MEDIA_LINK_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_ENTITY_MEDIA | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_METADATA_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_METADATA | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_PROPERTY_VALUE_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_ENTITY_VPROP | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_SERVICE_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_SERVICE | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_SIMPLE_PROPERTY_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PROCESSOR | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_PROC_ENTITY_SPROP | Processor | 20120813 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120813 |
Method GET_SUPPORTED_FORMATS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FORMAT | Call by reference | Type reference (TYPE) | FORMAT_T | Supported formats | 20120813 | |||
| 2 | IV_PROCESSOR_TYPE | Call by reference | Type reference (TYPE) | PROC_TYPE | Processort type | 20120813 |
Method GET_SUPPORTED_FORMATS on class /IWCOR/IF_DS_SVC_PROC has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |