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 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
# Method Level Visibility Method type Description Created on
1 GET_BATCH_PROCESSOR Instance method Public Method Get batch processor 20120813
2 GET_COMPLEX_PROPERTY_PROCESSOR Instance method Public Method Get entity complex property processor 20120813
3 GET_ENTITY_PROCESSOR Instance method Public Method Get entity processor 20120813
4 GET_ENTITY_SET_PROCESSOR Instance method Public Method Get entity set processor 20120813
5 GET_FUNC_IMPORT_PROCESSOR Instance method Public Method Get function import processor 20120813
6 GET_FUNC_IMP_VALUE_PROCESSOR Instance method Public Method Get function import value processor 20120813
7 GET_LINKS_PROCESSOR Instance method Public Method Get entity links processor 20120813
8 GET_LINK_PROCESSOR Instance method Public Method Get entity link processor 20120813
9 GET_MEDIA_LINK_PROCESSOR Instance method Public Method Get entity media link processor 20120813
10 GET_METADATA_PROCESSOR Instance method Public Method Get metadata processor 20120813
11 GET_PROPERTY_VALUE_PROCESSOR Instance method Public Method Get entity property value processor 20120813
12 GET_SERVICE_PROCESSOR Instance method Public Method Get service processor 20120813
13 GET_SIMPLE_PROPERTY_PROCESSOR Instance method Public Method Get entity simple property processor 20120813
14 GET_SUPPORTED_FORMATS Instance method Public Method Get supported formats 20120813
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 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_BATCH Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_COMPLEX_PROPERTY_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_ENTITY_CPROP Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_ENTITY_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_ENTITY Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_ENTITY_SET_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_ENTITY_SET Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_FUNC_IMPORT_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_FUNC_IMPORT Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR 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 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_FUNC_IMP_VAL Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_LINKS_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_ENTITY_LINKS Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_LINK_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_ENTITY_LINK Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_MEDIA_LINK_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_ENTITY_MEDIA Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_METADATA_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_METADATA Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_PROPERTY_VALUE_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_ENTITY_VPROP Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_SERVICE_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_SERVICE Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_SIMPLE_PROPERTY_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROCESSOR Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_ENTITY_SPROP Processor 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120813

Method GET_SUPPORTED_FORMATS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FORMAT Call by reference Type reference (TYPE) FORMAT_T Supported formats 20120813
2 Importing 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