SAP /IWHDB/CL_HAI_RT_MD_READER OO Class - Retrieves data from HANA database









/IWHDB/CL_HAI_RT_MD_READER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /IWHDB/CL_HAI_RT_MD_READER including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /IWHDB/CL_HAI_RT_MD_READER SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_VIEW_PROPERTYadds a view column to property mapsPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>ADD_VIEW_PROPERTY...more details

CLOSE_DB_CONNECTIONClose Database ConnectionPublic
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>CLOSE_DB_CONNECTION...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>CONSTRUCTOR...more details

GET_SQL_STMNT_READ_CUBESGet SQL statement to read cubes metadataPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>GET_SQL_STMNT_READ_CUBES...more details

GET_SQL_STMNT_READ_DB_TBL_TYGet SQL statement to read db table typesPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>GET_SQL_STMNT_READ_DB_TBL_TY...more details

GET_SQL_STMNT_READ_DB_VIEW_TYGet SQL statement to read db view typesPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>GET_SQL_STMNT_READ_DB_VIEW_TY...more details

GET_SQL_STMNT_READ_DIMENSIONSGet SQL statement to read dimensions metadataPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>GET_SQL_STMNT_READ_DIMENSIONS...more details

GET_SQL_STMNT_READ_VIEW_PROPGet SQL statement to read view propertiesPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>GET_SQL_STMNT_READ_VIEW_PROP...more details

GET_VIEWGets the actual table where view data is persisted on HANAPublic
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>GET_VIEW...more details

GET_VIEWSGets viewsPublic
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>GET_VIEWS...more details

GET_VIEW_PROPERTIESReads properties related to HANA infomation models (views)Public
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>GET_VIEW_PROPERTIES...more details

HANDLE_SQL_EXCEPTIONLog and ... SQL ExceptionPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>HANDLE_SQL_EXCEPTION...more details

LOAD_METADATA_FROM_HDBLoads view-related metadata from HANAPublic
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>LOAD_METADATA_FROM_HDB...more details

READ_CUBESRead cube informationPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>READ_CUBES...more details

READ_DB_TYPES_FOR_TABLEReads the db-types of table columns from HANAPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>READ_DB_TYPES_FOR_TABLE...more details

READ_DB_TYPES_FOR_VIEWReads the db-types of view columns from HANAPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>READ_DB_TYPES_FOR_VIEW...more details

READ_DIMENSIONSRead dimension informationPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>READ_DIMENSIONS...more details

READ_VIEW_PROPERTIESReads properties related to HANA infomation models (views)Private
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>READ_VIEW_PROPERTIES...more details

SET_COLUMN_ABAP_TYPEPrivate
CALL METHOD /iwhdb/cl_hai_rt_md_reader=>SET_COLUMN_ABAP_TYPE...more details



/IWHDB/CL_HAI_RT_MD_READER attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
MO_SQL_WRAPPERInstance AttributeWrapper for HANA (ADBC) SQL StatementsLIKE
/IWHDB/CL_HAI_RT_SQL_WRAPPER
Private
MT_VIEWSInstance AttributeView InfomationLIKE
/IWHDB/T_HAI_RT_VIEW
Private
MT_VIEW_PROPSInstance AttributeHANA View PropertiesLIKE
/IWHDB/T_HAI_RT_VCOL_TYPES
Private




/IWHDB/CL_HAI_RT_MD_READER types

TS_ATTR -
TS_ELEM -
TT_ATTR -
TT_ELEM -

Links to Related Class(s)

/IWHDB/C...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!