SAP ABAP Interface IF_LIB_MEASURE (interface for any measurements)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB (Application Component) Database Interface, Database Platforms
⤷
SHDB_TOOLS (Package) helper classes for HANA DB
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LIB_RUNTIME | runtime measurements | 20130605 |
Properties
| Interface | IF_LIB_MEASURE | |
| Short Description | interface for any measurements |
General Data
| Package | SHDB_TOOLS | helper classes for HANA DB |
| Created | 20130422 | SAP |
| Last changed | 20140121 | SAP |
| 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
Interface IF_LIB_MEASURE has no interface.
Friends
Interface IF_LIB_MEASURE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MT_MEASURE | Instance attribute | Public | Type reference (TYPE) | TT_MEASURE | 20130605 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130605 | ||
| 2 | Instance method | Public | Method | 20130605 | ||
| 3 | Instance method | Public | Method | 20130605 |
Events
Interface IF_LIB_MEASURE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_MEASURE | Public | See coding | 20130605 | BEGIN OF ts_measure,
id TYPE tv_measid,
ctx TYPE string,
t1 TYPE timestampl,
t2 TYPE timestampl,
res TYPE p LENGTH 16 DECIMALS 6,
END OF ts_measure
|
||
| 2 | TT_MEASURE | Public | See coding | 20130605 | tt_measure TYPE STANDARD TABLE OF ts_measure WITH KEY id
|
||
| 3 | TV_MEASID | Public | Type reference (TYPE) | CHAR16 | 20130605 | |
Method Signatures
Method ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ACTIVE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130605 |
Method ACTIVE on Interface IF_LIB_MEASURE has no exception.
Method START Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTEXT | Call by reference | Type reference (TYPE) | STRING | 20130605 |
Method START on Interface IF_LIB_MEASURE has no exception.
Method STOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTEXT | Call by reference | Type reference (TYPE) | STRING | 20130605 |
Method STOP on Interface IF_LIB_MEASURE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |