SAP ABAP Class CL_RODPS_SLT_CONTEXT (SLT ODP Context)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   BC-EIM-ODP (Application Component) Operational Data Provisioning (ODP) in Search&Analytics
     RODPS (Package) Operational Data Provider Services
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RODPS_SIMPLE_CONTEXT ODP Context for Simple Models 20130426
Properties
Class CL_RODPS_SLT_CONTEXT  
Short Description SLT ODP Context    
Super Class CL_RODPS_SIMPLE_CONTEXT ODP Context for Simple Models 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RODPS   Operational Data Provider Services 
Created 20130418   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_ODQ_QUEUE_MODEL_EXT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RODPS_ODP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RODPS_SLT_CONTEXT has no interface implemented.
Friends
Class CL_RODPS_SLT_CONTEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_FUNCNAME Constant Private See coding 20130426
2 C_ALIAS_SEPARATOR Constant Public See coding '~' 20130426
3 C_CLSNAME Constant Public Type reference (TYPE) SEOCLSNAME 'CL_RODPS_SLT_CONTEXT' Object Type Name 20130426
4 C_CONTEXT_SEPARATOR Constant Public See coding '~' 20130426
5 C_SLT_MODEL Constant Public Type reference (TYPE) IF_ODQ_QUEUE_MODEL_EXT=>T_MODELNAME 'SLT_REPLICATOR' Queue Model 20130426
6 C_SLT_PREFIX Constant Public See coding 'SLT' 20130426
7 PR_MODEL Static Attribute Private Object reference (TYPE REF TO) IF_ODQ_QUEUE_MODEL_EXT Queue Model 20130426
8 PS_ALIAS_INFO Instance attribute Private Type reference (TYPE) TS_IUUC_ODQ_ALIAS_INFO 20130426
9 PS_FUNCNAME Static Attribute Private Attribute reference (LIKE) CS_FUNCNAME 20130426
10 PT_ALIAS_INFO Static Attribute Private Type reference (TYPE) TT_IUUC_ODQ_ALIAS_INFO 20130426
11 P_INIT_DONE Static Attribute Private Type reference (TYPE) ABAP_BOOL 20130426
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130426
2 GET_QUEUENAME Instance method Private Method 20130426
3 INIT Static method Private Method CLASS_CONSTRUCTOR (late) 20130426
Events
Class CL_RODPS_SLT_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_IUUC_ODQ_ALIAS_INFO Public See coding 20130426 BEGIN OF ts_iuuc_odq_alias_info, mt_id TYPE c LENGTH 3, odq_alias TYPE c LENGTH 6, schema_name TYPE c LENGTH 128, schema_desc TYPE c LENGTH 60, END OF ts_iuuc_odq_alias_info
2 TT_IUUC_ODQ_ALIAS_INFO Public See coding 20130426 tt_iuuc_odq_alias_info TYPE STANDARD TABLE OF ts_iuuc_odq_alias_info WITH DEFAULT KEY WITH NON-UNIQUE SORTED KEY mt_id COMPONENTS mt_id WITH NON-UNIQUE SORTED KEY odq_alias COMPONENTS odq_alias INITIAL SIZE 0
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ALIAS_INFO Call by reference Type reference (TYPE) TS_IUUC_ODQ_ALIAS_INFO 20130426
2 Importing I_USE_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130426

Method CONSTRUCTOR on class CL_RODPS_SLT_CONTEXT has no exception.

Method GET_QUEUENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ODPNAME Call by reference Type reference (TYPE) IF_RODPS_ODP=>T_ODPNAME 20130426
2 Returning R_QUEUENAME Value transfer Type reference (TYPE) IF_ODQ_QUEUE_MODEL_EXT=>T_QUEUENAME 20130426

Method GET_QUEUENAME on class CL_RODPS_SLT_CONTEXT has no exception.

Method INIT Signature

Method INIT on class CL_RODPS_SLT_CONTEXT has no parameter.
Method INIT on class CL_RODPS_SLT_CONTEXT has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in