SAP ABAP Class CL_SOAP_WSRMB_HDR_SEQ_FLT (sequence acknowledgement header block)
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

⤷

⤷

Properties
Class | CL_SOAP_WSRMB_HDR_SEQ_FLT | |
Short Description | sequence acknowledgement header block | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SOAP_WSRMB | WSRM extensions with focus on BizTalk interoperability |
Created | 20080320 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SOAP_WSRMB_HDR_SEQ_FLT has no interface implemented.
Friends
Class CL_SOAP_WSRMB_HDR_SEQ_FLT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'CL_SOAP_WSRMB_HDR_SEQ_FLT' | WSRM: Class Name | 20080320 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_WSRM | SOAP Runtime Processor Unit ID | 20080320 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | FaultCode as string | 20080320 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | WSRM namespace to distinguish WSRM 1.0 from WSRM 1.1 | 20080320 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_SIMPLE | wsrm:FaultCode part | 20080320 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_LIST | wsrm:Detail part | 20080320 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXMLP_LIST | wsrm:SequenceFault part | 20080320 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | compose the wsrm:Sequence part for deserialization | 20080320 |
2 | ![]() |
Instance method | Public | Method | compose the wsrm:Sequence part for serialization | 20080320 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080320 |
4 | ![]() |
Instance method | Public | Method | get the wsrm:Detail part | 20100212 |
5 | ![]() |
Instance method | Public | Method | get the wsrm:FaultCode value | 20080320 |
6 | ![]() |
Instance method | Public | Method | get the wsrm:Sequence part | 20080320 |
7 | ![]() |
Instance method | Public | Method | set the wsrm:FaultCode value | 20080320 |
Events
Class CL_SOAP_WSRMB_HDR_SEQ_FLT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MESSAGE_NUMBER_LIST_TYPE | Public | See coding | type for list of message numbers | 20080320 | message_number_list_type TYPE TABLE OF i WITH DEFAULT KEY
|
Method Signatures
Method COMPOSE_PART_TO_DESERIALIZE Signature
Method COMPOSE_PART_TO_DESERIALIZE on class CL_SOAP_WSRMB_HDR_SEQ_FLT has no parameter.
Method COMPOSE_PART_TO_DESERIALIZE on class CL_SOAP_WSRMB_HDR_SEQ_FLT has no exception.
Method COMPOSE_PART_TO_SERIALIZE Signature
Method COMPOSE_PART_TO_SERIALIZE on class CL_SOAP_WSRMB_HDR_SEQ_FLT has no parameter.
Method COMPOSE_PART_TO_SERIALIZE on class CL_SOAP_WSRMB_HDR_SEQ_FLT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
WSRM_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | WSRM namespace to distinguish WSRM 1.0 from WSRM 1.1 | 20080320 |
Method CONSTRUCTOR on class CL_SOAP_WSRMB_HDR_SEQ_FLT has no exception.
Method GET_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DETAIL | Value transfer | Object reference (TYPE REF TO) | IF_SXMLP_LIST | wsrm:Detail part | 20100212 |
Method GET_DETAIL on class CL_SOAP_WSRMB_HDR_SEQ_FLT has no exception.
Method GET_FAULT_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FAULT_CODE | Value transfer | Type reference (TYPE) | STRING | wsrm:FaultCode value | 20080320 |
Method GET_FAULT_CODE on class CL_SOAP_WSRMB_HDR_SEQ_FLT has no exception.
Method GET_PART Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SEQUENCE_FAULT | Value transfer | Object reference (TYPE REF TO) | IF_SXMLP_PART | wsrm:SequenceFault part | 20080320 |
Method GET_PART on class CL_SOAP_WSRMB_HDR_SEQ_FLT has no exception.
Method SET_FAULT_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FAULT_CODE | Call by reference | Type reference (TYPE) | STRING | wsrm:FaultCode value | 20080320 |
Method SET_FAULT_CODE on class CL_SOAP_WSRMB_HDR_SEQ_FLT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 711 |