SAP ABAP Class CL_RS_SMA_DB (Data Base Interface)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RS_SMA (Package) Split And Merge Monitor
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_RS_SMA_SMP 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 P_GUID Instance attribute Private Type reference (TYPE) STRING 20130607
2 P_R_SQL Instance attribute Private Object reference (TYPE REF TO) IF_TREX_SQL ADBC based SQL interface 20130312
3 P_T_SLAVE Instance attribute Public Type reference (TYPE) T_T_HOST 20130416
4 P_T_TB Instance attribute Private Type reference (TYPE) RST_SMA_TABLE List of table properies 20130314
Methods
# Method Level Visibility Method type Description Created on
1 ALTER_PART_SPEC Instance method Public Method 20130326
2 ALTER_TYPE Instance method Private Method 20130327
3 CLEAR_ALERT Instance method Public Method 20130419
4 CLEAR_ALL Instance method Public Method 20130419
5 CLEAR_CLIENT Instance method Public Method 20130419
6 CLEAR_CRASHDUMP Instance method Public Method 20130419
7 CLEAR_EMERGENCYDUMP Instance method Public Method 20130419
8 CLEAR_EXPENSIVE Instance method Public Method 20130419
9 COMMIT Instance method Public Method 20130326
10 CONSTRUCTOR Instance method Public Constructor 20130312
11 DELETE_TRACE_FILE Instance method Public Method 20130418
12 EXEC Instance method Public Method 20130429
13 GET_ALL_GROUPS Instance method Public Method 20130718
14 GET_CALL_STACK Instance method Public Method 20130312
15 GET_COLS Instance method Public Method 20130405
16 GET_CONNECTION_ID Instance method Public Method Get the connection id 20130606
17 GET_CUBE_FACT_COUNT Instance method Public Method 20130327
18 GET_CURRENT_SCHEMA Instance method Public Method 20130702
19 GET_DISKS Instance method Public Method 20130312
20 GET_DSO_FACT_COUNT Instance method Public Method 20130402
21 GET_FILES Instance method Public Method 20130312
22 GET_HOSTS Instance method Public Method 20130312
23 GET_HOST_COUNT_OF_TABLE Instance method Public Method 20130715
24 GET_HOST_PROP Instance method Public Method 20130312
25 GET_IS_DISTRIBUTED Instance method Public Method 20130527
26 GET_JOBS Instance method Public Method 20130607
27 GET_MASTER Instance method Public Method 20130326
28 GET_MEMORY Instance method Public Method 20130425
29 GET_PART Instance method Public Method 20130314
30 GET_PARTITION_HOST_PORT Instance method Public Method 20130531
31 GET_PART_COUNT Instance method Public Method 20130326
32 GET_PART_HOST_PORT Instance method Public Method 20130528
33 GET_PART_SPEC Instance method Public Method 20130326
34 GET_PLANS Instance method Public Method 20130624
35 GET_PSA_F4 Instance method Public Method List Of tables 20130415
36 GET_PSA_FACT_COUNT Instance method Public Method 20130419
37 GET_ROW_COUNT Instance method Public Method 20130326
38 GET_ROW_NOT_MASTER Instance method Public Method 20130516
39 GET_ROW_TABLES Instance method Public Method 20130522
40 GET_SERVICES Instance method Public Method 20130312
41 GET_SESSIONS Instance method Public Method 20130617
42 GET_SLAVE Instance method Public Method 20130326
43 GET_TABLE Instance method Public Method 20130404
44 GET_TABLES Instance method Public Method 20130313
45 GET_TABLES_F4 Instance method Public Method List Of tables 20130322
46 GET_TABLES_SORT Instance method Public Method 20130313
47 GET_TABLE_EXIST Instance method Public Method 20130327
48 GET_TABLE_FACT_COUNT Instance method Public Method 20130422
49 GET_TABLE_GROUP Instance method Public Method Retrieve list of table groups 20130718
50 GET_TABLE_SUB_GROUP Instance method Public Method Retrieve list of table groups 20130718
51 GET_THREADS Instance method Public Method 20130312
52 GET_TRACE_CONTENT Instance method Public Method 20130417
53 GET_TRACE_HEADER Instance method Public Method 20130417
54 GET_URL_CUBE Static method Public Method Tables 20130404
55 GET_URL_DISKS Static method Public Method 20130313
56 GET_URL_DSO Static method Public Method Tables 20130408
57 GET_URL_HOST Static method Public Method 20130312
58 GET_URL_PSA Static method Public Method Tables 20130410
59 GET_URL_REORG Static method Public Method 20130614
60 GET_URL_REPO_CUBE Static method Public Method 20130405
61 GET_URL_SESSIONS Static method Public Method 20130620
62 GET_URL_SV Static method Public Method 20130312
63 GET_URL_TABLE Static method Public Method Tables 20130409
64 GET_URL_TB Static method Public Method Tables 20130313
65 GET_URL_TR Static method Public Method 20130417
66 GET_VOLUMES Instance method Public Method 20130314
67 LOCK_TABLE Instance method Public Method 20130326
68 MERGE_DELTA Instance method Public Method 20130326
69 MOVE_HOST Instance method Public Method 20130326
70 MOVE_HOSTS Instance method Public Method 20130326
71 REORG_GENERATE Instance method Public Method Generates a reorg plan 20130606
72 REORG_GET Instance method Public Method 20130625
73 SET_GUID Instance method Public Method 20130614
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 Importing I_PART_SPEC Call by reference Type reference (TYPE) CLIKE 20130326
2 Importing 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 Importing I_FILE Call by reference Type reference (TYPE) CLIKE 20130418
2 Importing I_HOST Call by reference Type reference (TYPE) CLIKE 20130418
3 Returning 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 Importing I_STATEMENT Call by reference Type reference (TYPE) CLIKE 20130429
# Exception Resumable Description Created on
1 CX_TREX_SQL_EXCEPTION TREX SQL exception 20130429

Method GET_ALL_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Importing I_HOSTNAME Call by reference Type reference (TYPE) HOST_ID Remote host (CPIC) 20130312
2 Importing I_PORT Call by reference Type reference (TYPE) I 20130312
3 Importing I_THREAD_ID Call by reference Type reference (TYPE) I 20130312
4 Returning 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 Importing I_TABLE Call by reference Type reference (TYPE) CLIKE 20130405
2 Returning 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 Returning 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 Importing I_T_DTA Call by reference Type reference (TYPE) RSD_T_DTA Properties Data Target (View using InfoCube and ODS Objects) 20130327
2 Returning 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 Returning 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 Returning 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 Importing 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 Returning 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 Importing I_HOST Call by reference Type reference (TYPE) HOST_ID Remote host (CPIC) 20130315
2 Importing I_VOLUME_ID Call by reference Type reference (TYPE) INT4 Natural number 20130314
3 Returning 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 Importing I_FULL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130422
2 Returning 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 Importing I_TABLE Call by reference Type reference (TYPE) CLIKE 20130715
2 Returning 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 Importing I_HOSTNAME Call by reference Type reference (TYPE) HOST_ID Remote host (CPIC) 20130312
2 Returning 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 Returning 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 Importing I_JOB Call by reference Type reference (TYPE) CLIKE 20130617
2 Returning 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 Returning 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 Returning 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 Importing I_FULL Call by reference Type reference (TYPE) ABAP_BOOL 20130405
2 Importing I_TABLE_NAME Call by reference Type reference (TYPE) CLIKE 20130314
3 Returning 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 Importing I_TABLE_NAME Call by reference Type reference (TYPE) CLIKE 20130531
2 Returning 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 Importing I_TAB_NAME Call by reference Type reference (TYPE) CLIKE 20130326
2 Returning 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 Importing I_TABLE_NAME Call by reference Type reference (TYPE) CLIKE 20130528
2 Returning 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 Importing I_TAB_NAME Call by reference Type reference (TYPE) CLIKE 20130326
2 Returning 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 Returning 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 Returning 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 Importing 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 Returning 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 Importing I_TAB_NAME Call by reference Type reference (TYPE) CLIKE 20130326
2 Returning 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 Returning 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 Returning 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 Importing I_HOSTNAME Call by reference Type reference (TYPE) HOST_ID Remote Host (CPIC) 20130312
2 Returning 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 Returning 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 Returning 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 Importing I_TABLE Call by reference Type reference (TYPE) CLIKE 20130404
2 Returning 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 Returning 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 Returning 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 Importing I_COL Call by reference Type reference (TYPE) STRING 20130313
2 Importing I_DIRECTION Call by reference Type reference (TYPE) WDUI_TABLE_COL_SORT_DIR Web Dynpro: TableColumnSortDirection 20130314
3 Returning 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 Importing I_TAB_NAME Call by reference Type reference (TYPE) CLIKE 20130327
2 Returning 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 Importing 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 Returning 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 Returning 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 Importing I_GROUP Call by reference Type reference (TYPE) RS_SMA_GROUP_NAME Group name 20130718
2 Returning 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 Importing I_HOSTNAME Call by reference Type reference (TYPE) HOST_ID Remote host (CPIC) 20130312
2 Importing I_PORT Call by reference Type reference (TYPE) I 20130312
3 Returning 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 Importing I_FILE Call by reference Type reference (TYPE) CLIKE 20130417
2 Importing I_FULL Call by reference Type reference (TYPE) ABAP_BOOL 20130417
3 Importing I_HOST Call by reference Type reference (TYPE) CLIKE 20130417
4 Returning 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 Returning 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 Importing I_CUBE Call by reference Type reference (TYPE) CLIKE 20130404
2 Returning 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 Returning 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 Importing I_CUBE Call by reference Type reference (TYPE) CLIKE 20130408
2 Returning 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 Returning 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 Importing I_PSA Call by reference Type reference (TYPE) CLIKE 20130410
2 Returning 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 Returning 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 Importing I_NAME Call by reference Type reference (TYPE) CLIKE 20130405
2 Importing I_TLOGO Call by reference Type reference (TYPE) CLIKE 20130405
3 Returning 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 Returning 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 Returning 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 Importing I_TABLE Call by reference Type reference (TYPE) CLIKE 20130409
2 Returning 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 Returning 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 Returning 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 Importing I_DISK_ID Call by reference Type reference (TYPE) I 20130314
2 Returning 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 Importing 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 Importing 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 Importing I_HOST_NAME Call by reference Type reference (TYPE) CLIKE 20130326
2 Importing I_PART Call by reference Type reference (TYPE) I 20130326
3 Importing 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 Importing I_PARTS Call by reference Type reference (TYPE) I 20130326
2 Importing I_START Call by reference Type reference (TYPE) I 20130326
3 Importing I_TAB_NAME Call by reference Type reference (TYPE) CLIKE 20130326
4 Importing 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 Importing I_ALGORITHM Call by reference Type reference (TYPE) I 20130606
2 Importing I_PARAMETER Call by reference Type reference (TYPE) STRING 20130606
3 Returning 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 Importing I_PLAN Call by reference Type reference (TYPE) CLIKE 20130625
2 Returning 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 Importing 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