SAP ABAP Class CL_SQLM_METADATA (Metadata service)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-RTA (Application Component) Runtime Analysis
     SQLM_META (Package) SQL Monitor Meta Data
Properties
Class CL_SQLM_METADATA  
Short Description Metadata service    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQLM_META   SQL Monitor Meta Data 
Created 20121217   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)
Interfaces
Class CL_SQLM_METADATA has no interface implemented.
Friends
Class CL_SQLM_METADATA has no friend class.
Attributes
Class CL_SQLM_METADATA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TABLE_WIDTH Instance method Private Method 20130613
2 GET_INSTANCE Static method Public Method 20130103
3 GET_MD_FOR_TABLES Instance method Public Method 20121217
Events
Class CL_SQLM_METADATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_S_MD_TABLE Public See coding 20121217 begin of typ_s_md_table, tablename type c length 16, tableclass type c length 8, isbuffered type abap_bool, bufferkind type c length 1, sizecategory type c length 2, roworcolstore type abap_bool, colnumber type i, keynumber type i, width_in_bytes type i, number_of_rows type p length 16 decimals 0, end of typ_s_md_table
2 TYP_T_MD_TABLES Public See coding 20121217 typ_t_md_tables type standard table of typ_s_md_table with default key
3 TYP_T_TABLE_NAMES Public See coding 20121217 typ_t_table_names type standard table of tabname16
4 TY_T_TABLE_NAMES10 Private See coding 20130613 ty_t_table_names10 type standard table of sqltable with default key
5 TY_T_TABLE_NAMES30 Private See coding 20130613 ty_t_table_names30 type standard table of tabname with default key
Method Signatures

Method ADD_TABLE_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_MD_TABLE Call by reference Type reference (TYPE) TYP_S_MD_TABLE 20130613

Method ADD_TABLE_WIDTH on class CL_SQLM_METADATA has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_SQLM_METADATA Metadata service 20130103

Method GET_INSTANCE on class CL_SQLM_METADATA has no exception.

Method GET_MD_FOR_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MD_TABLES Call by reference Type reference (TYPE) TYP_T_MD_TABLES 20121217
2 Importing I_TABLE_NAMES Call by reference Type reference (TYPE) TYP_T_TABLE_NAMES 20121217
# Exception Resumable Description Created on
1 CX_SQLM_FAILURE Fehler 20130103
History
Last changed by/on SAP  20140121 
SAP Release Created in 740