SAP ABAP Interface /IWCOR/IF_DS_PROC_BATCH (OData batch processor)
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_PROC_SINGLE OData single request processor 20110808
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/CL_DS_STUB_PROC_SINGLE Mock Impl of Processor Interfaces 20120928
Properties
Interface /IWCOR/IF_DS_PROC_BATCH  
Short Description OData batch processor    
General Data
Package /IWCOR/SODATA_PROC   Request Processors 
Created 20110701   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /IWCOR/IF_DS_PROC_BATCH has no forward declaration.
Interfaces
Interface /IWCOR/IF_DS_PROC_BATCH has no interface.
Friends
Interface /IWCOR/IF_DS_PROC_BATCH has no friend.
Attributes
Interface /IWCOR/IF_DS_PROC_BATCH has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Execute batch request 20120813
Events
Interface /IWCOR/IF_DS_PROC_BATCH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 BATCH_S Public See coding batch structure - query operation and change set 20120813 BEGIN OF batch_s, query_operation TYPE REF TO handler_parameter_s, change_set TYPE REF TO handler_parameter_t, END OF batch_s
2 BATCH_T Public See coding Table of batch structures 20120813 batch_t TYPE STANDARD TABLE OF batch_s WITH DEFAULT KEY
3 HANDLER_PARAMETER_S Public See coding Handler parameter structure - request, response, context 20120813 BEGIN OF handler_parameter_s, request TYPE REF TO /IWCOR/if_REST_request, response TYPE REF TO /IWCOR/if_REST_response, context TYPE REF TO /IWCOR/if_REST_context, END OF handler_parameter_s
4 HANDLER_PARAMETER_T Public See coding Table of handler parameters 20120813 handler_parameter_t TYPE STANDARD TABLE OF handler_parameter_s WITH DEFAULT KEY
Method Signatures

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_BATCH Call by reference Type reference (TYPE) BATCH_T Batch structures 20120813
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR 20120813
History
Last changed by/on SAP  20131127 
SAP Release Created in 200