SAP ABAP Class /IWCOR/IF_DS_PROC_BATCH (OData batch processor)
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
Class /IWCOR/IF_DS_PROC_BATCH  
Short Description OData batch processor    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110701   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWCOR/IF_DS_PROC_BATCH has no forward declaration.
Interfaces
Class /IWCOR/IF_DS_PROC_BATCH has no interface implemented.
Friends
Class /IWCOR/IF_DS_PROC_BATCH has no friend class.
Attributes
Class /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
Class /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