SAP ABAP Class IF_SOAP_EVENT_FOR_SEQUENCE (SOAP Event Notification for Sequences)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SOAP_EVENT_ROOT | SOAP Event Notification | 20070122 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SOAP_APPLICATION_IS_IN | XI SOAP Application | 20070123 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SOAP_EVENT_NOTIFICATION | SOAP Event Notification | 20070124 |
Properties
| Class | IF_SOAP_EVENT_FOR_SEQUENCE | |
| Short Description | SOAP Event Notification for Sequences | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070122 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_SOAP_EVENT_FOR_SEQUENCE has no interface implemented.
Friends
Class IF_SOAP_EVENT_FOR_SEQUENCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20070122 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20070122 | |||||
| 3 | Constant | Public | Type reference (TYPE) | SEQ_TERMINATION_TYPE | 'H' | Hard Termination | 20070124 | ||
| 4 | Constant | Public | Type reference (TYPE) | SEQ_TERMINATION_TYPE | 'S' | Soft Termination | 20070124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Handling of Event "Terminate Sequences" | 20070122 |
Events
Class IF_SOAP_EVENT_FOR_SEQUENCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LOCATION | Public | Attribute reference (LIKE) | 20070122 | |
||
| 2 | SEQUENCE_ID_LIST | Public | See coding | Sequence ID Table | 20070122 | sequence_id_list TYPE TABLE OF sequence_id_list_item
WITH DEFAULT KEY
|
|
| 3 | SEQUENCE_ID_LIST_ITEM | Public | See coding | Entry in Sequence ID Table | 20070122 | BEGIN OF sequence_id_list_item,
sequence_id TYPE srt_sequence_id,
location TYPE location,
END OF sequence_id_list_item
|
|
| 4 | SEQ_TERMINATION_TYPE | Public | Type reference (TYPE) | CHAR1 | Type for Termination Type (Soft/Hard) | 20070124 | |
Method Signatures
Method HANDLE_EVENT_TERMINATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEQUENCE_ID_LIST | Call by reference | Type reference (TYPE) | SEQUENCE_ID_LIST | Liste der Message-IDs | 20070122 | |||
| 2 | SEQ_TERMINATION_TYPE | Call by reference | Type reference (TYPE) | SEQ_TERMINATION_TYPE | Typ für Terminierungsart (weich / hart) | 20070124 |
Method HANDLE_EVENT_TERMINATE on class IF_SOAP_EVENT_FOR_SEQUENCE has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |