SAP ABAP Interface IF_SEQ_MANAGER_RUNTIME ((old) Runtime interface 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
Properties
Interface IF_SEQ_MANAGER_RUNTIME  
Short Description (old) Runtime interface sequence manager    
General Data
Package SOAP_SEQ_MANAGER   SOAP Sequence Manager 
Created 20050829   SAP 
Last changed 20080612   SAP 
Unicode checks active    
Forward declarations
Interface IF_SEQ_MANAGER_RUNTIME has no forward declaration.
Interfaces
Interface IF_SEQ_MANAGER_RUNTIME has no interface.
Friends
Interface IF_SEQ_MANAGER_RUNTIME has no friend.
Attributes
Interface IF_SEQ_MANAGER_RUNTIME has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_SCHEDULING_QUEUE Instance method Public Method 20050908
2 ASSIGN_WSRM_SEQUENCE Instance method Public Method 20050908
3 CREATE_PERS_SEQ_BY_DOMAIN Static method Public Method creates a persistence sequence 20050830
4 CREATE_PERS_SEQ_BY_PROXY Static method Public Method creates a persistence sequence 20050830
5 CREATE_SOAP_RUNTIME_SEQUENCE Static method Public Method create obj cl_soap_sequence by chk CL_SOAP_SEQUENCE_Manager 20050927
6 CREATE_TRANS_SEQ_BY_DOMAIN Static method Public Method creates a transient sequence 20050830
7 CREATE_TRANS_SEQ_BY_PROXY Static method Public Method creates a transient sequence 20050830
8 GET_ACT_SEQ_ITEM_TO_FAILURE Instance method Public Method 20050930
9 GET_ASSIGNED_SCHEDULING_QUEUE Instance method Public Method Get Scheduling queue for soap sequence 20050908
10 GET_ASSIGNED_WSRM_SEQUENCE Instance method Public Method Get assigned wsrm sequence 20050908
11 GET_FAILED_PERSIST_ID Instance method Public Method 20060217
12 GET_MAX_RETRY Instance method Public Method 20050928
13 GET_PERS_SEQ_ID Instance method Public Method Get the sequence ID for persistent sequences 20050902
14 GET_QUEUE_TERMINATION_STATE Instance method Public Method get termination state none/hard/soft required 20050926
15 GET_RETRY_ACT_SEQ_ITEM Instance method Public Method 20050930
16 GET_RETRY_COUNTER Instance method Public Method 20050928
17 GET_SCHEDULING_QUEUE_STATE Instance method Public Method 20050909
18 GET_SEQUENCE_BY_ID Static method Public Method obsolet 20050902
19 GET_SEQUENCE_HEALTH_STATE Instance method Public Method 20050830
20 GET_SEQUENCE_PROCESS_STATE Instance method Public Method 20050830
21 GET_SEQUENCE_TERMINATION_STATE Instance method Public Method get termination state none/hard/soft required 20051014
22 GET_SEQUENCE_TYPE Instance method Public Method set soap sequence type transient/persistent 20050902
23 GET_TRANS_SEQ_ID Instance method Public Method 20050928
24 GET_WSRM_SEQUENCE_STATE Instance method Public Method 20050909
25 GET_WSRM_TERMINATION_STATE Instance method Public Method get termination state none/hard/soft required 20050926
26 READ_SEQUENCE_BY_ID Static method Public Method creates a sequence object by an existing ID 20050909
27 REQUEST_HARD_TERMINATION Static method Public Method requests termination for sequence client / provider site 20051013
28 REQUEST_HARD_TERM_BY_WSRM Static method Public Method requests termination for sequence client / provider site 20051213
29 REQUEST_SOFT_TERMINATION Static method Public Method requests termination for sequence client / provider site 20051013
30 REQUEST_SOFT_TERM_BY_WSRM Static method Public Method requests termination for sequence client / provider site 20051213
31 SET_ACT_SEQ_ITEM_TO_FAILURE Instance method Public Method 20050928
32 SET_FAILED_PERSIST_ID Instance method Public Method 20060217
33 SET_MAX_RETRY Instance method Public Method 20050928
34 SET_QUEUE_TERMINATION_STATE Instance method Public Method set termination state hard/soft 20050926
35 SET_RETRY_ACT_SEQ_ITEM Instance method Public Method 20050930
36 SET_RETRY_COUNTER Instance method Public Method set retry counter for actual scheduled trfc element 20050928
37 SET_SCHEDULING_QUEUE_STATE Instance method Public Method 20050909
38 SET_SEQUENCE_HEALTH_STATE Instance method Public Method 20050830
39 SET_SEQUENCE_PROCESS_STATE Instance method Public Method 20050830
40 SET_WSRM_SEQUENCE_STATE Instance method Public Method 20050909
41 SET_WSRM_TERMINATION_STATE Instance method Public Method set termination state hard/soft 20050926
42 WSRM_CREATE_SOAP_SERVER_SEQ Static method Public Method 20051005
43 WSRM_EXIST_CHK_SOAP_SERVER_SEQ Static method Public Method 20051005
44 WSRM_MSG_AS_PREPARED_FOR_DEL Static method Public Method Inform WSRM that message is still prepared to be deleted 20051227
45 WSRM_STATE Static method Public Method set of wsrm state 20050927
46 WSRM_TERMINATE Static method Public Method terminates wsrm sequence 20050927
Events
Interface IF_SEQ_MANAGER_RUNTIME has no event.
Types
Interface IF_SEQ_MANAGER_RUNTIME 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 20050908
2 Importing QUEUE_TYPE Call by reference Type reference (TYPE) SRT_SEQ_QUEUETYPE queuetype qRFC / bgRFC 20061127

Method ASSIGN_SCHEDULING_QUEUE on Interface IF_SEQ_MANAGER_RUNTIME 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 20050908

Method ASSIGN_WSRM_SEQUENCE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method CREATE_PERS_SEQ_BY_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) SRT_SEQUENCE_DOMAIN service_domain 20050901
2 Importing LOCATION Call by reference Type reference (TYPE) SRT_SEQ_ASYNC_BORDER_FTYPE location C / P 20050905
3 Returning REF_SEQUENCE Value transfer Object reference (TYPE REF TO) CL_SOAP_SEQUENCE Runtime interface sequence manager 20050901

Method CREATE_PERS_SEQ_BY_DOMAIN on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method CREATE_PERS_SEQ_BY_PROXY 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_SEQ_ASYNC_BORDER_FTYPE location C/P 20050905
2 Importing LOG_PORT Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20050902
3 Importing PROXYCLASS Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20050902
4 Returning REF_SEQUENCE Value transfer Object reference (TYPE REF TO) CL_SOAP_SEQUENCE Soap Sequence Manager 20050902
5 Importing USE_DOMAIN Call by reference Type reference (TYPE) BOOLEAN Sequence domain, yes or no 20080317

Method CREATE_PERS_SEQ_BY_PROXY on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method CREATE_SOAP_RUNTIME_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN Call by reference Type reference (TYPE) SRT_SEQUENCE_DOMAIN service_domain 20050927
2 Importing LOCATION Call by reference Type reference (TYPE) SRT_SEQ_ASYNC_BORDER_FTYPE sequence scheduler: enviroment 20050927
3 Importing ON_FAILURE Call by reference Type reference (TYPE) BOOLEAN TSOAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20050927
4 Importing SCHEDULE_SEQUENCE Call by reference Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20050927
5 Returning SEQUENCE Value transfer Object reference (TYPE REF TO) CL_SOAP_SEQUENCE 20050927
6 Importing SEQUENCENAME Call by reference Type reference (TYPE) SRT_SEQUENCE_QUEUE_IDENT Sequence queue ident 20050927
7 Importing SEQUENCETYPE Call by reference Type reference (TYPE) SRT_SEQUENCE_TYPE 'T' Sequencetype transient / persistent 20050927
8 Importing TIMEOUT Call by reference Type reference (TYPE) I 0 20050927

Method CREATE_SOAP_RUNTIME_SEQUENCE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method CREATE_TRANS_SEQ_BY_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_NAME Call by reference Type reference (TYPE) SRT_SEQUENCE_DOMAIN service_domain 20050902
2 Importing LOCATION Call by reference Type reference (TYPE) SRT_SEQ_ASYNC_BORDER_FTYPE location C/P 20050905
3 Returning REF_SEQUENCE Value transfer Object reference (TYPE REF TO) CL_SOAP_SEQUENCE Soap Sequence Manager 20050902

Method CREATE_TRANS_SEQ_BY_DOMAIN on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method CREATE_TRANS_SEQ_BY_PROXY 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_SEQ_ASYNC_BORDER_FTYPE location C/P 20050905
2 Importing LOG_PORT Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20050902
3 Importing PROXYCLASS Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20050902
4 Returning REF_SEQUENCE Value transfer Object reference (TYPE REF TO) CL_SOAP_SEQUENCE Soap Sequence Manager 20050902
5 Importing USE_DOMAIN Call by reference Type reference (TYPE) BOOLEAN sequence domain, yes or no 20080317

Method CREATE_TRANS_SEQ_BY_PROXY on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_ACT_SEQ_ITEM_TO_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SET_ACT_ITEM_TO_FAILURE Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20050930

Method GET_ACT_SEQ_ITEM_TO_FAILURE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_ASSIGNED_SCHEDULING_QUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning QUEUENAME Value transfer Type reference (TYPE) CHAR40 Character field of length 40 20050908

Method GET_ASSIGNED_SCHEDULING_QUEUE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_ASSIGNED_WSRM_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WSRMNAME Value transfer Type reference (TYPE) ANYURI Character field of length 40 20050908

Method GET_ASSIGNED_WSRM_SEQUENCE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_FAILED_PERSIST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PERSIST_ID Value transfer Type reference (TYPE) WSRM_PERSIST_ID WSRM: Dtel for persistent Identifier 20060217

Method GET_FAILED_PERSIST_ID on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_MAX_RETRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MAX_RETRY_CNT Value transfer Type reference (TYPE) I Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) 20050928

Method GET_MAX_RETRY on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_PERS_SEQ_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ_ID Value transfer Type reference (TYPE) SRT_SEQ_ID Soap Sequence Id 20050902

Method GET_PERS_SEQ_ID on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_QUEUE_TERMINATION_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning QUEUE_TERMINATION_STATE Value transfer Type reference (TYPE) SRT_SEQ_TERMINATION_STATE Soap sequence termination state 20050926

Method GET_QUEUE_TERMINATION_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_RETRY_ACT_SEQ_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETRY_ACT_ITEM Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20050930

Method GET_RETRY_ACT_SEQ_ITEM on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_RETRY_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACT_RETRY_CNT Value transfer Type reference (TYPE) I Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) 20050928

Method GET_RETRY_COUNTER on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_SCHEDULING_QUEUE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning QUEUE_STATE Value transfer Type reference (TYPE) SRT_SEQ_QUEUE_STATE Soap Sequence Queuestate 20050909

Method GET_SCHEDULING_QUEUE_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_SEQUENCE_BY_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_SEQ_ASYNC_BORDER_FTYPE Location C/P 20050906
2 Returning REF_SEQUENCE Value transfer Object reference (TYPE REF TO) CL_SOAP_SEQUENCE Soap Sequence Manager 20050906
3 Importing SEQ_ID Call by reference Type reference (TYPE) SRT_SEQ_ID Soap Sequence Id 20050906

Method GET_SEQUENCE_BY_ID on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_SEQUENCE_HEALTH_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ_HEALTH_STATE Value transfer Type reference (TYPE) SRT_SEQ_HEALTH_STATUS Soap Sequence Health Status 20050902

Method GET_SEQUENCE_HEALTH_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_SEQUENCE_PROCESS_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ_PROCESS_STATE Value transfer Type reference (TYPE) SRT_SEQ_PROCESS_STATE Soap sequence process status 20050902

Method GET_SEQUENCE_PROCESS_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_SEQUENCE_TERMINATION_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ_TERMINATION_STATE Value transfer Type reference (TYPE) SRT_SEQ_TERMINATION_STATE Soap sequence termination state 20051014

Method GET_SEQUENCE_TERMINATION_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_SEQUENCE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ_TYPE Value transfer Type reference (TYPE) SRT_SEQUENCE_TYPE Sequencetype transient / persistent 20050902

Method GET_SEQUENCE_TYPE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_TRANS_SEQ_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ_ID Value transfer Type reference (TYPE) SRT_SEQ_ID Soap Sequence Id 20050928

Method GET_TRANS_SEQ_ID on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_WSRM_SEQUENCE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WSRM_STATE Value transfer Type reference (TYPE) SRT_SEQ_WSRM_STATE Soap Sequence WSRM State 20050909

Method GET_WSRM_SEQUENCE_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method GET_WSRM_TERMINATION_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WSRM_TERMINATION_STATE Value transfer Type reference (TYPE) SRT_SEQ_TERMINATION_STATE Soap sequence termination state 20050926

Method GET_WSRM_TERMINATION_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method READ_SEQUENCE_BY_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_SEQ_ASYNC_BORDER_FTYPE Location C/P 20050909
2 Returning REF_SEQUENCE Value transfer Object reference (TYPE REF TO) CL_SOAP_SEQUENCE Soap Sequence Manager 20050909
3 Importing SEQ_ID Call by reference Type reference (TYPE) SRT_SEQ_ID Soap Sequence Id 20050909

Method READ_SEQUENCE_BY_ID on Interface IF_SEQ_MANAGER_RUNTIME 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_SEQ_ASYNC_BORDER_FTYPE Soap Sequence Id 20051013
2 Importing SEQ_ID Call by reference Type reference (TYPE) SRT_SEQ_ID sequence scheduler: enviroment 20051013
# Exception Resumable Description Created on
1 CX_SOAP_FAILURE Fehler beim Initialisieren/Prozessieren eines SOAP Aufrufs 20060222
2 CX_SOAP_FAILURE_FAULT SOAP-Fault beim Ausführen eines SOAP Aufrufs 20060222
3 CX_SOAP_WRONG_ARGUMENT Fehler bei der Parameterübergabe an die SOAP Runtime 20060222
4 CX_XMS_PERSIST XI: Systemfehler der Persist 20060711

Method REQUEST_HARD_TERM_BY_WSRM 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_SEQ_ASYNC_BORDER_FTYPE Soap Sequence Id 20051213
2 Importing WSRM_SEQUENCE Call by reference Type reference (TYPE) ANYURI sequence scheduler: enviroment 20051213
# Exception Resumable Description Created on
1 CX_SOAP_FAILURE Fehler beim Initialisieren/Prozessieren eines SOAP Aufrufs 20060222
2 CX_SOAP_FAILURE_FAULT SOAP-Fault beim Ausführen eines SOAP Aufrufs 20060222
3 CX_SOAP_WRONG_ARGUMENT Fehler bei der Parameterübergabe an die SOAP Runtime 20060222
4 CX_XMS_PERSIST XI: Systemfehler der Persist 20060724

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_SEQ_ASYNC_BORDER_FTYPE Soap Sequence Id 20051013
2 Importing SEQ_ID Call by reference Type reference (TYPE) SRT_SEQ_ID sequence scheduler: enviroment 20051013
# Exception Resumable Description Created on
1 CX_SOAP_FAILURE Fehler beim Initialisieren/Prozessieren eines SOAP Aufrufs 20060217
2 CX_SOAP_FAILURE_FAULT SOAP-Fault beim Ausführen eines SOAP Aufrufs 20060217
3 CX_SOAP_WRONG_ARGUMENT Fehler bei der Parameterübergabe an die SOAP Runtime 20060217
4 CX_XMS_PERSIST XI: Systemfehler der Persist 20060711

Method REQUEST_SOFT_TERM_BY_WSRM 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_SEQ_ASYNC_BORDER_FTYPE Soap Sequence Id 20051213
2 Importing WSRM_SEQUENCE Call by reference Type reference (TYPE) ANYURI sequence scheduler: enviroment 20051213
# Exception Resumable Description Created on
1 CX_SOAP_FAILURE Fehler beim Initialisieren/Prozessieren eines SOAP Aufrufs 20060217
2 CX_SOAP_FAILURE_FAULT SOAP-Fault beim Ausführen eines SOAP Aufrufs 20060217
3 CX_SOAP_WRONG_ARGUMENT Fehler bei der Parameterübergabe an die SOAP Runtime 20060217
4 CX_XMS_PERSIST XI: Systemfehler der Persist 20060724

Method SET_ACT_SEQ_ITEM_TO_FAILURE Signature

Method SET_ACT_SEQ_ITEM_TO_FAILURE on Interface IF_SEQ_MANAGER_RUNTIME has no parameter.
Method SET_ACT_SEQ_ITEM_TO_FAILURE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method SET_FAILED_PERSIST_ID 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: Dtel for persistent Identifier 20060217

Method SET_FAILED_PERSIST_ID on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method SET_MAX_RETRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAX_RETRY_CNT Call by reference Type reference (TYPE) I Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) 20050928

Method SET_MAX_RETRY on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method SET_QUEUE_TERMINATION_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing QUEUE_TERMINATION_STATE Call by reference Type reference (TYPE) SRT_SEQ_TERMINATION_STATE Soap sequence termination state 20050926

Method SET_QUEUE_TERMINATION_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method SET_RETRY_ACT_SEQ_ITEM Signature

Method SET_RETRY_ACT_SEQ_ITEM on Interface IF_SEQ_MANAGER_RUNTIME has no parameter.
Method SET_RETRY_ACT_SEQ_ITEM on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method SET_RETRY_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT_RETRY_CNT Value transfer Type reference (TYPE) I Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) 20050930

Method SET_RETRY_COUNTER on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method SET_SCHEDULING_QUEUE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing QUEUE_STATE Call by reference Type reference (TYPE) SRT_SEQ_QUEUE_STATE Soap Sequence Queuestate 20050909

Method SET_SCHEDULING_QUEUE_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method SET_SEQUENCE_HEALTH_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_HEALTH_STATE Call by reference Type reference (TYPE) SRT_SEQ_HEALTH_STATUS Soap Sequence Health Status 20050902

Method SET_SEQUENCE_HEALTH_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method SET_SEQUENCE_PROCESS_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_PROCESS_STATE Call by reference Type reference (TYPE) SRT_SEQ_PROCESS_STATE Soap sequence process status 20050902

Method SET_SEQUENCE_PROCESS_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method SET_WSRM_SEQUENCE_STATE Signature

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

Method SET_WSRM_SEQUENCE_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method SET_WSRM_TERMINATION_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WSRM_TERMINATION_STATE Call by reference Type reference (TYPE) SRT_SEQ_TERMINATION_STATE Soap sequence termination state 20051010

Method SET_WSRM_TERMINATION_STATE on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method WSRM_CREATE_SOAP_SERVER_SEQ 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 20051005

Method WSRM_CREATE_SOAP_SERVER_SEQ on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method WSRM_EXIST_CHK_SOAP_SERVER_SEQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ_ASSIGNED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20051005
2 Importing WSRM_SEQUENCE Call by reference Type reference (TYPE) ANYURI Any URI 20051005

Method WSRM_EXIST_CHK_SOAP_SERVER_SEQ on Interface IF_SEQ_MANAGER_RUNTIME has no exception.

Method WSRM_MSG_AS_PREPARED_FOR_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 20051227
2 Importing MESSAGE_ID Call by reference Type reference (TYPE) SXMS_PERSIST_ID Persist ID 20051227
3 Importing WSRM_ID Call by reference Type reference (TYPE) ANYURI Any URI 20051227

Method WSRM_MSG_AS_PREPARED_FOR_DEL on Interface IF_SEQ_MANAGER_RUNTIME 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 20050927
2 Importing WSRM_STATE Call by reference Type reference (TYPE) SRT_SEQ_WSRM_STATE Soap Sequence WSRM State 20050927

Method WSRM_STATE on Interface IF_SEQ_MANAGER_RUNTIME 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 20051019
2 Importing WSRM_SEQUENCE Call by reference Type reference (TYPE) ANYURI Any URI 20050927
3 Importing WSRM_TERMINATION_STATE Call by reference Type reference (TYPE) SRT_SEQ_TERMINATION_STATE Soap Sequence WSRM State 20050927

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