SAP ABAP Class IF_WSPROTOCOL_SEQUENCE (WS Only: Sequence Processing Control)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_WSPROTOCOL | ABAP Proxies: Available Protocols | 20050720 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WSPROTOCOL_SEQUENCE | Protocol for Control of Sequence Processing | 20050711 |
Properties
| Class | IF_WSPROTOCOL_SEQUENCE | |
| Short Description | WS Only: Sequence Processing Control | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20050614 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_WSPROTOCOL_SEQUENCE has no interface implemented.
Friends
Class IF_WSPROTOCOL_SEQUENCE has no friend class.
Attributes
Class IF_WSPROTOCOL_SEQUENCE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create Persistent Sequence (on Consumer Side) | 20050614 | |
| 2 | Instance method | Public | Method | Create Transient Sequence (on Consumer Side) | 20050614 | |
| 3 | Instance method | Public | Method | Deactivate Update Processing | 20080124 | |
| 4 | Instance method | Public | Method | Activate Update Processing | 20080124 | |
| 5 | Instance method | Public | Method | Get Currently Used Open Sequence | 20050711 | |
| 6 | Instance method | Public | Method | Get Saved Sequence Domain | 20080117 | |
| 7 | Instance method | Public | Method | Get Current Sequence on Provider Side | 20050614 | |
| 8 | Instance method | Public | Method | Query Update Processing | 20080124 | |
| 9 | Instance method | Public | Method | Reuse Persistent Sequence | 20050729 | |
| 10 | Instance method | Public | Method | Determine Currently Used Open Sequence | 20050923 |
Events
Class IF_WSPROTOCOL_SEQUENCE has no event.
Types
Class IF_WSPROTOCOL_SEQUENCE has no local type.
Method Signatures
Method CREATE_PERSISTENT_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ON_FAILURE | Call by reference | Type reference (TYPE) | FLAG | Ausführung der Sequenz im Fehlerfall (Rollback, Abbruch) | 20050928 | |||
| 2 | SEQUENCE | Value transfer | Object reference (TYPE REF TO) | IF_WS_PERSISTENT_SEQUENCE | persistente Sequenz für Reihenfolge-Verarbeitung | 20050614 | |||
| 3 | SEQ_DOMAIN | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Sequenz Domäne | 20071210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen der Proxy Runtime | 20050614 |
Method CREATE_TRANSIENT_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ON_FAILURE | Call by reference | Type reference (TYPE) | FLAG | Ausführung der Sequenz im Fehlerfall (Rollback, Abbruch) | 20050928 | |||
| 2 | SEQUENCE | Value transfer | Object reference (TYPE REF TO) | IF_WS_CLIENT_SEQUENCE | Sequenz für Reihenfolge-Verarbeitung von Web Services | 20050614 | |||
| 3 | SEQ_DOMAIN | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Sequenz Domain | 20071210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen der Proxy Runtime des Web Service Framework | 20050614 |
Method DISABLE_UPD_TASK_PROCESSING Signature
Method DISABLE_UPD_TASK_PROCESSING on class IF_WSPROTOCOL_SEQUENCE has no parameter.
Method DISABLE_UPD_TASK_PROCESSING on class IF_WSPROTOCOL_SEQUENCE has no exception.
Method ENABLE_UPD_TASK_PROCESSING Signature
Method ENABLE_UPD_TASK_PROCESSING on class IF_WSPROTOCOL_SEQUENCE has no parameter.
Method ENABLE_UPD_TASK_PROCESSING on class IF_WSPROTOCOL_SEQUENCE has no exception.
Method GET_CLIENT_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEQUENCE | Value transfer | Object reference (TYPE REF TO) | IF_WS_CLIENT_SEQUENCE | Sequenz für Reihenfolge-Verarbeitung von Web Services | 20050711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen der Proxy Runtime des Web Service Framework | 20050711 |
Method GET_SEQUENCE_DOMAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEQUENCE_DOMAIN | Value transfer | Type reference (TYPE) | SRT_SEQUENCE_DOMAIN | sequence domain | 20080117 |
Method GET_SEQUENCE_DOMAIN on class IF_WSPROTOCOL_SEQUENCE has no exception.
Method GET_SERVER_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEQUENCE | Value transfer | Object reference (TYPE REF TO) | IF_WS_SERVER_SEQUENCE | Sequenz für Reihenfolge-Verarbeitung von Web Services | 20050614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen der Proxy Runtime des Web Service Framework | 20050630 |
Method GET_UPD_TASK_PROCESSING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_STATE | Value transfer | Type reference (TYPE) | BOOLEAN | Verbucher Prozessierung Status | 20080124 |
Method GET_UPD_TASK_PROCESSING on class IF_WSPROTOCOL_SEQUENCE has no exception.
Method REUSE_PERSISTENT_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ON_FAILURE | Call by reference | Type reference (TYPE) | FLAG | Ausführung der Sequenz im Fehlerfall (Rollback, Abbruch) | 20050928 | |||
| 2 | SEQUENCE | Value transfer | Object reference (TYPE REF TO) | IF_WS_PERSISTENT_SEQUENCE | persistente Sequenz im Client für Reihenfolge-Verarbeitung | 20050729 | |||
| 3 | SEQUENCE_ID | Call by reference | Type reference (TYPE) | SRT_SEQ_ID | ID der Sequenz | 20050729 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen der Proxy Runtime des Web Service Framework | 20050729 |
Method SET_CLIENT_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEQUENCE | Call by reference | Object reference (TYPE REF TO) | IF_WS_CLIENT_SEQUENCE | Sequenz für Reihenfolge-Verarbeitung von Web Services | 20050923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen der Proxy Runtime des Web Service Framework | 20050923 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |