SAP ABAP Class CL_OPS_SE_SERVICE_CALL (Service process choreography)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM (Application Component) Materials Management
     OPS_SE_COMMON_FUNCTIONALITIES (Package) Functions for Cross-Component Use
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_OPS_SE_BASE Base class that encapsulates utility classes 20080213
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_INV_PHYSINVCTERPRQ_SERV Service Implementation for PhysInvtryCtERPReqMessage 20080325
2 Inheritance (c INHERITING FROM c_ref)  CL_MAT_LUBSCDATARPLCTNRQ_SERV Service Implementation for SalesOrderQantityReductionNotif 20080430
3 Inheritance (c INHERITING FROM c_ref)  CL_MAT_MATERPWHMVRPLCTNRQ_SERV Service implementation for MaterialERPWHMViewReplicationRequ 20080512
4 Inheritance (c INHERITING FROM c_ref)  CL_OPS_SE_SERVICE_EXECUTION Service process choreography and FEH support 20080213
5 Inheritance (c INHERITING FROM c_ref)  CL_SHP_POLOGSPLNGVWCNCNO_SERV Service Class for PurOrdLogsPlngVwCnclnBulkNotifMsg 20080320
6 Inheritance (c INHERITING FROM c_ref)  CL_SHP_POLOGSPLNGVWCRTNO_SERV Service Class for PurchaseOrderLogisticsPlanningView_Out 20080318
7 Inheritance (c INHERITING FROM c_ref)  CL_SHP_SOLOGSPLNGVWCNCNO_SERV Service class for SOLOGSPLNGVWCNCNO 20080331
8 Inheritance (c INHERITING FROM c_ref)  CL_SHP_SOLOGSPLNGVWCRTNO_SERV Service class for SOLOGSPLNGVWCRTNO 20080325
9 Inheritance (c INHERITING FROM c_ref)  CL_SLS_SOQTYREDUCNNO_SERV Service Implementation for SalesOrderQantityReductionNotif 20080429
Properties
Class CL_OPS_SE_SERVICE_CALL  
Short Description Service process choreography    
Super Class CL_OPS_SE_BASE Base class that encapsulates utility classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package OPS_SE_COMMON_FUNCTIONALITIES   Functions for Cross-Component Use 
Created 20080213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_OPS_SE_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_OPS_SE_SERVICE_CALL has no interface implemented.
Friends
Class CL_OPS_SE_SERVICE_CALL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_MSGID Instance attribute Protected Type reference (TYPE) CL_OPS_SE_UTILITIES=>GTY_MSGID Message ID from XI after sending message 20080409
2 S_SENDING_REPLY_OUT Instance attribute Protected Type reference (TYPE) ABAP_BOOL Tells framework if there is a reply to an Inbound Service 20080430
Methods
# Method Level Visibility Method type Description Created on
1 CALL_BADI_OUTBOUND_PROCESSING Instance method Protected Method Abstract: call method ->OUTBOUND_PROCESSING 20080213
2 CALL_OUTBOUND_PROXY Instance method Protected Method Abstract: call method ->EXECUTE_ASYNCHRONOUS 20080213
3 EXECUTE Instance method Public Method Service processing 20080213
4 EXECUTE_BULK Instance method Public Method Service processing 20091111
5 EXECUTE_OUTBOUND_PROCESSING Instance method Protected Method Executes outbound service processing 20080213
6 EXECUTE_POSTPROCESSING Instance method Protected Method Redefine if you want to log the message which is sent out 20080430
7 FILTER_MESSAGE_CREATION Instance method Protected Method Decides whether Service is to be created depending on Input 20080520
8 GET_XI_MESSAGE_ID Instance method Public Method Returns the message id after sending out a message 20080409
9 MAP_OUTPUT Instance method Protected Method Abstract:Maps the proxy output to an internal representation 20080213
10 SET_SENDING_REPLY_OUT Instance method Public Method Does this service send out a reply? 20080506
Events
Class CL_OPS_SE_SERVICE_CALL has no event.
Types
Class CL_OPS_SE_SERVICE_CALL has no local type.
Method Signatures

Method CALL_BADI_OUTBOUND_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERNAL_OUTPUT Call by reference Type reference (TYPE) ANY Internal representation of output data 20080213
2 Changing XS_PROXY_OUTPUT Call by reference Type reference (TYPE) ANY Proxy representation of output data 20080213
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20080213

Method CALL_OUTBOUND_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PROXY_OUTPUT Call by reference Type reference (TYPE) ANY Proxy representation of output data 20080213
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20080328

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY Data used in the service processing 20080213
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20080213

Method EXECUTE_BULK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) ANY Data used in the service processing 20091111
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20091111

Method EXECUTE_OUTBOUND_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERNAL_OUTPUT Call by reference Type reference (TYPE) ANY Internal representation of output data 20080213
# Exception Resumable Description Created on
1 CX_OPS_SE_CUSTOMIZING Service process error 20080214
2 CX_OPS_SE_DATA Data consistency error 20080214
3 CX_OPS_SE_PROCESS Service process error 20080213

Method EXECUTE_POSTPROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PROXY_OUTPUT Call by reference Type reference (TYPE) ANY Output to XI 20080430

Method EXECUTE_POSTPROCESSING on class CL_OPS_SE_SERVICE_CALL has no exception.

Method FILTER_MESSAGE_CREATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERNAL_OUTPUT Call by reference Type reference (TYPE) ANY Internal representation of output data 20080520

Method FILTER_MESSAGE_CREATION on class CL_OPS_SE_SERVICE_CALL has no exception.

Method GET_XI_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ERF_MSGID Call by reference Type reference (TYPE) CL_OPS_SE_UTILITIES=>GTY_MSGID 20080409

Method GET_XI_MESSAGE_ID on class CL_OPS_SE_SERVICE_CALL has no exception.

Method MAP_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERNAL_OUTPUT Call by reference Type reference (TYPE) ANY Internal representation of output data 20080213
2 Returning RSR_PROXY_OUTPUT Value transfer Object reference (TYPE REF TO) DATA Proxy representation of output data 20080213
# Exception Resumable Description Created on
1 CX_OPS_SE_CUSTOMIZING Customizing error 20080213
2 CX_OPS_SE_DATA Data consistency error 20080213
3 CX_OPS_SE_PROCESS Service process error 20080213

Method SET_SENDING_REPLY_OUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SENDING_REPLY_OUT Value transfer Type reference (TYPE) ABAP_BOOL 20080506

Method SET_SENDING_REPLY_OUT on class CL_OPS_SE_SERVICE_CALL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 604