Hierarchy
⤷
⤷
Properties
| Class | CL_RS_SMA_DB | |
| Short Description | Data Base Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RS_SMA | |
| Program status | ||
| Category | 0 | |
| Package | RS_SMA | Split And Merge Monitor |
| Created | 20130312 | SAP |
| Last change | 20140121 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RS_SMA_DB has no interface implemented.
Friends
Class CL_RS_SMA_DB has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130607 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_TREX_SQL | ADBC based SQL interface | 20130312 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | T_T_HOST | 20130416 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | RST_SMA_TABLE | List of table properies | 20130314 |
Methods
Events
Class CL_RS_SMA_DB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_DSO_PAIR | Public | See coding | 20130423 | begin of t_s_dso_pair,
fact_a type t_t_fact,
fact_q type t_t_fact,
end of t_s_dso_pair
|
||
| 2 | T_S_FACT | Public | See coding | 20130327 | begin of T_S_FACT,
cube type rsinfoprov,
records type p LENGTH 16 DECIMALS 0,
records_part type p LENGTH 16 DECIMALS 0,
parts type i,
END OF t_s_fact
|
||
| 3 | T_S_FACT_DSO | Public | See coding | 20130423 | begin of T_S_FACT_dso,
dso type rsinfoprov,
table type string,
part_spec type string,
records type p LENGTH 16 DECIMALS 0,
records_part type p LENGTH 16 DECIMALS 0,
parts type i,
END OF t_s_fact_dso
|
||
| 4 | T_S_PARTITION | Public | See coding | 20130528 | BEGIN OF t_s_partition,
partid type i,
host type string,
partition type i,
END OF t_s_partition
|
||
| 5 | T_S_TB | Public | See coding | 20130516 | BEGIN OF t_s_tb,
table_name type string,
host type string,
END OF t_s_tb
|
||
| 6 | T_TH_FACT_DSO | Public | See coding | 20130423 | t_th_fact_dso type HASHED TABLE OF t_s_fact_dso with UNIQUE KEY dso
|
||
| 7 | T_T_FACT | Public | See coding | 20130327 | t_t_fact type STANDARD TABLE OF t_s_fact WITH DEFAULT KEY
|
||
| 8 | T_T_FACT_DSO | Public | See coding | 20130423 | t_t_fact_dso type STANDARD TABLE OF t_s_fact_dso
|
||
| 9 | T_T_HOST | Public | See coding | 20130327 | T_T_HOST type STANDARD TABLE OF string WITH DEFAULT KEY
|
||
| 10 | T_T_PART | Public | See coding | 20130326 | t_t_part type STANDARD TABLE OF i WITH DEFAULT KEY
|
||
| 11 | T_T_PARTITION | Public | See coding | 20130528 | T_T_PARTITION type STANDARD TABLE OF t_s_partition WITH DEFAULT KEY
|
||
| 12 | T_T_PLAN | Public | See coding | 20130624 | t_t_plan type STANDARD TABLE OF RS_SMA_PLAN WITH DEFAULT KEY
|
||
| 13 | T_T_TB | Public | See coding | 20130516 | T_T_TB type STANDARD TABLE OF t_s_tb WITH DEFAULT KEY
|
Method Signatures
Method ALTER_PART_SPEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PART_SPEC | Call by reference | Type reference (TYPE) | CLIKE | 20130326 | ||||
| 2 | I_TAB_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130326 |
Method ALTER_PART_SPEC on class CL_RS_SMA_DB has no exception.
Method ALTER_TYPE Signature
Method ALTER_TYPE on class CL_RS_SMA_DB has no parameter.
Method ALTER_TYPE on class CL_RS_SMA_DB has no exception.
Method CLEAR_ALERT Signature
Method CLEAR_ALERT on class CL_RS_SMA_DB has no parameter.
Method CLEAR_ALERT on class CL_RS_SMA_DB has no exception.
Method CLEAR_ALL Signature
Method CLEAR_ALL on class CL_RS_SMA_DB has no parameter.
Method CLEAR_ALL on class CL_RS_SMA_DB has no exception.
Method CLEAR_CLIENT Signature
Method CLEAR_CLIENT on class CL_RS_SMA_DB has no parameter.
Method CLEAR_CLIENT on class CL_RS_SMA_DB has no exception.
Method CLEAR_CRASHDUMP Signature
Method CLEAR_CRASHDUMP on class CL_RS_SMA_DB has no parameter.
Method CLEAR_CRASHDUMP on class CL_RS_SMA_DB has no exception.
Method CLEAR_EMERGENCYDUMP Signature
Method CLEAR_EMERGENCYDUMP on class CL_RS_SMA_DB has no parameter.
Method CLEAR_EMERGENCYDUMP on class CL_RS_SMA_DB has no exception.
Method CLEAR_EXPENSIVE Signature
Method CLEAR_EXPENSIVE on class CL_RS_SMA_DB has no parameter.
Method CLEAR_EXPENSIVE on class CL_RS_SMA_DB has no exception.
Method COMMIT Signature
Method COMMIT on class CL_RS_SMA_DB has no parameter.
Method COMMIT on class CL_RS_SMA_DB has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RS_SMA_DB has no parameter.
Method CONSTRUCTOR on class CL_RS_SMA_DB has no exception.
Method DELETE_TRACE_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILE | Call by reference | Type reference (TYPE) | CLIKE | 20130418 | ||||
| 2 | I_HOST | Call by reference | Type reference (TYPE) | CLIKE | 20130418 | ||||
| 3 | R_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130418 |
Method DELETE_TRACE_FILE on class CL_RS_SMA_DB has no exception.
Method EXEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STATEMENT | Call by reference | Type reference (TYPE) | CLIKE | 20130429 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TREX SQL exception | 20130429 |
Method GET_ALL_GROUPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_GROUPS | Value transfer | Type reference (TYPE) | RSSMA_T_TABLE_GROUP | List of table groups | 20130718 |
Method GET_ALL_GROUPS on class CL_RS_SMA_DB has no exception.
Method GET_CALL_STACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HOSTNAME | Call by reference | Type reference (TYPE) | HOST_ID | Remote host (CPIC) | 20130312 | |||
| 2 | I_PORT | Call by reference | Type reference (TYPE) | I | 20130312 | ||||
| 3 | I_THREAD_ID | Call by reference | Type reference (TYPE) | I | 20130312 | ||||
| 4 | R_CALL_STACK | Value transfer | Type reference (TYPE) | STRING | Call Stack | 20130312 |
Method GET_CALL_STACK on class CL_RS_SMA_DB has no exception.
Method GET_COLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABLE | Call by reference | Type reference (TYPE) | CLIKE | 20130405 | ||||
| 2 | R_T_COL | Value transfer | Type reference (TYPE) | RST_SMA_COL | col | 20130405 |
Method GET_COLS on class CL_RS_SMA_DB has no exception.
Method GET_CONNECTION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CONN_ID | Value transfer | Type reference (TYPE) | I | 20130606 |
Method GET_CONNECTION_ID on class CL_RS_SMA_DB has no exception.
Method GET_CUBE_FACT_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_DTA | Call by reference | Type reference (TYPE) | RSD_T_DTA | Properties Data Target (View using InfoCube and ODS Objects) | 20130327 | |||
| 2 | R_T_FACT | Value transfer | Type reference (TYPE) | T_T_FACT | 20130327 |
Method GET_CUBE_FACT_COUNT on class CL_RS_SMA_DB has no exception.
Method GET_CURRENT_SCHEMA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SCHEMA | Value transfer | Type reference (TYPE) | STRING | Jobs | 20130702 |
Method GET_CURRENT_SCHEMA on class CL_RS_SMA_DB has no exception.
Method GET_DISKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_DISKS | Value transfer | Type reference (TYPE) | RST_SMA_DISK | Disk | 20130312 |
Method GET_DISKS on class CL_RS_SMA_DB has no exception.
Method GET_DSO_FACT_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_DSO | Call by reference | Type reference (TYPE) | CL_RS_SMA_SMP=>T_T_DSO | Properties Data Target (View using InfoCube and ODS Objects) | 20130423 | |||
| 2 | R_S_FACT_DSO | Value transfer | Type reference (TYPE) | T_S_DSO_PAIR | 20130423 |
Method GET_DSO_FACT_COUNT on class CL_RS_SMA_DB has no exception.
Method GET_FILES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HOST | Call by reference | Type reference (TYPE) | HOST_ID | Remote host (CPIC) | 20130315 | |||
| 2 | I_VOLUME_ID | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20130314 | |||
| 3 | R_T_VF | Value transfer | Type reference (TYPE) | RST_SMA_VF | Volume Files | 20130312 |
Method GET_FILES on class CL_RS_SMA_DB has no exception.
Method GET_HOSTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FULL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130422 | |||
| 2 | R_T_HOST | Value transfer | Type reference (TYPE) | RST_SMA_HOST | Hosts | 20130312 |
Method GET_HOSTS on class CL_RS_SMA_DB has no exception.
Method GET_HOST_COUNT_OF_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABLE | Call by reference | Type reference (TYPE) | CLIKE | 20130715 | ||||
| 2 | R_COUNT | Value transfer | Type reference (TYPE) | I | 20130715 |
Method GET_HOST_COUNT_OF_TABLE on class CL_RS_SMA_DB has no exception.
Method GET_HOST_PROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HOSTNAME | Call by reference | Type reference (TYPE) | HOST_ID | Remote host (CPIC) | 20130312 | |||
| 2 | R_T_PROP | Value transfer | Type reference (TYPE) | RST_SMA_KV | Properties | 20130312 |
Method GET_HOST_PROP on class CL_RS_SMA_DB has no exception.
Method GET_IS_DISTRIBUTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130527 |
Method GET_IS_DISTRIBUTED on class CL_RS_SMA_DB has no exception.
Method GET_JOBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_JOB | Call by reference | Type reference (TYPE) | CLIKE | 20130617 | ||||
| 2 | R_T_JOBS | Value transfer | Type reference (TYPE) | RSS_SMA_T_JOB | Jobs | 20130607 |
Method GET_JOBS on class CL_RS_SMA_DB has no exception.
Method GET_MASTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_MASTER | Value transfer | Type reference (TYPE) | T_T_HOST | 20130326 |
Method GET_MASTER on class CL_RS_SMA_DB has no exception.
Method GET_MEMORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_MEM | Value transfer | Type reference (TYPE) | RST_SMA_MEM | Disk | 20130425 |
Method GET_MEMORY on class CL_RS_SMA_DB has no exception.
Method GET_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FULL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130405 | ||||
| 2 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130314 | ||||
| 3 | R_T_PART | Value transfer | Type reference (TYPE) | RST_SMA_PART | List of Parts of a table | 20130314 |
Method GET_PART on class CL_RS_SMA_DB has no exception.
Method GET_PARTITION_HOST_PORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130531 | ||||
| 2 | R_T_PART | Value transfer | Type reference (TYPE) | T_T_PARTITION | List of Parts of a table | 20130531 |
Method GET_PARTITION_HOST_PORT on class CL_RS_SMA_DB has no exception.
Method GET_PART_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130326 | ||||
| 2 | R_PARTS | Value transfer | Type reference (TYPE) | I | 20130326 |
Method GET_PART_COUNT on class CL_RS_SMA_DB has no exception.
Method GET_PART_HOST_PORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130528 | ||||
| 2 | R_T_PART | Value transfer | Type reference (TYPE) | T_T_PARTITION | List of Parts of a table | 20130528 |
Method GET_PART_HOST_PORT on class CL_RS_SMA_DB has no exception.
Method GET_PART_SPEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130326 | ||||
| 2 | R_SPEC | Value transfer | Type reference (TYPE) | STRING | 20130326 |
Method GET_PART_SPEC on class CL_RS_SMA_DB has no exception.
Method GET_PLANS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_PLAN | Value transfer | Type reference (TYPE) | T_T_PLAN | 20130624 |
Method GET_PLANS on class CL_RS_SMA_DB has no exception.
Method GET_PSA_F4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TABLE | Value transfer | Type reference (TYPE) | RST_SMA_TABLE_F4 | List of table for f4 | 20130415 |
Method GET_PSA_F4 on class CL_RS_SMA_DB has no exception.
Method GET_PSA_FACT_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_PSA | Call by reference | Type reference (TYPE) | CL_RS_SMA_SMP=>T_T_PSA | Properties Data Target (View using InfoCube and ODS Objects) | 20130419 | |||
| 2 | R_T_FACT | Value transfer | Type reference (TYPE) | T_T_FACT | 20130419 |
Method GET_PSA_FACT_COUNT on class CL_RS_SMA_DB has no exception.
Method GET_ROW_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130326 | ||||
| 2 | R_COUNT | Value transfer | Type reference (TYPE) | I | 20130326 |
Method GET_ROW_COUNT on class CL_RS_SMA_DB has no exception.
Method GET_ROW_NOT_MASTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TABLE | Value transfer | Type reference (TYPE) | T_T_TB | 20130516 |
Method GET_ROW_NOT_MASTER on class CL_RS_SMA_DB has no exception.
Method GET_ROW_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TABLE | Value transfer | Type reference (TYPE) | T_T_TB | 20130522 |
Method GET_ROW_TABLES on class CL_RS_SMA_DB has no exception.
Method GET_SERVICES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HOSTNAME | Call by reference | Type reference (TYPE) | HOST_ID | Remote Host (CPIC) | 20130312 | |||
| 2 | R_T_SV | Value transfer | Type reference (TYPE) | RST_SMA_SV | Services | 20130312 |
Method GET_SERVICES on class CL_RS_SMA_DB has no exception.
Method GET_SESSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_SESSIONS | Value transfer | Type reference (TYPE) | RSS_SMA_T_SESSION | List of sessions | 20130617 |
Method GET_SESSIONS on class CL_RS_SMA_DB has no exception.
Method GET_SLAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_SLAVE | Value transfer | Type reference (TYPE) | T_T_HOST | 20130326 |
Method GET_SLAVE on class CL_RS_SMA_DB has no exception.
Method GET_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABLE | Call by reference | Type reference (TYPE) | CLIKE | 20130404 | ||||
| 2 | R_S_TB | Value transfer | Type reference (TYPE) | RSS_SMA_TABLE | List of table properies | 20130404 |
Method GET_TABLE on class CL_RS_SMA_DB has no exception.
Method GET_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TB | Value transfer | Type reference (TYPE) | RST_SMA_TABLE | List of table properies | 20130313 |
Method GET_TABLES on class CL_RS_SMA_DB has no exception.
Method GET_TABLES_F4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TABLE | Value transfer | Type reference (TYPE) | RST_SMA_TABLE_F4 | List of table for f4 | 20130322 |
Method GET_TABLES_F4 on class CL_RS_SMA_DB has no exception.
Method GET_TABLES_SORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COL | Call by reference | Type reference (TYPE) | STRING | 20130313 | ||||
| 2 | I_DIRECTION | Call by reference | Type reference (TYPE) | WDUI_TABLE_COL_SORT_DIR | Web Dynpro: TableColumnSortDirection | 20130314 | |||
| 3 | R_T_TB | Value transfer | Type reference (TYPE) | RST_SMA_TABLE | List of table properies | 20130314 |
Method GET_TABLES_SORT on class CL_RS_SMA_DB has no exception.
Method GET_TABLE_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130327 | ||||
| 2 | R_EXIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130327 |
Method GET_TABLE_EXIST on class CL_RS_SMA_DB has no exception.
Method GET_TABLE_FACT_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_TABLE | Call by reference | Type reference (TYPE) | CL_RS_SMA_SMP=>T_T_TABLE | Properties Data Target (View using InfoCube and ODS Objects) | 20130422 | |||
| 2 | R_T_FACT | Value transfer | Type reference (TYPE) | T_T_FACT | 20130422 |
Method GET_TABLE_FACT_COUNT on class CL_RS_SMA_DB has no exception.
Method GET_TABLE_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_GROUPS | Value transfer | Type reference (TYPE) | RSSMA_T_GROUP | List of table groups | 20130718 |
Method GET_TABLE_GROUP on class CL_RS_SMA_DB has no exception.
Method GET_TABLE_SUB_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GROUP | Call by reference | Type reference (TYPE) | RS_SMA_GROUP_NAME | Group name | 20130718 | |||
| 2 | R_T_GROUPS | Value transfer | Type reference (TYPE) | RSSMA_T_SUB_GROUP | List of table groups | 20130718 |
Method GET_TABLE_SUB_GROUP on class CL_RS_SMA_DB has no exception.
Method GET_THREADS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HOSTNAME | Call by reference | Type reference (TYPE) | HOST_ID | Remote host (CPIC) | 20130312 | |||
| 2 | I_PORT | Call by reference | Type reference (TYPE) | I | 20130312 | ||||
| 3 | R_T_THREADS | Value transfer | Type reference (TYPE) | RST_SMA_TH | Threads | 20130312 |
Method GET_THREADS on class CL_RS_SMA_DB has no exception.
Method GET_TRACE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILE | Call by reference | Type reference (TYPE) | CLIKE | 20130417 | ||||
| 2 | I_FULL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130417 | ||||
| 3 | I_HOST | Call by reference | Type reference (TYPE) | CLIKE | 20130417 | ||||
| 4 | R_CONTENT | Value transfer | Type reference (TYPE) | XSTRING | 20130417 |
Method GET_TRACE_CONTENT on class CL_RS_SMA_DB has no exception.
Method GET_TRACE_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_HEADER | Value transfer | Type reference (TYPE) | RST_SMA_TRACE | List of trace headers | 20130417 |
Method GET_TRACE_HEADER on class CL_RS_SMA_DB has no exception.
Method GET_URL_CUBE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUBE | Call by reference | Type reference (TYPE) | CLIKE | 20130404 | ||||
| 2 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130404 |
Method GET_URL_CUBE on class CL_RS_SMA_DB has no exception.
Method GET_URL_DISKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130313 |
Method GET_URL_DISKS on class CL_RS_SMA_DB has no exception.
Method GET_URL_DSO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUBE | Call by reference | Type reference (TYPE) | CLIKE | 20130408 | ||||
| 2 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130408 |
Method GET_URL_DSO on class CL_RS_SMA_DB has no exception.
Method GET_URL_HOST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130312 |
Method GET_URL_HOST on class CL_RS_SMA_DB has no exception.
Method GET_URL_PSA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PSA | Call by reference | Type reference (TYPE) | CLIKE | 20130410 | ||||
| 2 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130410 |
Method GET_URL_PSA on class CL_RS_SMA_DB has no exception.
Method GET_URL_REORG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130614 |
Method GET_URL_REORG on class CL_RS_SMA_DB has no exception.
Method GET_URL_REPO_CUBE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130405 | ||||
| 2 | I_TLOGO | Call by reference | Type reference (TYPE) | CLIKE | 20130405 | ||||
| 3 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130405 |
Method GET_URL_REPO_CUBE on class CL_RS_SMA_DB has no exception.
Method GET_URL_SESSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130620 |
Method GET_URL_SESSIONS on class CL_RS_SMA_DB has no exception.
Method GET_URL_SV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130312 |
Method GET_URL_SV on class CL_RS_SMA_DB has no exception.
Method GET_URL_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABLE | Call by reference | Type reference (TYPE) | CLIKE | 20130409 | ||||
| 2 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130409 |
Method GET_URL_TABLE on class CL_RS_SMA_DB has no exception.
Method GET_URL_TB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130313 |
Method GET_URL_TB on class CL_RS_SMA_DB has no exception.
Method GET_URL_TR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_URL | Value transfer | Type reference (TYPE) | STRING | 20130417 |
Method GET_URL_TR on class CL_RS_SMA_DB has no exception.
Method GET_VOLUMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISK_ID | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 2 | R_T_VOL | Value transfer | Type reference (TYPE) | RST_SMA_VOL | List of volumes | 20130314 |
Method GET_VOLUMES on class CL_RS_SMA_DB has no exception.
Method LOCK_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130326 |
Method LOCK_TABLE on class CL_RS_SMA_DB has no exception.
Method MERGE_DELTA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130326 |
Method MERGE_DELTA on class CL_RS_SMA_DB has no exception.
Method MOVE_HOST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HOST_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130326 | ||||
| 2 | I_PART | Call by reference | Type reference (TYPE) | I | 20130326 | ||||
| 3 | I_TAB_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130326 |
Method MOVE_HOST on class CL_RS_SMA_DB has no exception.
Method MOVE_HOSTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARTS | Call by reference | Type reference (TYPE) | I | 20130326 | ||||
| 2 | I_START | Call by reference | Type reference (TYPE) | I | 20130326 | ||||
| 3 | I_TAB_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20130326 | ||||
| 4 | I_T_HOST | Call by reference | Type reference (TYPE) | T_T_HOST | 20130326 |
Method MOVE_HOSTS on class CL_RS_SMA_DB has no exception.
Method REORG_GENERATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALGORITHM | Call by reference | Type reference (TYPE) | I | 20130606 | ||||
| 2 | I_PARAMETER | Call by reference | Type reference (TYPE) | STRING | 20130606 | ||||
| 3 | R_T_REORG_PLAN | Value transfer | Type reference (TYPE) | RSS_SMA_T_REORG | Reorg plan | 20130606 |
Method REORG_GENERATE on class CL_RS_SMA_DB has no exception.
Method REORG_GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PLAN | Call by reference | Type reference (TYPE) | CLIKE | 20130625 | ||||
| 2 | R_T_PLAN | Value transfer | Type reference (TYPE) | RSS_SMA_T_REORG | Reorg plan | 20130625 |
Method REORG_GET on class CL_RS_SMA_DB has no exception.
Method SET_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GUID | Call by reference | Type reference (TYPE) | CLIKE | 20130614 |
Method SET_GUID on class CL_RS_SMA_DB has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |