SAP ABAP Class CL_SOAP_WSRM_SEQUENCE_ACK_NEW (WSRM: Sequence Acknowledgement Structure)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_WSRM (Package) WSRM: Implementation of WSRM Protocol
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SXMLP_PART 20060216
Properties
Class CL_SOAP_WSRM_SEQUENCE_ACK_NEW  
Short Description WSRM: Sequence Acknowledgement Structure    
Super Class CL_SXMLP_PART  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_WSRM   WSRM: Implementation of WSRM Protocol 
Created 20060216   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 TSRTM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SOAP_WSRMB_PROT_AGENT 20070721 extension to the WSRM protocol class
2 CL_SOAP_WSRM_PROTOCOL 20060217 WSRM: WSRM protocol implementation
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Public Type reference (TYPE) STRING 'CL_SOAP_WSRM_SEQUENCE_ACK_NEW' WSRM: Class Name (See Macros) 20060216
2 CO_ERR_AREA_ID Constant Private Type reference (TYPE) SRT_MONI_ERRORAREA TSRTM_ERRAREA_WSRM Area ID 20070308
3 CO_PROCESSOR_ID Constant Private Type reference (TYPE) SRT_MONI_PROC_ID TSRTM_PROC_ID_WSRM SOAP Runtime Processor Unit ID 20060221
4 WSRM_ACK_RANGE_LIST Instance attribute Private Type reference (TYPE) SOAP_PART_LIST WSRM: List of SOAP Parts 20060216
5 WSRM_FACTORY Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_FACTORY WSRM: Factory 20060216
6 WSRM_IDENTIFIER_PART Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_DATA WSRM: XML Part for ID 20060216
7 WSRM_NACK_PART Instance attribute Private Object reference (TYPE REF TO) IF_SXMLP_SIMPLE WSRM: XML Part for NACKs 20060216
8 WSRM_RECORD_COUNTER Instance attribute Private Type reference (TYPE) INT4 WSRM: Range Counter 20060216
9 WSRM_SEQU_ACK_STRU Instance attribute Private Type reference (TYPE) WSRM_SEQUENCE_ACKNOWLEDGEMENT WSRM: Structure for Sequence Acknowledgements 20060216
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20060216
2 WSRM_CHECK Instance method Private Method WSRM: Check Input Values 20060216
3 WSRM_GET_RECORD_COUNTER Instance method Private Method WSRM: Retrieve Range Counter 20060216
4 WSRM_GET_SEQU_ACK_STRU Instance method Private Method WSRM: Retrieve Structure 20060216
5 WSRM_INIT Instance method Private Method WSRM: Initialization of ACK/NACK Parts 20060216
6 WSRM_IS_MSG_SENT Instance method Private Method WSRM: Was message sent? 20060218
7 WSRM_IS_RANGE_EXIST Instance method Private Method WSRM: Ranges exist plus counter 20060216
8 WSRM_REFRESH Instance method Public Method WSRM: Initialization of All Relevant Attributes 20060216
9 WSRM_REFRESH_STRUCTURE Instance method Private Method WSRM: Refresh Structure 20060216
10 WSRM_SET_RECORD_COUNTER Instance method Private Method WSRM: Set Range Counter 20060216
11 WSRM_SET_SEQU_ACK_STRU Instance method Private Method WSRM: Set Structure 20060216
Events
Class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no event.
Types
Class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20060216

Method CONSTRUCTOR on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.

Method WSRM_CHECK Signature

Method WSRM_CHECK on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no parameter.
Method WSRM_CHECK on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.

Method WSRM_GET_RECORD_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RECORD_COUNTER Value transfer Type reference (TYPE) INT4 WSRM: Range Counter 20060216

Method WSRM_GET_RECORD_COUNTER on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.

Method WSRM_GET_SEQU_ACK_STRU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQU_ACK_STRU Value transfer Type reference (TYPE) WSRM_SEQUENCE_ACKNOWLEDGEMENT WSRM: Current Range structure 20060216

Method WSRM_GET_SEQU_ACK_STRU on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.

Method WSRM_INIT Signature

Method WSRM_INIT on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no parameter.
Method WSRM_INIT on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.

Method WSRM_IS_MSG_SENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIRECTION Call by reference Type reference (TYPE) I WSRM: Sender/Receiver 20060218
2 Returning EXIST Value transfer Type reference (TYPE) BOOLEAN WSRM: Message was sent 20060218
3 Importing LOWER Call by reference Type reference (TYPE) I WSRM: Lower ranges 20060218
4 Importing MANDT Call by reference Type reference (TYPE) MANDT WSRM: Mandant 20060218
5 Importing SID Call by reference Type reference (TYPE) ANYURI WSRM: Current Sequence Identifier 20060218
6 Importing UPPER Call by reference Type reference (TYPE) I WSRM: Upper ranges 20060218

Method WSRM_IS_MSG_SENT on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.

Method WSRM_IS_RANGE_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RANGES_EXISTING Value transfer Type reference (TYPE) BOOLEAN WSRM: Existing Ranges? 20060216

Method WSRM_IS_RANGE_EXIST on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.

Method WSRM_REFRESH Signature

Method WSRM_REFRESH on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no parameter.
Method WSRM_REFRESH on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.

Method WSRM_REFRESH_STRUCTURE Signature

Method WSRM_REFRESH_STRUCTURE on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no parameter.
Method WSRM_REFRESH_STRUCTURE on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.

Method WSRM_SET_RECORD_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RECORD_COUNTER Call by reference Type reference (TYPE) INT4 WSRM: Range Counter 20060216

Method WSRM_SET_RECORD_COUNTER on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.

Method WSRM_SET_SEQU_ACK_STRU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQU_ACK_STRU Call by reference Type reference (TYPE) WSRM_SEQUENCE_ACKNOWLEDGEMENT WSRM: Current Range structure 20060216

Method WSRM_SET_SEQU_ACK_STRU on class CL_SOAP_WSRM_SEQUENCE_ACK_NEW has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 710