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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | 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 | Constant | Private | See coding | 20130426 | |||||
| 2 | Constant | Public | See coding | '~' | 20130426 | ||||
| 3 | Constant | Public | Type reference (TYPE) | SEOCLSNAME | 'CL_RODPS_SLT_CONTEXT' | Object Type Name | 20130426 | ||
| 4 | Constant | Public | See coding | '~' | 20130426 | ||||
| 5 | Constant | Public | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL_EXT=>T_MODELNAME | 'SLT_REPLICATOR' | Queue Model | 20130426 | ||
| 6 | Constant | Public | See coding | 'SLT' | 20130426 | ||||
| 7 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_ODQ_QUEUE_MODEL_EXT | Queue Model | 20130426 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TS_IUUC_ODQ_ALIAS_INFO | 20130426 | ||||
| 9 | Static Attribute | Private | Attribute reference (LIKE) | CS_FUNCNAME | 20130426 | ||||
| 10 | Static Attribute | Private | Type reference (TYPE) | TT_IUUC_ODQ_ALIAS_INFO | 20130426 | ||||
| 11 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130426 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130426 | |
| 2 | Instance method | Private | Method | 20130426 | ||
| 3 | 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 | IS_ALIAS_INFO | Call by reference | Type reference (TYPE) | TS_IUUC_ODQ_ALIAS_INFO | 20130426 | ||||
| 2 | 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 | I_ODPNAME | Call by reference | Type reference (TYPE) | IF_RODPS_ODP=>T_ODPNAME | 20130426 | ||||
| 2 | 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 |