SAP ABAP Class CL_RSDDLTIP_DEST (TREX Destinations)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_LTIP_TREX_CONNECTION (Package) Connections to TREX Servers
⤷
⤷
Properties
| Class | CL_RSDDLTIP_DEST | |
| Short Description | TREX Destinations | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDD_LTIP_TREX_CONNECTION | Connections to TREX Servers |
| Created | 20090630 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class CL_RSDDLTIP_DEST has no interface implemented.
Friends
Class CL_RSDDLTIP_DEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20090713 | |||||
| 2 | Static Attribute | Private | Type reference (TYPE) | G_TH_PROP | Properties for Destinations (Internal Buffer) | 20090713 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check RFC Connection and TREX Version | 20091113 | |
| 2 | Static method | Public | Method | Get TREX Destination Properties | 20090713 | |
| 3 | Static method | Public | Method | Read Registered TREX Destinations | 20090701 | |
| 4 | Static method | Private | Method | Check RFC Connection and TREX Version | 20090713 | |
| 5 | Static method | Private | Method | Get text for destination | 20090713 | |
| 6 | Static method | Private | Method | Read TREX Destinations from DB | 20090713 |
Events
Class CL_RSDDLTIP_DEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | G_S_DEST | Public | See coding | TREX Destination (Properties) | 20090630 | BEGIN OF g_s_dest,
destination TYPE rsddltiptrexconn-destination,
dest_abbr TYPE rsddltiptrexconn-dest_abbr,
text TYPE rstxtlg,
bia_flag type rs_bool,
END OF g_s_dest
|
|
| 2 | G_S_PROP | Private | See coding | Properties for Destination (Internal) | 20090713 | BEGIN OF g_s_prop,
destination TYPE rsddltiptrexconn-destination,
dest_abbr TYPE rsddltiptrexconn-dest_abbr,
text TYPE rstxtlg,
bia_flag TYPE rs_bool,
err_code TYPE i, " see c_s_err_code
dest_abbr_err TYPE rsddltiptrexconn-dest_abbr,
END OF g_s_prop
|
|
| 3 | G_TH_PROP | Private | See coding | Properties for Destinations (Internal Buffer) | 20090713 | g_th_prop TYPE HASHED TABLE OF g_s_prop WITH UNIQUE KEY destination
|
|
| 4 | G_T_DEST | Public | See coding | TREX Destinations (Properties) | 20090630 | g_t_dest TYPE STANDARD TABLE OF g_s_dest
|
|
| 5 | G_T_RANGE_DEST | Public | See coding | Range Table for Destination | 20090701 | G_T_RANGE_DEST TYPE RANGE OF rsddltip_destination
|
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20091113 | |||
| 2 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20091113 | |||
| 3 | I_DEST | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20091113 |
Method CHECK on class CL_RSDDLTIP_DEST has no exception.
Method GET_PROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20090713 | |||
| 2 | E_S_DEST | Call by reference | Type reference (TYPE) | G_S_DEST | TREX Destination (Eigenschaften) | 20090713 | |||
| 3 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20090713 | |||
| 4 | I_DEST | Call by reference | Type reference (TYPE) | RFCDEST | TREX Destination | 20090713 |
Method GET_PROP on class CL_RSDDLTIP_DEST has no exception.
Method SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_DEST | Call by reference | Type reference (TYPE) | G_T_DEST | TREX Destinationen (Eigenschaften) | 20090701 | |||
| 2 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | Fehlernachrichten | 20090701 | |||
| 3 | I_NO_CHECK | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Destinationen nicht prüfen | 20090701 | ||
| 4 | I_NO_TEXTS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20090701 | ||
| 5 | I_T_RANGE_DEST | Call by reference | Type reference (TYPE) | G_T_RANGE_DEST | Range Tabelle für Destination | 20090701 |
Method SELECT on class CL_RSDDLTIP_DEST has no exception.
Method _CHECK_RFC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20090713 | |||
| 2 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Tabelle mit Nachrichten (Application Log Protokoll) | 20090713 | |||
| 3 | I_DEST | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20090713 |
Method _CHECK_RFC on class CL_RSDDLTIP_DEST has no exception.
Method _GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TEXT | Call by reference | Type reference (TYPE) | CLIKE | 20090713 | ||||
| 2 | I_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Destination | 20090713 |
Method _GET_TEXT on class CL_RSDDLTIP_DEST has no exception.
Method _READ_DEST Signature
Method _READ_DEST on class CL_RSDDLTIP_DEST has no parameter.
Method _READ_DEST on class CL_RSDDLTIP_DEST has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |