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 IF_ODQ_SUBSCRIBER_TYPE 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 PR_SUBSCRIBER_TYPE Instance attribute Private Object reference (TYPE REF TO) BADI_ODQ_SUBSCRIBER_TYPE Subscriber Type for Operational Delta Queue 20101013
2 PTR_INSTANCES Static Attribute Private See coding Subscriber Types 20101013
3 PT_REQUEST_NAMES_EXT Static Attribute Private Type reference (TYPE) TT_REQUEST_NAMES_EXT 20130515
4 PT_SUBSCRIPTION_NAMES_EXT Static Attribute Private Type reference (TYPE) TT_SUBSCRIPTION_NAMES_EXT 20130515
5 P_SUBSCRIBER_TYPE Instance attribute Private Type reference (TYPE) ODQ_SUBSCRIBER_TYPE Subscriber Type 20101013
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101013
2 DELTA_NOTIFICATION Instance method Public Method 20110329
3 DROP_NOTIFICATION Instance method Public Method 20110131
4 GET_INSTANCE Static method Public Method Get subscriber type instance 20101013
5 REQUIRES_DELTA_NOTIFICATION 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 Importing I_SUBSCRIBER_TYPE Call by reference Type reference (TYPE) ODQ_SUBSCRIBER_TYPE Abonnententyp 20101013
# Exception Resumable Description Created on
1 CX_ODQ_OBJECT_NOT_FOUND 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 Exporting ET_NOTIFICATION_INFOS Call by reference Type reference (TYPE) IF_ODQ_SUBSCRIBER_TYPE=>TTS_DELTA_NOTIFICATION_INFOS Benachrichtigte Abonnements 20110610
2 Importing IR_LOG Call by reference Object reference (TYPE REF TO) IF_ODQ_LOG Protokoll-Handle für Operationale DeltaQueue 20110531
3 Importing IT_NOTIFICATION_INFOS Call by reference Type reference (TYPE) IF_ODQ_SUBSCRIBER_TYPE=>TTS_DELTA_NOTIFICATION_INFOS Abonnements mit neuen Deltas 20110330
4 Importing I_TSN Call by reference Type reference (TYPE) IF_ODQ_SUBSCRIBER_TYPE=>T_TSN TSN 20110401
# Exception Resumable Description Created on
1 CX_ODQ_OBJECT_NOT_FOUND Objekt wurde nicht gefunden/existiert nicht 20110329
2 CX_ODQ_PROCESS_ERROR Verarbeitungsfehler 20110329

Method DROP_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUBSCRIBER_ID Call by reference Type reference (TYPE) IF_ODQ_SUBSCRIBER_TYPE=>T_SUBSCRIBER_ID Abonnenten-Id 20110131
2 Importing 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 CX_ODQ_OBJECT_NOT_FOUND Objekt wurde nicht gefunden/existiert nicht 20110131
2 CX_ODQ_PROCESS_ERROR Verarbeitungsfehler 20110131

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUBSCRIBER_TYPE Call by reference Type reference (TYPE) ODQ_SUBSCRIBER_TYPE Abonnententyp 20101013
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ODQ_SUBSCRIBER_TYPE Default Abonnententyp 20101013
# Exception Resumable Description Created on
1 CX_ODQ_OBJECT_NOT_FOUND 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 Returning R_BOOLEAN Value transfer Type reference (TYPE) IF_ODQ_SUBSCRIBER_TYPE=>T_BOOLEAN Boolsches Kennzeichen 20110530
# Exception Resumable Description Created on
1 CX_ODQ_OBJECT_NOT_FOUND Objekt wurde nicht gefunden/existiert nicht 20110530
2 CX_ODQ_PROCESS_ERROR Verarbeitungsfehler 20110530
History
Last changed by/on SAP  20130531 
SAP Release Created in 703