SAP ABAP Interface IF_SEQ_MANAGER_RTIME_CONSUMER ((new mng) interface to sequence manager)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_SEQ_MANAGER (Package) SOAP Sequence Manager
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_SEQUENCE_MANAGER listmanager 20060118
Properties
Interface IF_SEQ_MANAGER_RTIME_CONSUMER  
Short Description (new mng) interface to sequence manager    
General Data
Package SOAP_SEQ_MANAGER   SOAP Sequence Manager 
Created 20051229   SAP 
Last changed 20130531   SAP 
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 IF_SEQ_MANAGER_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SEQ_MANAGER_CONSTANTS (new seq / mng)Constants for sequence manager 20060821
Friends
Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no friend.
Attributes
Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_SCHEDULING_QUEUE Instance method Public Method assign scheduling queue to soap sequence 20060124
2 ASSIGN_WSRM_SEQUENCE Instance method Public Method assign wsrm sequence to soap sequence 20060124
3 FINALIZE Instance method Public Method 20060502
4 GET_PERSISTENT_SEQUENCE Instance method Public Method creates new (or opens an existing) persistent sequence 20051229
5 GET_TRANSIENT_SEQUENCE Instance method Public Method creates new transient soap sequence 20051229
6 PROCEED_COMPENSATE Instance method Public Method proceed registered compensate sequence 20060307
7 PROCEED_COMPENSATE_INT Instance method Public Method 20060406
8 PROCEED_ON_COMMIT Instance method Public Method save contexts and schedule sequences clear lists. del comp. 20060307
9 PROCEED_ON_ROLLBACK Instance method Public Method clear lists 20060307
10 REOPEN_TRANSIENT_SEQUENCE Instance method Public Method reopen a transient sequence for admin , monitoring 20051229
11 REQUEST_HARD_TERMINATION Instance method Public Method requests hard termination to soap sequence 20060123
12 REQUEST_SOFT_TERMINATION Instance method Public Method requests soft termination to soap sequence 20060123
13 RETRANSMIT_MESSAGE Instance method Public Method 20060804
14 SEQ_EXIST_CHECK_FOR_SEQ_ID Instance method Public Method exist check for soap sequences , exports seqtype 20060124
15 SEQ_SCD_MESSAGE_PREPARE_TO_DEL Instance method Public Method set message state finish by scheduler 20060123
16 SET_EXCEPTION Instance method Public Method 20060502
17 SET_POST_SCHEDULER_MODE Instance method Public Method 20060914
18 WSRM_MESSAGE_PREPARE_TO_DEL Instance method Public Method set message state finish by wsrm 20060123
19 WSRM_STATE Instance method Public Method 20060123
20 WSRM_TERMINATE Instance method Public Method 20060123
Events
Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no event.
Types
Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no local type.
Method Signatures

Method ASSIGN_SCHEDULING_QUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_QUEUENAME Call by reference Type reference (TYPE) CHAR40 Character field of length 40 20060124

Method ASSIGN_SCHEDULING_QUEUE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method ASSIGN_WSRM_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_WSRMNAME Call by reference Type reference (TYPE) ANYURI Any URI 20060124

Method ASSIGN_WSRM_SEQUENCE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method FINALIZE Signature

Method FINALIZE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no parameter.
Method FINALIZE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method GET_PERSISTENT_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ON_FAILURE Call by reference Type reference (TYPE) FLAG ' ' General Flag 20051229
2 Importing PARENT_SEQ_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_ID Parent Sequence ID 20101217
3 Importing PROCESSING_MODE Call by reference Type reference (TYPE) SRT_SEQUENCE_PROCESSMODE 'Q' sequence process mode , normal 4Q or shortcut 20060821
4 Importing QUEUE_BASENAME Call by reference Type reference (TYPE) STRING basequeue name 20101217
5 Importing SCHEDULE_SEQUENCE Call by reference Type reference (TYPE) BOOLEAN TSOAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20051229
6 Returning SEQUENCE Value transfer Object reference (TYPE REF TO) IF_SEQ_RTIME_CONSUMER Soap Sequence Manager 20051229
7 Importing SEQUENCE_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_ID SPACE Sequence queue ident 20051229
8 Importing SERVICE_DOMAIN Call by reference Type reference (TYPE) SRT_SEQUENCE_DOMAIN ' ' service_domain 20051229

Method GET_PERSISTENT_SEQUENCE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method GET_TRANSIENT_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ON_FAILURE Call by reference Type reference (TYPE) FLAG ' ' General Flag 20051229
2 Importing PARENT_SEQ_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_ID Parent Sequence ID 20101217
3 Importing PROCESSING_MODE Call by reference Type reference (TYPE) SRT_SEQUENCE_PROCESSMODE 'Q' sequence process mode , normal 4Q or shortcut 20060821
4 Importing QUEUE_BASENAME Call by reference Type reference (TYPE) STRING 20101223
5 Returning SEQUENCE Value transfer Object reference (TYPE REF TO) IF_SEQ_RTIME_CONSUMER Soap Sequence Manager 20051229
6 Importing SERVICE_DOMAIN Call by reference Type reference (TYPE) SRT_SEQUENCE_DOMAIN ' ' service_domain 20051229

Method GET_TRANSIENT_SEQUENCE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method PROCEED_COMPENSATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERSIST_ID Call by reference Type reference (TYPE) WSRM_PERSIST_ID WSRM: Persistent Identifier 20060308

Method PROCEED_COMPENSATE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method PROCEED_COMPENSATE_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERSIST_ID Call by reference Type reference (TYPE) WSRM_PERSIST_ID WSRM: Persistent Identifier 20060406

Method PROCEED_COMPENSATE_INT on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method PROCEED_ON_COMMIT Signature

Method PROCEED_ON_COMMIT on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no parameter.
Method PROCEED_ON_COMMIT on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method PROCEED_ON_ROLLBACK Signature

Method PROCEED_ON_ROLLBACK on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no parameter.
Method PROCEED_ON_ROLLBACK on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method REOPEN_TRANSIENT_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARENT_SEQ_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_ID Parent Sequence ID 20101217
2 Importing PROCESSING_MODE Call by reference Type reference (TYPE) SRT_SEQUENCE_PROCESSMODE 'Q' sequence process mode , normal 4Q or shortcut 20060821
3 Returning SEQUENCE Value transfer Object reference (TYPE REF TO) IF_SEQ_RTIME_CONSUMER Soap Sequence Manager 20051229
4 Importing SEQUENCE_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_ID Sequence queue ident 20051229
5 Importing SERVICE_DOMAIN Call by reference Type reference (TYPE) SRT_SEQUENCE_DOMAIN ' ' service_domain 20051229

Method REOPEN_TRANSIENT_SEQUENCE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method REQUEST_HARD_TERMINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) SRT_LOCATION sequence scheduler: enviroment 20060123
2 Importing SEQ_ID Call by reference Type reference (TYPE) SRT_SEQ_ID Soap Sequence Id 20060123
# Exception Resumable Description Created on
1 CX_SOAP_AREA_SEQ Exception for check authority class 20080312

Method REQUEST_SOFT_TERMINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) SRT_LOCATION Location client / provider 20060123
2 Importing SEQ_ID Call by reference Type reference (TYPE) SRT_SEQ_ID Soap Sequence Id 20060123
# Exception Resumable Description Created on
1 CX_SOAP_AREA_SEQ Exception for check authority class 20080312

Method RETRANSMIT_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERSIST_ID Call by reference Type reference (TYPE) CHAR32 Character field, length 32 20060804
2 Importing SEQUENCE_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_ID Sequence queue ident 20060806

Method RETRANSMIT_MESSAGE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method SEQ_EXIST_CHECK_FOR_SEQ_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) SRT_LOCATION Location client / provider 20060124
2 Importing SEARCH_IN_DB Value transfer Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20071114
3 Importing SEQ_ID Call by reference Type reference (TYPE) SRT_SEQUENCE_ID Sequence queue ident 20060124
4 Returning SEQ_TYPE Value transfer Type reference (TYPE) SRT_SEQUENCE_TYPE Sequencetype transient / persistent 20060124

Method SEQ_EXIST_CHECK_FOR_SEQ_ID on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method SEQ_SCD_MESSAGE_PREPARE_TO_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) SRT_LOCATION Location client / provider 20060123
2 Importing MESSAGE_ID Call by reference Type reference (TYPE) SXMS_PERSIST_ID Persist ID 20060123
3 Importing SEQ_ID Call by reference Type reference (TYPE) SRT_SEQ_ID Soap Sequence Id 20060123

Method SEQ_SCD_MESSAGE_PREPARE_TO_DEL on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method SET_EXCEPTION Signature

Method SET_EXCEPTION on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no parameter.
Method SET_EXCEPTION on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method SET_POST_SCHEDULER_MODE Signature

Method SET_POST_SCHEDULER_MODE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no parameter.
Method SET_POST_SCHEDULER_MODE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method WSRM_MESSAGE_PREPARE_TO_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) SRT_LOCATION Location client / provider 20060123
2 Importing MESSAGE_ID Call by reference Type reference (TYPE) SXMS_PERSIST_ID Persist ID 20060123
3 Importing WSRM_SEQUENCE Call by reference Type reference (TYPE) ANYURI Any URI 20060123

Method WSRM_MESSAGE_PREPARE_TO_DEL on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method WSRM_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WSRM_SEQUENCE Call by reference Type reference (TYPE) ANYURI Any URI 20060123
2 Importing WSRM_STATE Call by reference Type reference (TYPE) SRT_SEQ_WSRM_STATE Soap Sequence WSRM State 20060123

Method WSRM_STATE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.

Method WSRM_TERMINATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) SRT_LOCATION Location client / provider 20060123
2 Importing WSRM_SEQUENCE Call by reference Type reference (TYPE) ANYURI Any URI 20060123
3 Importing WSRM_TERMINATION_STATE Call by reference Type reference (TYPE) SRT_SEQ_TERMINATION_STATE Soap sequence termination state 20060123

Method WSRM_TERMINATE on Interface IF_SEQ_MANAGER_RTIME_CONSUMER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710