SAP ABAP Class /IWCOR/CL_DS_PROC_DISPATCHER (OData handler for processor dispatching)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_DS_PROCESSOR OData request processor 20110808
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWFND/CL_SODATA_PROC_DISPTCHR OData Channel - Processor Dispatcher 20120127
Properties
Class /IWCOR/CL_DS_PROC_DISPATCHER  
Short Description OData handler for processor dispatching    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWCOR/SODATA_PROC   Request Processors 
Created 20110713   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWCOR/IF_DS_CNTXT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 /IWCOR/IF_DS_PROC_BATCH Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 /IWCOR/IF_DS_PROCESSOR OData request processor 20110808
Friends
Class /IWCOR/CL_DS_PROC_DISPATCHER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CONTENT_ID Constant Public Type reference (TYPE) STRING 'Content-ID' Content-ID header 20130114
2 MO_CONTEXT Instance attribute Protected Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT OData Context 20110808
3 MO_SERVICE Instance attribute Protected Object reference (TYPE REF TO) /IWCOR/IF_DS_SVC_PROC Service 20110808
4 MV_CLASSNAME Instance attribute Protected Type reference (TYPE) STRING Class name (for runtime measurement) 20121004
5 MV_HEADER_ACCEPT Instance attribute Protected Type reference (TYPE) STRING Accept header 20111006
Methods
# Method Level Visibility Method type Description Created on
1 FILL_CONTENT_ID_REFERENCE Static method Private Method Fill Content-ID reference 20130114
2 GET_CLASSNAME Static method Protected Method Get classname of instance 20110817
3 GET_CONDITIONAL_OPERATION Instance method Protected Method Get conditional operation 20120516
4 GET_ENTITY_CANONICAL_URI Instance method Protected Method Get entity canonical URI 20120305
5 GET_ENTITY_LOCATION Instance method Protected Method Get entity location 20110817
6 GET_NAVIGATION_PATH_SEGMENT Static method Protected Method Get navigation path segment 20120110
7 NEGOTIATE_CONTENT_TYPE Static method Protected Method Negotiate content type 20120928
8 NEGOTIATE_FORMAT Static method Protected Method Negotiate format 20111006
9 PARSE_BATCH_REQUEST Static method Protected Method Parse batch request 20110818
10 PROCESS_BATCH Instance method Protected Method Process batch request 20110808
11 PROCESS_COMPLEX_PROPERTY Instance method Protected Method Process complex property request 20110808
12 PROCESS_ENTITY Instance method Protected Method Process entity request 20110808
13 PROCESS_ENTITY_EXISTS Instance method Protected Method Process entity exists request 20110808
14 PROCESS_ENTITY_MEDIA Instance method Protected Method Process entity media request 20110808
15 PROCESS_ENTITY_SET Instance method Protected Method Process entity set request 20110808
16 PROCESS_ENTITY_SET_COUNT Instance method Protected Method Process entity set count request 20110808
17 PROCESS_FUNCTION_IMPORT Instance method Protected Method Process function import request 20110808
18 PROCESS_FUNCTION_IMPORT_VALUE Instance method Protected Method Process function import value request 20111014
19 PROCESS_LINK Instance method Protected Method Process link request 20110808
20 PROCESS_LINKS Instance method Protected Method Process links request 20110808
21 PROCESS_LINKS_COUNT Instance method Protected Method Process links count request 20110808
22 PROCESS_LINK_EXISTS Instance method Protected Method Process link exists request 20110808
23 PROCESS_METADATA Instance method Protected Method Process metadata request 20110808
24 PROCESS_PROPERTY_VALUE Instance method Protected Method Process property value request 20110808
25 PROCESS_SERVICE Instance method Protected Method Process service request 20110808
26 PROCESS_SIMPLE_PROPERTY Instance method Protected Method Process simple property request 20110808
27 SET_VIRUS_SCAN_PROFILE Static method Private Method Set virus scan profile 20120305
28 VALIDATE_BATCH_PART_URI Static method Private Method Validate batch part URI 20121024
29 VALIDATE_CONTENT_TYPE Static method Protected Method Validate content type 20111006
30 WRITE_BATCH_RESPONSE Static method Protected Method Write batch response 20110818
31 WRITE_CONTENT_ID Static method Protected Method Write Content-ID 20130117
32 WRITE_TO Instance method Protected Method Write data to response entity 20110826
Events
Class /IWCOR/CL_DS_PROC_DISPATCHER has no event.
Types
Class /IWCOR/CL_DS_PROC_DISPATCHER has no local type.
Method Signatures

Method FILL_CONTENT_ID_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_CONTENT_REFERENCE Call by reference Type reference (TYPE) /IWCOR/IF_DS_CNTXT=>CONTENT_REFERENCE_S Content reference 20130114
2 Changing CT_CONTENT_REFERENCE Call by reference Type reference (TYPE) /IWCOR/IF_DS_CNTXT=>CONTENT_REFERENCE_T Content references 20130114
3 Importing IO_CHANGESET_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST representation 20130114
4 Importing IO_HTTP_REQUEST Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_REQUEST REST Request 20130114
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_BAD_REQUEST OData client error - bad request 20130114

Method GET_CLASSNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Object instance 20110817
2 Returning RV_CLASSNAME Value transfer Type reference (TYPE) STRING Classname 20110817

Method GET_CLASSNAME on class /IWCOR/CL_DS_PROC_DISPATCHER has no exception.

Method GET_CONDITIONAL_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OPERATION Value transfer Type reference (TYPE) /IWCOR/IF_DS_SVC_PROC=>OPERATION Operation 20120516
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120516

Method GET_ENTITY_CANONICAL_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENTITY_SET Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_ENTITY_SET Entity set 20120305
2 Importing IT_KEY Call by reference Type reference (TYPE) STRING_TABLE Key literal values 20120305
3 Returning RV_URI Value transfer Type reference (TYPE) STRING URI 20120305
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120305

Method GET_ENTITY_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENTITY_SET Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EDM_ENTITY_SET Entity set 20110817
2 Importing IT_KEY Call by reference Type reference (TYPE) STRING_TABLE Key literal values 20110817
3 Returning RV_LOCATION Value transfer Type reference (TYPE) STRING Location 20110817
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110817

Method GET_NAVIGATION_PATH_SEGMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NAVIGATION_PATH Call by reference Type reference (TYPE) /IWCOR/IF_DS_URI=>NAVIGATION_PATH_SEGMENT_T 20120110
2 Returning RD_NAVIGATION_PATH_SEGMENT Value transfer Object reference (TYPE REF TO) /IWCOR/IF_DS_URI=>NAVIGATION_PATH_SEGMENT_S 20120110
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR 20120110

Method NEGOTIATE_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTENT_TYPE Call by reference Type reference (TYPE) STRING Content Type 20120928
2 Exporting EV_FORMAT Value transfer Type reference (TYPE) STRING Format 20120928
3 Importing IT_SUPPORTED_FORMAT Call by reference Type reference (TYPE) /IWCOR/IF_DS_SVC_PROC=>FORMAT_T Format definitions 20120928
4 Importing IV_FORMAT Call by reference Type reference (TYPE) STRING Format 20120928
5 Importing IV_HEADER_ACCEPT Call by reference Type reference (TYPE) STRING Accept header 20120928
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120928

Method NEGOTIATE_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SUPPORTED_FORMAT Call by reference Type reference (TYPE) /IWCOR/IF_DS_SVC_PROC=>FORMAT_T Format definitions 20111006
2 Importing IV_FORMAT Call by reference Type reference (TYPE) STRING Format 20111006
3 Importing IV_HEADER_ACCEPT Call by reference Type reference (TYPE) STRING Accept header 20111006
4 Returning RV_FORMAT Value transfer Type reference (TYPE) STRING Format 20120928
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20111006

Method PARSE_BATCH_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BATCH Call by reference Type reference (TYPE) /IWCOR/IF_DS_PROC_BATCH=>BATCH_T Batch data 20110818
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_CNTXT OData context 20110818
3 Importing IO_REQUEST_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_MP_ENTITY REST Multipart Entity 20110818
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110818

Method PROCESS_BATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REQUEST_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_MP_ENTITY REST Multipart Entity 20110808
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
3 Returning RO_PROVIDER Value transfer Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY_PROVIDER REST Entity Provider 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR 20110808

Method PROCESS_COMPLEX_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REQUEST_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Entity 20110808
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
3 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
4 Importing IV_HTTP_METHOD Call by reference Type reference (TYPE) STRING HTTP method 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REQUEST_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Entity 20110808
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
3 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
4 Importing IV_HTTP_METHOD Call by reference Type reference (TYPE) STRING HTTP method 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_ENTITY_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
2 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_ENTITY_MEDIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REQUEST_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Entity 20110808
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
3 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
4 Importing IV_HTTP_METHOD Call by reference Type reference (TYPE) STRING HTTP method 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_ENTITY_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REQUEST_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Entity 20110808
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
3 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
4 Importing IV_HTTP_METHOD Call by reference Type reference (TYPE) STRING HTTP method 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_ENTITY_SET_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
2 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_FUNCTION_IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
2 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
3 Importing IV_HTTP_METHOD Call by reference Type reference (TYPE) STRING HTTP method 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_FUNCTION_IMPORT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20111014
2 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20111014
3 Importing IV_HTTP_METHOD Call by reference Type reference (TYPE) STRING HTTP method 20111014
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20111014

Method PROCESS_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REQUEST_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Entity 20110808
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
3 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
4 Importing IV_HTTP_METHOD Call by reference Type reference (TYPE) STRING HTTP method 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REQUEST_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Entity 20110808
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
3 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
4 Importing IV_HTTP_METHOD Call by reference Type reference (TYPE) STRING HTTP method 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_LINKS_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
2 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_LINK_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
2 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_PROPERTY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REQUEST_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Entity 20110808
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
3 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
4 Importing IV_HTTP_METHOD Call by reference Type reference (TYPE) STRING HTTP method 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
2 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method PROCESS_SIMPLE_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_REQUEST_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST Entity 20110808
2 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110808
3 Importing IO_URI Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_URI OData URI 20110808
4 Importing IV_HTTP_METHOD Call by reference Type reference (TYPE) STRING HTTP method 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110808

Method SET_VIRUS_SCAN_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST representation 20120305
2 Importing IO_SERVICE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_SVC Service 20120305
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20120305

Method VALIDATE_BATCH_PART_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SERVICE_ROOT Call by reference Type reference (TYPE) STRING Service Root 20121024
2 Importing IV_URI Call by reference Type reference (TYPE) STRING Request URI 20121024
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_BAD_REQUEST OData client error - bad request 20121024

Method VALIDATE_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SUPPORTED_FORMAT Call by reference Type reference (TYPE) /IWCOR/IF_DS_SVC_PROC=>FORMAT_T Format definitions 20111006
2 Importing IV_CONTENT_TYPE Call by reference Type reference (TYPE) STRING Content type header 20111006
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20111006

Method WRITE_BATCH_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_RESPONSE Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_RESPONSE REST Response 20110818
2 Importing IT_BATCH Call by reference Type reference (TYPE) /IWCOR/IF_DS_PROC_BATCH=>BATCH_T Batch data 20110818
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR OData error 20110818

Method WRITE_CONTENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_HANDLER_PARAMETER Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_PROC_BATCH=>HANDLER_PARAMETER_S 20130117
2 Importing IO_HTTP_RESPONSE_PROVIDER Call by reference Object reference (TYPE REF TO) /IWCOR/CL_REST_HTTP_RESP_PROV HTTP Response provider 20130117

Method WRITE_CONTENT_ID on class /IWCOR/CL_DS_PROC_DISPATCHER has no exception.

Method WRITE_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENTITY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY REST entity 20110826
2 Importing IO_PROVIDER Call by reference Object reference (TYPE REF TO) /IWCOR/IF_REST_ENTITY_PROVIDER REST Entity Provider 20110826
3 Importing IV_CONTENT_TYPE Call by reference Type reference (TYPE) STRING Content type 20120928

Method WRITE_TO on class /IWCOR/CL_DS_PROC_DISPATCHER has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200