SAP ABAP Interface IF_SOAP_WSRMB_SEQUENCE_P (sequence interface for provider role)
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_SEQ_PATTERN_3_P sequence interface for provider role, pattern 3 20070713
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_WSRMB_SEQUENCE_P technical sequence object for provider role 20070712
Properties
Interface IF_SOAP_WSRMB_SEQUENCE_P  
Short Description sequence interface for provider role    
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 Abstract Final Description Created on
1 IF_SOAP_WSRMB_SEQUENCE sequence interface 20070711
Friends
Interface IF_SOAP_WSRMB_SEQUENCE_P has no friend.
Attributes
Interface IF_SOAP_WSRMB_SEQUENCE_P has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PENDING_MESSAGE_NUMBER Instance method Public Method add number and assigned persist IDs of a pending message 20080201
2 GET_ACK_HANDLER Instance method Public Method 20070718
3 GET_CREATED_AT Instance method Public Method 20070712
4 GET_CREATED_BY Instance method Public Method 20070712
5 GET_IA_PATTERN Instance method Public Method 20070712
6 GET_LAST_CHANGED_AT Instance method Public Method 20070712
7 GET_LAST_CHANGED_BY Instance method Public Method 20070712
8 GET_LAST_MESSAGE_NUMBER Instance method Public Method get last message number 20110105
9 GET_LOGICAL_SEQ_ID Instance method Public Method 20071220
10 GET_MAX_DELIVERED Instance method Public Method get maximum message number received so far 20070711
11 GET_MAX_RECEIVED Instance method Public Method get maximum message number delivered so far 20070711
12 GET_MESSAGE_NUMBER Instance method Public Method 20070725
13 GET_PENDING_MESSAGE_NUMBERS Instance method Public Method get numbers and assigned persist IDs of pending messages 20080131
14 GET_SECURITY_MECHANISM Instance method Public Method 20080404
15 GET_SEQ_ID_EXT Instance method Public Method 20070727
16 GET_SEQ_ID_FLAVOUR Instance method Public Method 20070712
17 GET_SEQ_ID_INT Instance method Public Method 20070712
18 GET_SERVICE_DEF Instance method Public Method set service definition name 20080404
19 GET_STATE Instance method Public Method 20070712
20 GET_WSRM_VERSION Instance method Public Method 20110126
21 INIT_ACK_HANDLER Instance method Public Method 20070718
22 INIT_MESSAGE_NUMBERS Instance method Public Method 20080131
23 IS_LAST_MESSAGE Instance method Public Method 20070725
24 REMOVE_PENDING_MESSAGE_NUMBER Instance method Public Method remove numbers and persist IDs of delivered messages 20080201
25 RESET_LAST_MESSAGE Instance method Public Method 20070725
26 SAVE Instance method Public Method 20070711
27 SET_CREATED_AT Instance method Public Method 20070712
28 SET_CREATED_BY Instance method Public Method 20070712
29 SET_IA_PATTERN Instance method Public Method 20070712
30 SET_LAST_CHANGED_AT Instance method Public Method 20070712
31 SET_LAST_CHANGED_BY Instance method Public Method 20070712
32 SET_LAST_MESSAGE Instance method Public Method 20070725
33 SET_LAST_MESSAGE_NUMBER Instance method Public Method set last message number 20110105
34 SET_LOGICAL_SEQ_ID Instance method Public Method 20071220
35 SET_MAX_DELIVERED Instance method Public Method set maximum message number received so far 20070711
36 SET_MAX_RECEIVED Instance method Public Method set maximum message number delivered so far 20070711
37 SET_MESSAGE_NUMBER Instance method Public Method 20070725
38 SET_SECURITY_MECHANISM Instance method Public Method 20080404
39 SET_SEQ_ID_FLAVOUR Instance method Public Method 20070712
40 SET_SEQ_ID_INT Instance method Public Method 20070712
41 SET_SERVICE_DEF Instance method Public Method set service definition name 20080404
42 SET_STATE Instance method Public Method 20070712
43 SET_WSRM_VERSION Instance method Public Method 20110126
Events
Interface IF_SOAP_WSRMB_SEQUENCE_P has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MESSAGE_NUMBERS Public See coding numbers and assigned persist IDs of pending messages 20080131 message_numbers TYPE SORTED TABLE OF message_number_entry WITH UNIQUE KEY message_number
2 MESSAGE_NUMBER_ENTRY Public See coding number and assigned persist IDs of a pending message 20080131 BEGIN OF message_number_entry, message_number TYPE wsrmb_message_number, persist_id TYPE wsrmb_persist_id, END OF message_number_entry
3 OBJ_REGISTRY Public Attribute reference (LIKE) 20070712
4 OBJ_REGISTRY_ENTRY Public Attribute reference (LIKE) 20070712
Method Signatures

Method ADD_PENDING_MESSAGE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PENDING_MESSAGE_NUMBER Call by reference Type reference (TYPE) MESSAGE_NUMBER_ENTRY number and assigned persist ID of a pending message 20080201

Method ADD_PENDING_MESSAGE_NUMBER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_ACK_HANDLER Signature

Method GET_ACK_HANDLER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_ACK_HANDLER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_CREATED_AT Signature

Method GET_CREATED_AT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_CREATED_AT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_CREATED_BY Signature

Method GET_CREATED_BY on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_CREATED_BY on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_IA_PATTERN Signature

Method GET_IA_PATTERN on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_IA_PATTERN on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_LAST_CHANGED_AT Signature

Method GET_LAST_CHANGED_AT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_LAST_CHANGED_AT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_LAST_CHANGED_BY Signature

Method GET_LAST_CHANGED_BY on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_LAST_CHANGED_BY on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_LAST_MESSAGE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LAST_MESSAGE_NUMBER Value transfer Type reference (TYPE) WSRMB_LAST_MESSAGE_NUMBER WSRM last message number 20110105

Method GET_LAST_MESSAGE_NUMBER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_LOGICAL_SEQ_ID Signature

Method GET_LOGICAL_SEQ_ID on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_LOGICAL_SEQ_ID on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_MAX_DELIVERED Signature

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

Method GET_MAX_DELIVERED on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_MAX_RECEIVED Signature

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

Method GET_MAX_RECEIVED on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_MESSAGE_NUMBER Signature

Method GET_MESSAGE_NUMBER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_MESSAGE_NUMBER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_PENDING_MESSAGE_NUMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PENDING_MESSAGE_NUMBERS Value transfer Type reference (TYPE) MESSAGE_NUMBERS numbers and assigned persist IDs of pending messages 20080131

Method GET_PENDING_MESSAGE_NUMBERS on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_SECURITY_MECHANISM Signature

Method GET_SECURITY_MECHANISM on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_SECURITY_MECHANISM on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_SEQ_ID_EXT Signature

Method GET_SEQ_ID_EXT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_SEQ_ID_EXT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_SEQ_ID_FLAVOUR Signature

Method GET_SEQ_ID_FLAVOUR on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_SEQ_ID_FLAVOUR on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_SEQ_ID_INT Signature

Method GET_SEQ_ID_INT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_SEQ_ID_INT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_SERVICE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SERVICE_DEF Value transfer Type reference (TYPE) WSRMB_SERVICE_DEF name of service defintiion 20080404

Method GET_SERVICE_DEF on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_STATE Signature

Method GET_STATE on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_STATE on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method GET_WSRM_VERSION Signature

Method GET_WSRM_VERSION on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method GET_WSRM_VERSION on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method INIT_ACK_HANDLER Signature

Method INIT_ACK_HANDLER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method INIT_ACK_HANDLER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method INIT_MESSAGE_NUMBERS Signature

Method INIT_MESSAGE_NUMBERS on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method INIT_MESSAGE_NUMBERS on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method IS_LAST_MESSAGE Signature

Method IS_LAST_MESSAGE on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method IS_LAST_MESSAGE on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method REMOVE_PENDING_MESSAGE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PENDING_MESSAGE_NUMBER Call by reference Type reference (TYPE) MESSAGE_NUMBER_ENTRY number and assigned persist ID of a pending message 20080201

Method REMOVE_PENDING_MESSAGE_NUMBER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method RESET_LAST_MESSAGE Signature

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

Method SAVE Signature

Method SAVE on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SAVE on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_CREATED_AT Signature

Method SET_CREATED_AT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_CREATED_AT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_CREATED_BY Signature

Method SET_CREATED_BY on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_CREATED_BY on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_IA_PATTERN Signature

Method SET_IA_PATTERN on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_IA_PATTERN on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_LAST_CHANGED_AT Signature

Method SET_LAST_CHANGED_AT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_LAST_CHANGED_AT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_LAST_CHANGED_BY Signature

Method SET_LAST_CHANGED_BY on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_LAST_CHANGED_BY on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_LAST_MESSAGE Signature

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

Method SET_LAST_MESSAGE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LAST_MESSAGE_NUMBER Call by reference Type reference (TYPE) WSRMB_LAST_MESSAGE_NUMBER WSRM last message number 20110105

Method SET_LAST_MESSAGE_NUMBER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_LOGICAL_SEQ_ID Signature

Method SET_LOGICAL_SEQ_ID on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_LOGICAL_SEQ_ID on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_MAX_DELIVERED Signature

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

Method SET_MAX_DELIVERED on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_MAX_RECEIVED Signature

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

Method SET_MAX_RECEIVED on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_MESSAGE_NUMBER Signature

Method SET_MESSAGE_NUMBER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_MESSAGE_NUMBER on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_SECURITY_MECHANISM Signature

Method SET_SECURITY_MECHANISM on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_SECURITY_MECHANISM on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_SEQ_ID_FLAVOUR Signature

Method SET_SEQ_ID_FLAVOUR on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_SEQ_ID_FLAVOUR on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_SEQ_ID_INT Signature

Method SET_SEQ_ID_INT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_SEQ_ID_INT on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_SERVICE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SERVICE_DEF Call by reference Type reference (TYPE) WSRMB_SERVICE_DEF ame of service defintiion 20080404

Method SET_SERVICE_DEF on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_STATE Signature

Method SET_STATE on Interface IF_SOAP_WSRMB_SEQUENCE_P has no parameter.
Method SET_STATE on Interface IF_SOAP_WSRMB_SEQUENCE_P has no exception.

Method SET_WSRM_VERSION Signature

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