SAP ABAP Interface IF_WS_ACKNOWLEDGMENT (Proxy Runtime: Acknowledgment)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SAI_PROXY_RUNTIME_WS_PROTOCOL (Package) ABAP Proxies: WS Protocols
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WS_ACKNOWLEDGMENT | Implementation IF_PROXY_ACKNOWLEDGMENT | 20030731 |
Properties
| Interface | IF_WS_ACKNOWLEDGMENT | |
| Short Description | Proxy Runtime: Acknowledgment |
General Data
| Package | SAI_PROXY_RUNTIME_WS_PROTOCOL | ABAP Proxies: WS Protocols |
| Created | 20030730 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_XMS_PERSIST_CONST | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_WS_ACKNOWLEDGMENT has no interface.
Friends
Interface IF_WS_ACKNOWLEDGMENT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_STAT_ACK_APP_ERROR_FINAL | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_APP_ERROR_FINAL | XI: Ack Status of Permanent App Error | 20030730 | |
| 2 | CO_STAT_ACK_APP_ERROR_TRANS | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_APP_ERROR_TRANS | XI: Ack Status of Transient App Error | 20030730 | |
| 3 | CO_STAT_ACK_APP_OK | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_APP_OK | XI: Ack Status App OK | 20030730 | |
| 4 | CO_STAT_ACK_NOT_SUPPORTED | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_NOT_SUPPORTED | XI: Ack Status ACK request not supported | 20030730 | |
| 5 | CO_STAT_ACK_NOT_YET | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_NOT_YET | ACK message not yet arrived | 20030730 | |
| 6 | CO_STAT_ACK_SYS_BRANCH | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_SYS_BRANCH | ACK of a split message | 20030730 | |
| 7 | CO_STAT_ACK_SYS_ERROR_FINAL | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_SYS_ERROR_FINAL | XI: Ack Status of Permanent System Error | 20030730 | |
| 8 | CO_STAT_ACK_SYS_ERROR_TRANS | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_SYS_ERROR_TRANS | XI: Ack Status of Transient System Error | 20030730 | |
| 9 | CO_STAT_ACK_SYS_OK | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_SYS_OK | XI: Ack Status Sys OK (=Transport OK) | 20030730 | |
| 10 | CO_STAT_ACK_TREE_INCOMPLETE | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_TREE_INCOMPLETE | Tree of branched ACK is incomplete | 20030730 | |
| 11 | CO_STAT_ACK_UNDEFINED | Constant | Public | Type reference (TYPE) | SXMSPACKSTAT | IF_XMS_PERSIST_CONST=>CO_STAT_ACK_UNDEFINED | Status undefined | 20030730 | |
| 12 | MESSAGE_ID | Instance attribute | Public | Type reference (TYPE) | SXMSGUID | 20030730 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets the Ack requests of the application message | 20040127 | |
| 2 | Instance method | Public | Method | Read Status Information | 20030730 | |
| 3 | Instance method | Public | Method | Detailed Ack Tree | 20030730 | |
| 4 | Instance method | Public | Method | Aggregated Ack Tree | 20030731 |
Events
Interface IF_WS_ACKNOWLEDGMENT has no event.
Types
Interface IF_WS_ACKNOWLEDGMENT has no local type.
Method Signatures
Method GET_ACK_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_ACK_REQUEST | Value transfer | Type reference (TYPE) | PRX_ACK_REQUEST_DETAILS | Details für Acknowledgement-Anforderung | 20040127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technischer Fehler | 20040130 |
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | READ_AGAIN | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | 'X' -> Erneutes lesen der DB | 20030731 | ||
| 2 | STATUS | Value transfer | Type reference (TYPE) | PRX_ACK_STATUS | 20030730 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technischer Fehler | 20040130 |
Method GET_STATUS_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACK_STATUS_DETAIL_TABLE | Call by reference | Type reference (TYPE) | PRX_ACK_STATUS_DETAIL_TABLE | Tabelle der detaillierten ACK Daten (für Anwendung) | 20030730 | |||
| 2 | READ_AGAIN | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | 'X' -> Erneutes lesen der DB | 20030731 |
Method GET_STATUS_DETAIL on Interface IF_WS_ACKNOWLEDGMENT has no exception.
Method GET_STATUS_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACK_STATUS_TREE_TABLE | Call by reference | Type reference (TYPE) | PRX_ACK_STATUS_TREE_TABLE | Tabelle des aggregierten ACK Baums | 20030731 | |||
| 2 | READ_AGAIN | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | 'X' -> Erneutes lesen der DB | 20030731 |
Method GET_STATUS_TREE on Interface IF_WS_ACKNOWLEDGMENT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 640 |