SAP ABAP Class CL_MEASMNT_DOCUMENT_EXTRACT (Enterprise Search Extraction for Measurement Document)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
IMRC (Package) Appl. Development R/3 Measurement Readings and & Counters
⤷
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_ESH_IF_OBJECT_DATA | Object data by list of object ids | 20090722 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20090722 |
Properties
| Class | CL_MEASMNT_DOCUMENT_EXTRACT | |
| Short Description | Enterprise Search Extraction for Measurement Document | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IMRC | Appl. Development R/3 Measurement Readings and & Counters |
| Created | 20090722 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_ESH_IF_OBJECT_DATA | Object data by list of object ids | 20090722 | ||
| 2 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20090722 |
Friends
Class CL_MEASMNT_DOCUMENT_EXTRACT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TABNAME | 'IMRG' | Table Name, 16 Characters | 20090722 | ||
| 2 | Constant | Public | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | 'BUS2092' | Object Type: BUS2092 | 20090722 | ||
| 3 | Constant | Public | Type reference (TYPE) | ESH_E_IF_PACKAGE_SIZE | '15' | Package Size | 20090722 | ||
| 4 | Constant | Public | Type reference (TYPE) | ESH_E_OM_NODE_NAME | 'MEASUREMENT_DOCUMENT' | Node Name | 20090722 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | T_POINT_VALUES | 20091201 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Convert from FLTP to CHAR Format | 20091201 | |
| 2 | Instance method | Private | Method | Get Long Text | 20090722 | |
| 3 | Instance method | Private | Method | Gets Some Values from IMPTT | 20091201 |
Events
Class CL_MEASMNT_DOCUMENT_EXTRACT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_POINT_KEY | Public | See coding | 20090722 | BEGIN OF gty_s_point_key.
TYPES point TYPE imrc_point.
TYPES END OF gty_s_point_key
|
||
| 2 | GTY_T_IMRG | Public | See coding | 20090722 | gty_t_imrg TYPE STANDARD TABLE OF imrg WITH DEFAULT KEY
|
||
| 3 | GTY_T_POINT_KEY | Public | See coding | 20090722 | gty_t_point_key TYPE STANDARD TABLE OF gty_s_point_key WITH DEFAULT KEY
|
||
| 4 | S_POINT_VALUES | Private | See coding | 20091201 | BEGIN OF s_point_values,
point TYPE imrc_point,
expon TYPE imrc_expon,
decim TYPE imrc_decim,
mrngu TYPE imrc_mrngu,
END OF s_point_values
|
||
| 5 | T_IMRG_HEADER | Public | See coding | 20090722 | t_imrg_header TYPE STANDARD TABLE OF eso_s_imrg
|
||
| 6 | T_POINT_VALUES | Private | See coding | 20091201 | t_point_values TYPE HASHED TABLE OF s_point_values
WITH UNIQUE KEY point
|
Method Signatures
Method CONVERT_FLTP_TO_CHAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DECIM | Call by reference | Type reference (TYPE) | IMRC_DECIM | Anzahl Dezimalstellen bei Zahlendarstellung | 20091201 | |||
| 2 | P_EXPON | Call by reference | Type reference (TYPE) | IMRC_EXPON | 10er-Exponent bei Gleitkommadarstellung | 20091201 | |||
| 3 | P_FLTP | Call by reference | Type reference (TYPE) | IMRC_TOTAC | Gesamtzählerstand | 20091201 | |||
| 4 | P_INDIK | Call by reference | Type reference (TYPE) | IVALU | Indikator, daß das zugehörige Zahlenfeld einen Wert enthält | 20091201 | |||
| 5 | P_INPUT | Call by reference | Type reference (TYPE) | IMRC_READG | Meßwert/Gesamtzählerstand in SI-Einheit | 20091201 | |||
| 6 | P_UNIT | Call by reference | Type reference (TYPE) | IMRC_MRNGU | Meßbereichseinheit | 20091201 |
Method CONVERT_FLTP_TO_CHAR on class CL_MEASMNT_DOCUMENT_EXTRACT has no exception.
Method GET_LONG_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OBJECT_EXTRACTION | Call by reference | Type reference (TYPE) | ESH_T_IF_EXTRACT_NODES | 20090722 |
Method GET_LONG_TEXT on class CL_MEASMNT_DOCUMENT_EXTRACT has no exception.
Method GET_POINT_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_POINT_VALUES | Call by reference | Type reference (TYPE) | S_POINT_VALUES | 20091201 | ||||
| 2 | I_POINT | Call by reference | Type reference (TYPE) | IMRC_POINT | Meßpunkt | 20091201 |
Method GET_POINT_ATTRIBUTES on class CL_MEASMNT_DOCUMENT_EXTRACT has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |