SAP ABAP Class IF_LIB_MEASURE (interface for any measurements)
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
Class IF_LIB_MEASURE  
Short Description interface for any measurements    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130422   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 IF_LIB_MEASURE has no interface implemented.
Friends
Class IF_LIB_MEASURE has no friend class.
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 ACTIVE Instance method Public Method 20130605
2 START Instance method Public Method 20130605
3 STOP Instance method Public Method 20130605
Events
Class 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 Returning RV_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20130605

Method ACTIVE on class IF_LIB_MEASURE has no exception.

Method START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT Call by reference Type reference (TYPE) STRING 20130605

Method START on class IF_LIB_MEASURE has no exception.

Method STOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT Call by reference Type reference (TYPE) STRING 20130605

Method STOP on class IF_LIB_MEASURE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in