SAP ABAP Class CL_SOAP_SEQ_EXEC_HANDLER (Sequence execution handler base class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_SEQ_SCD (Package) Sequence Scheduling
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_SEQ_EXECUTION_HANDLER Web Service execution handler 20130118
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_SEQ_SCD_CONST 20130118
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_SEQ_EXEC_HANDLER_CO Consumer execution handler 20130308
2 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_SEQ_EXEC_HANDLER_PR Provider execution handler 20130308
Properties
Class CL_SOAP_SEQ_EXEC_HANDLER  
Short Description Sequence execution handler base class    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_SEQ_SCD   Sequence Scheduling 
Created 20130118   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SOAP_SEQ_EXEC_HANDLER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SOAP_SEQ_EXECUTION_HANDLER Web Service execution handler 20130118
2 IF_SOAP_SEQ_SCD_CONST 20130118
Friends
Class CL_SOAP_SEQ_EXEC_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_RETRY_INTERVAL_10 Constant Protected Type reference (TYPE) I 10 20130118
2 GC_RETRY_INTERVAL_2 Constant Protected Type reference (TYPE) I 2 20130118
3 GC_RETRY_INTERVAL_20 Constant Protected Type reference (TYPE) I 20 20130118
4 GC_RETRY_INTERVAL_30 Constant Protected Type reference (TYPE) I 30 20130118
5 GC_RETRY_INTERVAL_40 Constant Protected Type reference (TYPE) I 40 20130118
6 GC_RETRY_INTERVAL_5 Constant Protected Type reference (TYPE) I 5 20130118
7 GC_SEQ_MAX_RETRY Constant Protected Type reference (TYPE) INT4 10000 20130118
8 M_ACT_PERSIST_ID Instance attribute Protected Type reference (TYPE) WSRM_PERSIST_ID 20130118
9 M_ACT_RETRY_CNT Instance attribute Protected Type reference (TYPE) I 20130118
10 M_LOCATION Instance attribute Protected Type reference (TYPE) SRT_SEQ_ASYNC_BORDER_FTYPE 20130118
11 M_PROCESS_CONTROL Instance attribute Protected Object reference (TYPE REF TO) IF_SET_LUW_PROCESSING_INFO 20130118
12 M_SEQUENCE Instance attribute Protected Object reference (TYPE REF TO) CL_SOAP_SEQUENCE 20130118
13 M_SEQUENCE_ID Instance attribute Protected Type reference (TYPE) SRT_SEQUENCE_ID 20130118
14 M_SEQUENCE_MGR Instance attribute Protected Object reference (TYPE REF TO) IF_SOAP_SEQUENCE_MGR 20130118
15 M_SEQUENCE_STRUCT Instance attribute Protected Type reference (TYPE) SRT_S_SEQUENCE 20130118
16 M_TEC_SEQUENCE Instance attribute Protected Object reference (TYPE REF TO) IF_SOAP_TEC_SEQUENCE 20130308
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_BGRFC_RETRY_KEY Static method Public Method 20130118
2 CONSTRUCTOR Instance method Protected Constructor 20130118
3 GET_RETRY_INTERVAL Static method Public Method 20130118
4 HANDLE_FATAL_EXCEPTION Instance method Public Event handling method 20130118
5 RAISE_LOCK_QUEUE Instance method Protected Method 20130118
6 RAISE_PERM_ERROR Instance method Protected Method 20130118
7 RAISE_RETRY_ERROR Instance method Protected Method 20130118
8 RELEASE_USER_DATA Instance method Protected Method 20130118
9 SEQ_MANAGER_FINALIZE Instance method Protected Method 20130118
10 SET_ACT_PERSIST_ID Instance method Public Method 20130118
11 SET_TERMINATION Instance method Protected Method 20130118
Events
Class CL_SOAP_SEQ_EXEC_HANDLER has no event.
Types
Class CL_SOAP_SEQ_EXEC_HANDLER has no local type.
Method Signatures

Method CALCULATE_BGRFC_RETRY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETRY_KEY Value transfer Type reference (TYPE) BGRFC_RETRY_KEY 20130118
2 Importing SEQ_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_ID 20130118

Method CALCULATE_BGRFC_RETRY_KEY on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Value transfer Type reference (TYPE) SRT_SEQ_ASYNC_BORDER_FTYPE 20130118
2 Importing SEQUENCE Call by reference Object reference (TYPE REF TO) CL_SOAP_SEQUENCE 20130118
3 Importing SEQUENCE_ID Value transfer Type reference (TYPE) SRT_SEQUENCE_ID 20130118
4 Importing SEQUENCE_MGR Call by reference Object reference (TYPE REF TO) IF_SOAP_SEQUENCE_MGR 20130118
5 Importing SEQUENCE_STRUCT Call by reference Type reference (TYPE) SRT_S_SEQUENCE 20130118

Method CONSTRUCTOR on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.

Method GET_RETRY_INTERVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT_RETRY_COUNT Call by reference Type reference (TYPE) I 20130118
2 Importing MAX_RETRY_COUNT Call by reference Type reference (TYPE) I IF_SOAP_SEQ_SCD_CONST=>C_BGRFC_MAX_RETRY 20130118
3 Returning R_RETRY_INTERVAL Value transfer Type reference (TYPE) I 20130118

Method GET_RETRY_INTERVAL on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.

Method HANDLE_FATAL_EXCEPTION Signature

Method HANDLE_FATAL_EXCEPTION on class CL_SOAP_SEQ_EXEC_HANDLER has no parameter.
Method HANDLE_FATAL_EXCEPTION on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.

Method RAISE_LOCK_QUEUE Signature

Method RAISE_LOCK_QUEUE on class CL_SOAP_SEQ_EXEC_HANDLER has no parameter.
Method RAISE_LOCK_QUEUE on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.

Method RAISE_PERM_ERROR Signature

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

Method RAISE_PERM_ERROR on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.

Method RAISE_RETRY_ERROR Signature

Method RAISE_RETRY_ERROR on class CL_SOAP_SEQ_EXEC_HANDLER has no parameter.
Method RAISE_RETRY_ERROR on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.

Method RELEASE_USER_DATA Signature

Method RELEASE_USER_DATA on class CL_SOAP_SEQ_EXEC_HANDLER has no parameter.
Method RELEASE_USER_DATA on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.

Method SEQ_MANAGER_FINALIZE Signature

Method SEQ_MANAGER_FINALIZE on class CL_SOAP_SEQ_EXEC_HANDLER has no parameter.
Method SEQ_MANAGER_FINALIZE on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.

Method SET_ACT_PERSIST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERSIST_ID Call by reference Type reference (TYPE) WSRM_PERSIST_ID 20130118

Method SET_ACT_PERSIST_ID on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.

Method SET_TERMINATION Signature

Method SET_TERMINATION on class CL_SOAP_SEQ_EXEC_HANDLER has no parameter.
Method SET_TERMINATION on class CL_SOAP_SEQ_EXEC_HANDLER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740