SAP ABAP Interface /IWCOR/IF_DS_SVC_PROC (OData processor based service)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SODATA_PROC (Package) Request Processors

⤷

⤷

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
Interface | /IWCOR/IF_DS_SVC_PROC | |
Short Description | OData processor based service |
General Data
Package | /IWCOR/SODATA_PROC | Request Processors |
Created | 20110704 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface /IWCOR/IF_DS_SVC_PROC has no forward declaration.
Interfaces
Interface /IWCOR/IF_DS_SVC_PROC has no interface.
Friends
Interface /IWCOR/IF_DS_SVC_PROC has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_OPERATION_DELETE | Constant | Public | Type reference (TYPE) | OPERATION | 'DELETE' | 20120813 | ||
2 | GC_OPERATION_READ | Constant | Public | Type reference (TYPE) | OPERATION | 'READ' | 20120813 | ||
3 | GC_OPERATION_UPDATE | Constant | Public | Type reference (TYPE) | OPERATION | 'UPDATE' | 20120813 | ||
4 | GC_PROC_TYPE_BATCH | Constant | Public | Type reference (TYPE) | PROC_TYPE | 3 | Metadata processor | 20120813 | |
5 | GC_PROC_TYPE_ENTITY | Constant | Public | Type reference (TYPE) | PROC_TYPE | 11 | Entity instance processor | 20120813 | |
6 | GC_PROC_TYPE_ENTITY_CPROP | Constant | Public | Type reference (TYPE) | PROC_TYPE | 13 | Entity complex property processor | 20120813 | |
7 | GC_PROC_TYPE_ENTITY_LINK | Constant | Public | Type reference (TYPE) | PROC_TYPE | 21 | Entity link processor | 20120813 | |
8 | GC_PROC_TYPE_ENTITY_LINKS | Constant | Public | Type reference (TYPE) | PROC_TYPE | 20 | Entity links processor | 20120813 | |
9 | GC_PROC_TYPE_ENTITY_MEDIA | Constant | Public | Type reference (TYPE) | PROC_TYPE | 12 | Entity media processor | 20120813 | |
10 | GC_PROC_TYPE_ENTITY_SET | Constant | Public | Type reference (TYPE) | PROC_TYPE | 10 | Entity set processor | 20120813 | |
11 | GC_PROC_TYPE_ENTITY_SPROP | Constant | Public | Type reference (TYPE) | PROC_TYPE | 14 | Entity simple property processor | 20120813 | |
12 | GC_PROC_TYPE_ENTITY_VPROP | Constant | Public | Type reference (TYPE) | PROC_TYPE | 15 | Entity simple property value processor | 20120813 | |
13 | GC_PROC_TYPE_FUNC_IMPORT | Constant | Public | Type reference (TYPE) | PROC_TYPE | 30 | Function import processor | 20120813 | |
14 | GC_PROC_TYPE_FUNC_IMPORT_ENT | Constant | Public | Type reference (TYPE) | PROC_TYPE | 32 | Function import processor for single entity instance | 20120813 | |
15 | GC_PROC_TYPE_FUNC_IMPORT_VALUE | Constant | Public | Type reference (TYPE) | PROC_TYPE | 31 | Function import value processor | 20120813 | |
16 | GC_PROC_TYPE_METADATA | Constant | Public | Type reference (TYPE) | PROC_TYPE | 2 | Metadata processor | 20120813 | |
17 | GC_PROC_TYPE_SERVICE | Constant | Public | Type reference (TYPE) | PROC_TYPE | 1 | Service processor | 20120813 |
Methods
Events
Interface /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 Interface /IWCOR/IF_DS_SVC_PROC has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |