SAP ABAP Class CL_OPS_SE_SERVICE_EXECUTION (Service process choreography and FEH support)
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_SERVICE_CALL Service process choreography 20080213
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ECH_ACTION Interface - Action Class 20080117
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_IVE_INVOICECRTRQ1_SERV Service class for InvoiceRequestIn V1 20110531
2 Inheritance (c INHERITING FROM c_ref)  CL_IVE_INVOICEERPCRTRQ1_SERV Service class for InvoiceERPRequestIn V1 20110623
3 Inheritance (c INHERITING FROM c_ref)  CL_PUR_CONDITIONCRTRQ_SERV Service Class for Creating Purchase Conditions 20080416
4 Inheritance (c INHERITING FROM c_ref)  CL_SHP_IDSCITMQTSCHGRQ_SERV Service implementation for InbDelivConfItmQtsChgReq 20080207
5 Inheritance (c INHERITING FROM c_ref)  CL_SHP_INBDELIVCONFCRTRQ_SERV Service Execution Class for Inb. Deliv. Conf. Create Request 20080208
6 Inheritance (c INHERITING FROM c_ref)  CL_SHP_INBDELIVUPDTRQ_SERV Service class for InboundDeliveryUpdateRequest_In 20111006
7 Inheritance (c INHERITING FROM c_ref)  CL_SHP_ODQTYREDUCNNO_SERV Service Impl. for OutboundDelERPQantityReductionNotif_Out 20080429
8 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDELIVCONFCRTRQ_SERV 20080207
9 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDELIVCRTRQ_SERV Service Class for OutboundDeliveryCreateRequestOut 20080404
10 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDELIVUPDTRQ_SERV Service class for OutboundDeliveryUpdateRequest_In 20090915
... Click here to see Used By full list (13 items)
Properties
Class CL_OPS_SE_SERVICE_EXECUTION  
Short Description Service process choreography and FEH support    
Super Class CL_OPS_SE_SERVICE_CALL Service process choreography 
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 20080117   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_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ECH_ACTION Interface - Action Class 20080117
Friends
Class CL_OPS_SE_SERVICE_EXECUTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_ERRCAT_M_PRIORITY Instance attribute Private Type reference (TYPE) TT_ERRCAT_PRIORITY 20080729
2 MT_ERRCAT_PRIORITY Instance attribute Private Type reference (TYPE) TT_ERRCAT_PRIORITY 20080729
3 MV_CORRELATION_ID Instance attribute Protected Type reference (TYPE) BS_SOA_RSPNSRCVR_COREL_ID correlation ID for response receiver determination 20091102
4 M_ECH_OBJECT Instance attribute Protected Type reference (TYPE) ECH_STR_OBJECT 20080215
5 SR_ECH_INSTANCE Static Attribute Private Object reference (TYPE REF TO) IF_ECH_ACTION 20080123
6 S_FEH_INITIALIZED Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Has FEH already been initialized? 20080403
7 S_INTERNAL_INPUT_TYPE Static Attribute Protected Type reference (TYPE) RS38L_TYP Associated Type of an Interface Parameter 20080221
8 S_PROXY_INPUT_TYPE Static Attribute Protected Type reference (TYPE) RS38L_TYP Associated Type of an Interface Parameter 20080221
Methods
# Method Level Visibility Method type Description Created on
1 CALL_BADI_INBOUND_PROCESSING Instance method Protected Method Abstract: call method ->INBOUND_PROCESSING 20080117
2 CATEGORIZE_MAPPING_MESSAGES Instance method Protected Method 20080729
3 CATEGORIZE_MESSAGES Instance method Protected Method 20080729
4 CHECK_AUTHORIZATION Instance method Protected Method Makes authority checks 20080214
5 CHECK_INPUT_CONSISTENCY Instance method Protected Method Checks that the proxy input data is consistent 20080117
6 CONSTRUCTOR Instance method Public Constructor 20080215
7 CREATE_OUTBOUND_PROXIES Instance method Protected Method Create ProxiOutbound Call for point-to-point Services 20091104
8 EXCECUTE_BACKEND_PROCESS Instance method Protected Method Abstract: call the BAPI or backend processing 20080117
9 EXECUTE_INBOUND_PROCESSING Instance method Private Method Executes inbound service processing 20080117
10 EXECUTE_PREPROCESSING Instance method Private Method Checks and maps input data 20080215
11 EXECUTE_PROCESSING Instance method Private Method Service processing without preprocessing 20080215
12 EXECUTE_PROCESSING_BULK Instance method Private Method Service processing without preprocessing 20091111
13 EXEC_OUTB_PROCESS_BULK Instance method Public Method Call Outbound Processing 20091123
14 FAIL Instance method Protected Method 20080213
15 FINISH Instance method Protected Method 20080213
16 GET_CONFIRMATION_MESSAGE Instance method Private Method Returns the proxy output data from FEH persitence 20080215
17 GET_CORRELATION_ID Instance method Protected Method Returns correlation ID for Response Receiver determination 20091102
18 GET_ECH_OBJECT_TYPE Instance method Public Method Returns attribut M_ECH_Object for point-2-point enablement 20091103
19 GET_MAIN_ERROR Instance method Protected Method 20080729
20 GET_MAIN_MAPPING_ERROR Instance method Protected Method Returns the main mapping error 20080729
21 GET_PROXY_OUTPUT Instance method Protected Method Abstracts: returns internal output from the given parameters 20080215
22 HAS_ERROR_MESSAGE Instance method Protected Method Returns true if the given table has at an error message 20080222
23 IS_MAPPING_COMPLETED Instance method Private Method Returns true if the mapping as been completed 20080215
24 LOCK_DATA Instance method Protected Method Locks required objects for backend processing 20080214
25 MAP_INPUT Instance method Protected Method Abstract: Maps the proxy input to an internal representation 20080117
26 OBJECT_KEY_SETUP Instance method Protected Method Setting object key for all FEH exceptions 20080827
27 PROCESS_ERROR Instance method Private Method Processes error messages and handles FEH 20080121
28 PROCESS_RETRY_ERROR Instance method Private Method Process retry error 20080902
29 REGISTER_CORRELATION_ID Instance method Protected Method Register Correlation ID for Response Receiver Determination 20110809
30 RETRIEVE_CORRELATION_ID Instance method Protected Method Retrieve CorrelationID in case of P2P communication from FEH 20110809
31 RETRY Instance method Protected Method 20080213
32 SEND_CONFIRMATION Instance method Private Method Sends the confirmation in FEH context 20080215
33 SET_CORRELATION_ID Instance method Public Method Store correlation ID for Response Receiver determination 20091102
34 SET_ECH_INSTANCE Static method Protected Method Sets the ECH instance returned by method S_CREATE 20080123
35 SET_ERRCAT_M_PRIORITY Instance method Protected Method 20080729
36 SET_ERRCAT_PRIORITY Instance method Protected Method 20080729
37 S_CREATE Instance method Protected Method 20080213
Events
Class CL_OPS_SE_SERVICE_EXECUTION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ERRCAT_PRIORITY Public See coding 20080729 tt_errcat_priority TYPE STANDARD TABLE OF ty_errcat_priority
2 TY_ERRCAT_PRIORITY Public See coding 20080729 BEGIN OF ty_errcat_priority, priority TYPE i, error_category TYPE applmsg-category, END OF ty_errcat_priority
3 TY_MAIN_MESSAGE Public Type reference (TYPE) APPLMSG Return Structure for Messages 20080729
Method Signatures

Method CALL_BADI_INBOUND_PROCESSING Signature

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

Method CATEGORIZE_MAPPING_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) APPLMSGTAB 20080729

Method CATEGORIZE_MAPPING_MESSAGES on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method CATEGORIZE_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) APPLMSGTAB 20080729

Method CATEGORIZE_MESSAGES on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method CHECK_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERNAL_INPUT Call by reference Type reference (TYPE) ANY 20080218
2 Importing IS_PROXY_INPUT Call by reference Type reference (TYPE) ANY 20080222
# Exception Resumable Description Created on
1 CX_OPS_SE_AUTHORITY Authorization error 20080214

Method CHECK_INPUT_CONSISTENCY Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_OPS_SE_SERVICE_EXECUTION has no parameter.
Method CONSTRUCTOR on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method CREATE_OUTBOUND_PROXIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROXY_CLASS_NAME Call by reference Type reference (TYPE) STRING 20091104
2 Importing IV_SERVICE_GROUP Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20091104
3 Returning RT_PREPARED_PROXIES Value transfer Type reference (TYPE) BSSOA_ASYNCPRX_INSTANCE_T Table of created asycronous proxy instances 20091104
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT Service process error 20091104
2 CX_BS_SOA_EXCEPTION Error message occurred 20091104
3 CX_OPS_SE_PROCESS Service process error 20091104

Method EXCECUTE_BACKEND_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ESR_INTERNAL_OUTPUT Call by reference Object reference (TYPE REF TO) DATA Internal representation of output data 20080208
2 Importing IS_INTERNAL_INPUT Call by reference Type reference (TYPE) ANY Internal representation of intput data 20080117
# Exception Resumable Description Created on
1 CX_OPS_SE_AUTHORITY Authorization error 20080122
2 CX_OPS_SE_CUSTOMIZING Customizing error 20080122
3 CX_OPS_SE_DATA Data consistency error 20080122
4 CX_OPS_SE_LOCK Locking error 20080122
5 CX_OPS_SE_PROCESS Service process error 20080117

Method EXECUTE_INBOUND_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ESR_INTERNAL_OUTPUT Call by reference Object reference (TYPE REF TO) DATA Internal representation of output data 20080208
2 Importing IS_INTERNAL_INPUT Call by reference Type reference (TYPE) ANY Proxy representation of input data 20080215
3 Importing IS_PROXY_INPUT Call by reference Type reference (TYPE) ANY 20080215
# Exception Resumable Description Created on
1 CX_OPS_SE_AUTHORITY Authorization error 20080121
2 CX_OPS_SE_CUSTOMIZING Customizing error 20080121
3 CX_OPS_SE_DATA Customizing error 20080122
4 CX_OPS_SE_LOCK Locking error 20080121
5 CX_OPS_SE_PROCESS Service process error 20080117

Method EXECUTE_PREPROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ESR_INTERNAL_INPUT Call by reference Object reference (TYPE REF TO) DATA 20080215
2 Importing IS_PROXY_INPUT Call by reference Type reference (TYPE) ANY 20080215
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20080215

Method EXECUTE_PROCESSING Signature

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

Method EXECUTE_PROCESSING_BULK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERNAL_INPUT Call by reference Type reference (TYPE) ANY 20091111
2 Importing IS_PROXY_INPUT 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 EXEC_OUTB_PROCESS_BULK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OUTPUT Call by reference Type reference (TYPE) ANY 20091123
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20091207

Method FAIL Signature

Method FAIL on class CL_OPS_SE_SERVICE_EXECUTION has no parameter.
Method FAIL on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method FINISH Signature

Method FINISH on class CL_OPS_SE_SERVICE_EXECUTION has no parameter.
Method FINISH on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method GET_CONFIRMATION_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) STRING String 20080403
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080215
3 Importing IV_PROCESS_METHOD Call by reference Type reference (TYPE) OPS_SE_PROCESS_METHOD Process method (service implementation) 20080729
4 Returning RSR_CONFIRMATION_MESSAGE Value transfer Object reference (TYPE REF TO) DATA 20080215
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20080215

Method GET_CORRELATION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CORRELATION_ID Value transfer Type reference (TYPE) BS_SOA_RSPNSRCVR_COREL_ID ResponseReceiverCorrelationID 20091102
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20091102

Method GET_ECH_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJECT_TYPE Value transfer Type reference (TYPE) ECH_STR_OBJECT Object of Process 20091103

Method GET_ECH_OBJECT_TYPE on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method GET_MAIN_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) APPLMSGTAB 20080729
2 Returning RS_MAIN_MESSAGE Value transfer Type reference (TYPE) TY_MAIN_MESSAGE 20080729

Method GET_MAIN_ERROR on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method GET_MAIN_MAPPING_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) APPLMSGTAB Return Table for Messages 20080729
2 Returning RS_MAIN_MESSAGE Value transfer Type reference (TYPE) TY_MAIN_MESSAGE Return Structure for Messages 20080729

Method GET_MAIN_MAPPING_ERROR on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method GET_PROXY_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERNAL_INPUT Call by reference Type reference (TYPE) ANY 20080215
2 Importing IS_PROXY_INPUT Call by reference Type reference (TYPE) ANY 20080215
3 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080215
4 Importing IV_PROCESS_METHOD Call by reference Type reference (TYPE) OPS_SE_PROCESS_METHOD Process method (service implementation) 20080729
5 Returning RSR_PROXY_OUTPUT Value transfer Object reference (TYPE REF TO) DATA 20080215
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20080215

Method HAS_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080222
2 Returning R_HAS_ERROR_MESSAGE Value transfer Type reference (TYPE) BOOLEAN_01 Boolean Variable ('1'=true,'0'=false) 20080222

Method HAS_ERROR_MESSAGE on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method IS_MAPPING_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS_STAGE Call by reference Type reference (TYPE) I Processing stage 20080215
2 Returning R_MAPPING_COMPLETED Value transfer Type reference (TYPE) ABAP_BOOL 20080215

Method IS_MAPPING_COMPLETED on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method LOCK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_INTERNAL_INPUT Call by reference Type reference (TYPE) ANY 20080214
2 Importing IS_PROXY_INPUT Call by reference Type reference (TYPE) ANY 20080222
# Exception Resumable Description Created on
1 CX_OPS_SE_LOCK Locking error 20080214

Method MAP_INPUT Signature

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

Method OBJECT_KEY_SETUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PROXY_INPUT Call by reference Type reference (TYPE) ANY 20080827

Method OBJECT_KEY_SETUP on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method PROCESS_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_OPS_SE_PROCESS Service process error 20080121
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20080122

Method PROCESS_RETRY_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_OPS_SE_PROCESS Service process error 20080902
2 Importing IR_FEH_REGISTRATION Call by reference Object reference (TYPE REF TO) CL_FEH_REGISTRATION Registration and Restart of FEH 20080902

Method PROCESS_RETRY_ERROR on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method REGISTER_CORRELATION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FEH_REGISTRATION Call by reference Object reference (TYPE REF TO) CL_FEH_REGISTRATION Registration and Restarting of FEH 20110809

Method REGISTER_CORRELATION_ID on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method RETRIEVE_CORRELATION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_POST_MAPPING_DATA Call by reference Type reference (TYPE) ANY 20110809
2 Importing IS_PRE_MAPPING_DATA Call by reference Type reference (TYPE) ANY 20110809
3 Returning RV_CORRELATION_ID Value transfer Type reference (TYPE) BS_SOA_RSPNSRCVR_COREL_ID ResponseReceiverCorrelationID 20110809

Method RETRIEVE_CORRELATION_ID on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method RETRY Signature

Method RETRY on class CL_OPS_SE_SERVICE_EXECUTION has no parameter.
Method RETRY on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method SEND_CONFIRMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) STRING String 20080403
2 Importing IT_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080215
3 Importing IV_PROCESS_METHOD Call by reference Type reference (TYPE) OPS_SE_PROCESS_METHOD Process method (service implementation) 20080729
# Exception Resumable Description Created on
1 CX_OPS_SE_PROCESS Service process error 20080215

Method SET_CORRELATION_ID Signature

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

Method SET_ECH_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ECH_INSTANCE Call by reference Object reference (TYPE REF TO) IF_ECH_ACTION 20080123

Method SET_ECH_INSTANCE on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method SET_ERRCAT_M_PRIORITY Signature

Method SET_ERRCAT_M_PRIORITY on class CL_OPS_SE_SERVICE_EXECUTION has no parameter.
Method SET_ERRCAT_M_PRIORITY on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method SET_ERRCAT_PRIORITY Signature

Method SET_ERRCAT_PRIORITY on class CL_OPS_SE_SERVICE_EXECUTION has no parameter.
Method SET_ERRCAT_PRIORITY on class CL_OPS_SE_SERVICE_EXECUTION has no exception.

Method S_CREATE Signature

Method S_CREATE on class CL_OPS_SE_SERVICE_EXECUTION has no parameter.
Method S_CREATE on class CL_OPS_SE_SERVICE_EXECUTION has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_IVE_INVOICECRTRQ1_SERV Service class for InvoiceRequestIn V1 20110531
2 Inheritance (c INHERITING FROM c_ref)  CL_IVE_INVOICEERPCRTRQ1_SERV Service class for InvoiceERPRequestIn V1 20110623
3 Inheritance (c INHERITING FROM c_ref)  CL_PUR_CONDITIONCRTRQ_SERV Service Class for Creating Purchase Conditions 20080416
4 Inheritance (c INHERITING FROM c_ref)  CL_SHP_IDSCITMQTSCHGRQ_SERV Service implementation for InbDelivConfItmQtsChgReq 20080207
5 Inheritance (c INHERITING FROM c_ref)  CL_SHP_INBDELIVCONFCRTRQ_SERV Service Execution Class for Inb. Deliv. Conf. Create Request 20080208
6 Inheritance (c INHERITING FROM c_ref)  CL_SHP_INBDELIVUPDTRQ_SERV Service class for InboundDeliveryUpdateRequest_In 20111006
7 Inheritance (c INHERITING FROM c_ref)  CL_SHP_ODQTYREDUCNNO_SERV Service Impl. for OutboundDelERPQantityReductionNotif_Out 20080429
8 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDELIVCONFCRTRQ_SERV 20080207
9 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDELIVCRTRQ_SERV Service Class for OutboundDeliveryCreateRequestOut 20080404
10 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDELIVUPDTRQ_SERV Service class for OutboundDeliveryUpdateRequest_In 20090915
11 Inheritance (c INHERITING FROM c_ref)  CL_SHP_OUTBDLVSPLITRQ_SERV Service implementation Outbound Delivery Split RQ In V1 20110930
12 Inheritance (c INHERITING FROM c_ref)  CL_SHP_POLPVNOTIFRQ_SERV PurOrdLogsPlngVwNotifReq_In 20080502
13 Inheritance (c INHERITING FROM c_ref)  CL_SHP_TMS_OUTBDELIVCRTRQ_SERV Service Class for OutboundDeliveryCreateRequestIn 20091006
History
Last changed by/on SAP  20130531 
SAP Release Created in 604