SAP ABAP Class CL_ODQ_SUBSCRIBER_TYPE (Subscriber Type)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BW-SRV (Application Component) BW Generation Tool and Set Object
⤷
SODQS (Package) Operational Delta Queue Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ODQ_SUBSCRIBER_TYPE_EXT | Subscriber Type | 20101013 |
Properties
| Class | CL_ODQ_SUBSCRIBER_TYPE | |
| Short Description | Subscriber Type | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SODQS | Operational Delta Queue Services |
| Created | 20101013 | SAP |
| Last change | 20130531 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ODQ_SUBSCRIBER_TYPE_EXT | Subscriber Type | 20101013 |
Friends
Class CL_ODQ_SUBSCRIBER_TYPE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | BADI_ODQ_SUBSCRIBER_TYPE | Subscriber Type for Operational Delta Queue | 20101013 | |||
| 2 | Static Attribute | Private | See coding | Subscriber Types | 20101013 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | TT_REQUEST_NAMES_EXT | 20130515 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | TT_SUBSCRIPTION_NAMES_EXT | 20130515 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | ODQ_SUBSCRIBER_TYPE | Subscriber Type | 20101013 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20101013 | |
| 2 | Instance method | Public | Method | 20110329 | ||
| 3 | Instance method | Public | Method | 20110131 | ||
| 4 | Static method | Public | Method | Get subscriber type instance | 20101013 | |
| 5 | Instance method | Public | Method | 20110530 |
Events
Class CL_ODQ_SUBSCRIBER_TYPE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TR_INSTANCE | Private | Object reference (TYPE REF TO) | CL_ODQ_SUBSCRIBER_TYPE | Subscriber Type (Instance) | 20101013 | |
| 2 | TS_REQUEST_NAME_EXT | Public | See coding | 20130515 | begin of TS_REQUEST_NAME_EXT,
SUBSCRIBER_TYPE type ODQ_SUBSCRIBER_TYPE,
SUBSCRIBER_ID type ODQ_SUBSCRIBER_ID.
.include type IF_ODQ_SUBSCRIBER_TYPE_EXT=>TS_REQUEST_NAME.
types:
end of TS_REQUEST_NAME_EXT
|
||
| 3 | TS_SUBSCRIPTION_NAME_EXT | Public | See coding | 20130515 | begin of TS_SUBSCRIPTION_NAME_EXT,
SUBSCRIBER_TYPE type ODQ_SUBSCRIBER_TYPE,
SUBSCRIBER_ID type ODQ_SUBSCRIBER_ID.
.include type IF_ODQ_SUBSCRIBER_TYPE_EXT=>TS_SUBSCRIPTION_NAME.
types:
end of TS_SUBSCRIPTION_NAME_EXT
|
||
| 4 | TT_REQUEST_NAMES_EXT | Public | See coding | 20130515 | TT_REQUEST_NAMES_EXT type sorted table of TS_REQUEST_NAME_EXT
with unique key SUBSCRIBER_TYPE SUBSCRIBER_ID COMPOSITE_RID
|
||
| 5 | TT_SUBSCRIPTION_NAMES_EXT | Public | See coding | 20130515 | TT_SUBSCRIPTION_NAMES_EXT type sorted table of TS_SUBSCRIPTION_NAME_EXT
with unique key SUBSCRIBER_TYPE SUBSCRIBER_ID SUBSCRIPTION_ID
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SUBSCRIBER_TYPE | Call by reference | Type reference (TYPE) | ODQ_SUBSCRIBER_TYPE | Abonnententyp | 20101013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt wurde nicht gefunden/existiert nicht | 20101013 |
Method DELTA_NOTIFICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NOTIFICATION_INFOS | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>TTS_DELTA_NOTIFICATION_INFOS | Benachrichtigte Abonnements | 20110610 | |||
| 2 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | Protokoll-Handle für Operationale DeltaQueue | 20110531 | |||
| 3 | IT_NOTIFICATION_INFOS | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>TTS_DELTA_NOTIFICATION_INFOS | Abonnements mit neuen Deltas | 20110330 | |||
| 4 | I_TSN | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>T_TSN | TSN | 20110401 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt wurde nicht gefunden/existiert nicht | 20110329 | ||
| 2 | Verarbeitungsfehler | 20110329 |
Method DROP_NOTIFICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SUBSCRIBER_ID | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>T_SUBSCRIBER_ID | Abonnenten-Id | 20110131 | |||
| 2 | I_SUBSCRIPTION_ID | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>T_SUBSCRIPTION_ID | Abonnement für Delta-Queue | 20110131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt wurde nicht gefunden/existiert nicht | 20110131 | ||
| 2 | Verarbeitungsfehler | 20110131 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SUBSCRIBER_TYPE | Call by reference | Type reference (TYPE) | ODQ_SUBSCRIBER_TYPE | Abonnententyp | 20101013 | |||
| 2 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ODQ_SUBSCRIBER_TYPE | Default Abonnententyp | 20101013 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt wurde nicht gefunden/existiert nicht | 20101013 |
Method REQUIRES_DELTA_NOTIFICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOLEAN | Value transfer | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>T_BOOLEAN | Boolsches Kennzeichen | 20110530 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt wurde nicht gefunden/existiert nicht | 20110530 | ||
| 2 | Verarbeitungsfehler | 20110530 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |