SAP ABAP Interface IF_SOAP_WSRMB_SEQUENCE (sequence interface)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_WSRMB (Package) WSRM extensions with focus on BizTalk interoperability
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SOAP_WSRMB_SEQUENCE_C sequence interface for consumer role 20070711
2 Interface composition (i COMPRISING i_ref)  IF_SOAP_WSRMB_SEQUENCE_P sequence interface for provider role 20070711
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_WSRMB_SEQUENCE technical sequence object 20070711
Properties
Interface IF_SOAP_WSRMB_SEQUENCE  
Short Description sequence interface    
General Data
Package SOAP_WSRMB   WSRM extensions with focus on BizTalk interoperability 
Created 20070711   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TSOAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_SOAP_WSRMB_SEQUENCE has no interface.
Friends
Interface IF_SOAP_WSRMB_SEQUENCE has no friend.
Attributes
Interface IF_SOAP_WSRMB_SEQUENCE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACK_HANDLER Instance method Public Method get the acknowledgement handler 20070718
2 GET_CREATED_AT Instance method Public Method get timestamp for creation 20070711
3 GET_CREATED_BY Instance method Public Method get created by 20070711
4 GET_IA_PATTERN Instance method Public Method get interaction pattern number 20070711
5 GET_LAST_CHANGED_AT Instance method Public Method get timestamp for last change 20070711
6 GET_LAST_CHANGED_BY Instance method Public Method get last changed by 20070711
7 GET_LOGICAL_SEQ_ID Instance method Public Method get assigned logical sequence ID 20071205
8 GET_MESSAGE_NUMBER Instance method Public Method get the current message number 20070725
9 GET_SECURITY_MECHANISM Instance method Public Method get security mechanism 20080404
10 GET_SEQ_ID_EXT Instance method Public Method get external sequence ID 20070727
11 GET_SEQ_ID_FLAVOUR Instance method Public Method get flavour of sequence ID 20070711
12 GET_SEQ_ID_INT Instance method Public Method get internal sequence ID 20070711
13 GET_STATE Instance method Public Method get sequence state 20070711
14 GET_WSRM_VERSION Instance method Public Method get wsrm version 20110105
15 INIT_ACK_HANDLER Instance method Public Method initialize the acknowledgement handler 20070718
16 IS_LAST_MESSAGE Instance method Public Method get the indicator value for the last message 20070725
17 RESET_LAST_MESSAGE Instance method Public Method reset the indicator for the last message 20070725
18 SAVE Instance method Public Method save to data base 20070717
19 SET_CREATED_AT Instance method Public Method set timestamp for creation 20070711
20 SET_CREATED_BY Instance method Public Method set created by 20070711
21 SET_IA_PATTERN Instance method Public Method set interaction pattern number 20070711
22 SET_LAST_CHANGED_AT Instance method Public Method set timestamp for last change 20070711
23 SET_LAST_CHANGED_BY Instance method Public Method set last changed by 20070711
24 SET_LAST_MESSAGE Instance method Public Method set the indicator for the last message 20070725
25 SET_LOGICAL_SEQ_ID Instance method Public Method set assigned logical sequence ID 20071205
26 SET_MESSAGE_NUMBER Instance method Public Method set the current message number 20070725
27 SET_SECURITY_MECHANISM Instance method Public Method set security mechanism 20080404
28 SET_SEQ_ID_FLAVOUR Instance method Public Method set flavour of sequence ID 20070711
29 SET_SEQ_ID_INT Instance method Public Method set internal sequence ID 20070711
30 SET_STATE Instance method Public Method set sequence state 20070711
31 SET_WSRM_VERSION Instance method Public Method set wsrm version 20110105
Events
Interface IF_SOAP_WSRMB_SEQUENCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OBJ_REGISTRY Public See coding 20070711 obj_registry TYPE TABLE OF obj_registry_entry
2 OBJ_REGISTRY_ENTRY Public See coding 20070711 BEGIN OF obj_registry_entry, seq_id_ext TYPE string, role TYPE wsrmb_role, object TYPE REF TO if_soap_wsrmb_sequence, END OF obj_registry_entry
Method Signatures

Method GET_ACK_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACK_HANDLER Value transfer Object reference (TYPE REF TO) CL_SOAP_WSRMB_ACK_HANDLER WS-RM Ack Handling 20070718

Method GET_ACK_HANDLER on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_CREATED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CREATED_AT Value transfer Type reference (TYPE) WSRMB_CREATED_AT 20070711

Method GET_CREATED_AT on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_CREATED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CREATED_BY Value transfer Type reference (TYPE) WSRMB_CREATED_BY 20070711

Method GET_CREATED_BY on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_IA_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IA_PATTERN Value transfer Type reference (TYPE) WSRMB_INTERACTION_PATTERN 20070711

Method GET_IA_PATTERN on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_LAST_CHANGED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LAST_CHANGED_AT Value transfer Type reference (TYPE) WSRMB_LAST_CHANGED_AT 20070711

Method GET_LAST_CHANGED_AT on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_LAST_CHANGED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LAST_CHANGED_BY Value transfer Type reference (TYPE) WSRMB_LAST_CHANGED_BY 20070711

Method GET_LAST_CHANGED_BY on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_LOGICAL_SEQ_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LOGICAL_SEQ_ID Value transfer Type reference (TYPE) WSRMB_LOGICAL_SEQ_ID assigned logical sequence ID 20071221

Method GET_LOGICAL_SEQ_ID on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_MESSAGE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGE_NUMBER Value transfer Type reference (TYPE) I message number 20070725

Method GET_MESSAGE_NUMBER on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_SECURITY_MECHANISM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SECURITY_MECHANISM Value transfer Type reference (TYPE) WSRMB_SECURITY_MECHANISM security mechanism 20080404

Method GET_SECURITY_MECHANISM on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_SEQ_ID_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ_ID_EXT Value transfer Type reference (TYPE) STRING external sequence ID 20070727

Method GET_SEQ_ID_EXT on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_SEQ_ID_FLAVOUR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ_ID_FLAVOUR Value transfer Type reference (TYPE) WSRMB_SEQ_ID_FLAVOUR 20070711

Method GET_SEQ_ID_FLAVOUR on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_SEQ_ID_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ_ID_INT Value transfer Type reference (TYPE) WSRMB_SEQ_ID_INT 20070711

Method GET_SEQ_ID_INT on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STATE Value transfer Type reference (TYPE) WSRMB_SEQ_STATE 20070711

Method GET_STATE on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method GET_WSRM_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WSRM_VERSION Value transfer Type reference (TYPE) WSRMB_WSRM_VERSION WSRM: WSRM version 20110105

Method GET_WSRM_VERSION on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method INIT_ACK_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACK_HIGH Call by reference Type reference (TYPE) WSRMB_ACK_HIGH 0 WSRM: upper value of acknowledgement range 20070718
2 Importing ACK_LOW Call by reference Type reference (TYPE) WSRMB_ACK_LOW 1 WSRM: lower value of acknowledgement range 20070718
3 Importing SINGLE_ACK_RANGE Call by reference Type reference (TYPE) WSRMB_SINGLE_ACK_RANGE TSOAP_TRUE 20070718

Method INIT_ACK_HANDLER on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method IS_LAST_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_LAST_MESSAGE Value transfer Type reference (TYPE) BOOLEAN indicator value for the last message 20070725

Method IS_LAST_MESSAGE on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method RESET_LAST_MESSAGE Signature

Method RESET_LAST_MESSAGE on Interface IF_SOAP_WSRMB_SEQUENCE has no parameter.
Method RESET_LAST_MESSAGE on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBCON_NAME Call by reference Type reference (TYPE) DBCON_NAME name of data base connection 20080107

Method SAVE on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_CREATED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CREATED_AT Call by reference Type reference (TYPE) WSRMB_CREATED_AT 20070711

Method SET_CREATED_AT on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_CREATED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CREATED_BY Call by reference Type reference (TYPE) WSRMB_CREATED_BY 20070711

Method SET_CREATED_BY on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_IA_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IA_PATTERN Call by reference Type reference (TYPE) WSRMB_INTERACTION_PATTERN 20070711

Method SET_IA_PATTERN on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_LAST_CHANGED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LAST_CHANGED_AT Call by reference Type reference (TYPE) WSRMB_LAST_CHANGED_AT 20070711

Method SET_LAST_CHANGED_AT on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_LAST_CHANGED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LAST_CHANGED_BY Call by reference Type reference (TYPE) WSRMB_LAST_CHANGED_BY 20070711

Method SET_LAST_CHANGED_BY on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_LAST_MESSAGE Signature

Method SET_LAST_MESSAGE on Interface IF_SOAP_WSRMB_SEQUENCE has no parameter.
Method SET_LAST_MESSAGE on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_LOGICAL_SEQ_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOGICAL_SEQ_ID Call by reference Type reference (TYPE) WSRMB_LOGICAL_SEQ_ID assigned logical sequence ID 20071205

Method SET_LOGICAL_SEQ_ID on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_MESSAGE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_NUMBER Call by reference Type reference (TYPE) I message number 20070725

Method SET_MESSAGE_NUMBER on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_SECURITY_MECHANISM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SECURITY_MECHANISM Call by reference Type reference (TYPE) WSRMB_SECURITY_MECHANISM security mechanism 20080404

Method SET_SECURITY_MECHANISM on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_SEQ_ID_FLAVOUR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_ID_FLAVOUR Call by reference Type reference (TYPE) WSRMB_SEQ_ID_FLAVOUR 20070711

Method SET_SEQ_ID_FLAVOUR on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_SEQ_ID_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_ID_INT Call by reference Type reference (TYPE) WSRMB_SEQ_ID_INT assigned logical sequence ID 20070711

Method SET_SEQ_ID_INT on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STATE Call by reference Type reference (TYPE) WSRMB_SEQ_STATE 20070711

Method SET_STATE on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.

Method SET_WSRM_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WSRM_VERSION Call by reference Type reference (TYPE) WSRMB_WSRM_VERSION WSRM: WSRM version 20110105

Method SET_WSRM_VERSION on Interface IF_SOAP_WSRMB_SEQUENCE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710