SAP ABAP Class CL_INM_M_METRICS_CUST (Customizing for Metrics)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-CF (Application Component) Common Functions
⤷
INM_METRICS (Package) Metrics Management
⤷
⤷
Properties
| Class | CL_INM_M_METRICS_CUST | |
| Short Description | Customizing for Metrics | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | INM_METRICS | Metrics Management |
| Created | 20061213 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_INM_M_METRICS_CUST has no forward declaration.
Interfaces
Class CL_INM_M_METRICS_CUST has no interface implemented.
Friends
Class CL_INM_M_METRICS_CUST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TT_CURRS | Customizing for Currencies | 20070402 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_CURRS_TEXT | Customizing for Currency Texts | 20070402 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TT_GROUPS | Customizing for Object Type Groups | 20070402 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | TT_GROUPS_TEXT | Customizing for Group Texts | 20070402 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | TT_METRICS | Customizing for Metrics | 20070402 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | INM_M_TT_METRIC_GROUP | Customizing for Metrics Groups | 20070419 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | TT_METRIC_TEXTS | Customizing for Metrics Texts | 20070402 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | TT_MET_GROUPS_TEXT | Customizing for Metrics Group Texts | 20070423 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | TT_MET_KFS | 20070530 | ||||
| 10 | Static Attribute | Private | Type reference (TYPE) | TT_MET_VIEW_TYPES | Customizing | 20070402 | |||
| 11 | Static Attribute | Private | Type reference (TYPE) | TT_UOMS | Customizing for UOM | 20070402 | |||
| 12 | Static Attribute | Private | Type reference (TYPE) | TT_UOMS_TEXT | Customizing for Unit of Measure Texts | 20070402 | |||
| 13 | Static Attribute | Private | Type reference (TYPE) | TT_VIEW_TYPES | Customizing for View Types | 20070402 | |||
| 14 | Static Attribute | Private | Type reference (TYPE) | TT_VIEW_TYPE_TEXT | Customizing for View-Type Texts | 20070423 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Delivers All Customizing Information for Metrics Management | 20061215 | |
| 2 | Static method | Public | Method | Delivers All Currencies | 20070402 | |
| 3 | Static method | Public | Method | Delivers All Groups for an Object Type | 20070330 | |
| 4 | Static method | Public | Method | Delivers Customizing Text for Metric | 20070327 | |
| 5 | Static method | Public | Method | Delivers All Units of Measure | 20070402 |
Events
Class CL_INM_M_METRICS_CUST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CURRS | Private | See coding | 20070327 | tt_currs TYPE SORTED TABLE OF inm_m_c_obj_curr WITH UNIQUE KEY object_type currency
|
||
| 2 | TT_CURRS_TEXT | Private | See coding | 20070402 | tt_currs_text TYPE SORTED TABLE OF tcurt WITH UNIQUE KEY spras waers
|
||
| 3 | TT_GROUPS | Private | See coding | 20070327 | tt_groups TYPE STANDARD TABLE OF inm_m_c_obj_grp
|
||
| 4 | TT_GROUPS_TEXT | Private | See coding | 20070330 | tt_groups_text TYPE STANDARD TABLE OF inm_m_c_obj_gr_t
|
||
| 5 | TT_METRICS | Private | See coding | 20070327 | tt_metrics TYPE STANDARD TABLE OF inm_m_c_metric
|
||
| 6 | TT_METRIC_TEXTS | Private | See coding | 20070327 | tt_metric_texts TYPE SORTED TABLE OF ty_metric_text WITH UNIQUE KEY object_type language metric
|
||
| 7 | TT_MET_GROUPS_TEXT | Private | See coding | 20070423 | tt_met_groups_text TYPE SORTED TABLE OF inm_m_c_met_gr_t WITH UNIQUE KEY language object_type metric_group
|
||
| 8 | TT_MET_KFS | Private | See coding | 20070530 | tt_met_kfs TYPE STANDARD TABLE OF inm_m_c_met_kf
|
||
| 9 | TT_MET_VIEW_TYPES | Private | See coding | 20070327 | tt_met_view_types TYPE STANDARD TABLE OF inm_m_c_view_met
|
||
| 10 | TT_UOMS | Private | See coding | 20070327 | tt_uoms TYPE SORTED TABLE OF inm_m_c_obj_uom WITH UNIQUE KEY object_type uom
|
||
| 11 | TT_UOMS_TEXT | Private | See coding | 20070402 | tt_uoms_text TYPE SORTED TABLE OF t006a WITH UNIQUE KEY spras msehi
|
||
| 12 | TT_VIEW_TYPES | Private | See coding | 20070327 | tt_view_types TYPE STANDARD TABLE OF inm_m_c_view_typ
|
||
| 13 | TT_VIEW_TYPE_TEXT | Private | See coding | 20070423 | tt_view_type_text TYPE SORTED TABLE OF inm_m_c_view_t_t WITH UNIQUE KEY language object_type view_type
|
||
| 14 | TY_METRIC_TEXT | Private | See coding | 20070327 | BEGIN OF ty_metric_text,
object_type TYPE aco_object_type,
language type sy-langu,
metric TYPE inm_m_tv_metric,
metric_text TYPE inm_m_tv_metric_text,
END OF ty_metric_text
|
Method Signatures
Method GET_ALL_OBJECT_TYPE_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CURRS | Call by reference | Type reference (TYPE) | INM_M_TT_CURRS | Tabellentyp für Währungen | 20061215 | |||
| 2 | ET_GROUPS | Call by reference | Type reference (TYPE) | INM_M_TT_OBJECT_GROUP_TXT | Tabellentyp für metrikunabhängige Gruppe | 20061215 | |||
| 3 | ET_METRICS | Call by reference | Type reference (TYPE) | INM_M_TT_METRIC | Tabellentyp für Metrik | 20061215 | |||
| 4 | ET_METRIC_GROUPS | Call by reference | Type reference (TYPE) | INM_M_TT_METRIC_GROUP | Tabellentyp für Metrikgruppen | 20070419 | |||
| 5 | ET_MET_KFS | Call by reference | Type reference (TYPE) | INM_M_TT_MET_KF | Tabellentyp für Kennzahl für Metrik/Viewtype | 20070530 | |||
| 6 | ET_MET_VIEW_TYPES | Call by reference | Type reference (TYPE) | INM_M_TT_MET_VIEW_TYPE | Tabellentyp für Viewtyp für Metrik | 20061215 | |||
| 7 | ET_UOMS | Call by reference | Type reference (TYPE) | INM_M_TT_UOMS | Tabellentyp für Mengeneinheiten | 20061215 | |||
| 8 | ET_VIEW_TYPES | Call by reference | Type reference (TYPE) | INM_M_TT_VIEW_TYPE | Tabellentyp für Viewtype | 20061215 | |||
| 9 | EV_KF_OBJ_TYPE | Call by reference | Type reference (TYPE) | INM_KFM_TV_OBJ_TYPE | Objekttyp Kennzahl | 20070628 | |||
| 10 | EV_OBJECT_MANAGER | Call by reference | Type reference (TYPE) | INM_M_TV_OBJECT_MANAGER | Steuerung durch Object Manager Klasse | 20070626 | |||
| 11 | IV_ITEM_INIT_TYPE | Call by reference | Type reference (TYPE) | /RPM/TV_ITEM_ID | Type | 20100120 | |||
| 12 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20070402 | |||
| 13 | IV_OBJECT_GUID | Call by reference | Type reference (TYPE) | GUID | Type | 20090424 | |||
| 14 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | INM_M_TV_OBJECT_TYPE | Objekttyp | 20061215 |
Method GET_ALL_OBJECT_TYPE_CONFIG on class CL_INM_M_METRICS_CUST has no exception.
Method GET_CURRENCIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CURRENCIES | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20070402 | |||
| 2 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20070402 | |||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ACO_OBJECT_TYPE | Objekttyp | 20070402 |
Method GET_CURRENCIES on class CL_INM_M_METRICS_CUST has no exception.
Method GET_GROUPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUPS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Name/Wert-Paar | 20070330 | |||
| 2 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20070402 | |||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ACO_OBJECT_TYPE | Objekttyp | 20070330 |
Method GET_GROUPS on class CL_INM_M_METRICS_CUST has no exception.
Method GET_METRIC_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_METRIC_TEXT | Call by reference | Type reference (TYPE) | INM_M_TV_METRIC_TEXT | Metriktext | 20070327 | |||
| 2 | IV_METRIC | Call by reference | Type reference (TYPE) | INM_M_TV_METRIC | Metrik | 20070327 | |||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ACO_OBJECT_TYPE | Objekttyp | 20070327 |
Method GET_METRIC_TEXT on class CL_INM_M_METRICS_CUST has no exception.
Method GET_UOMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UOMS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20070402 | |||
| 2 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Sprachenschlüssel | 20070402 | |||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ACO_OBJECT_TYPE | Objekttyp | 20070402 |
Method GET_UOMS on class CL_INM_M_METRICS_CUST has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 450 |