SAP ABAP Class CL_ESH_FED_SCALE_PROVIDER (Scale Provider)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_FEDERATION (Package) Federation
⤷
⤷
Properties
| Class | CL_ESH_FED_SCALE_PROVIDER | |
| Short Description | Scale Provider | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_FEDERATION | Federation |
| Created | 20100916 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_FED_SCALE_PROVIDER has no forward declaration.
Interfaces
Class CL_ESH_FED_SCALE_PROVIDER has no interface implemented.
Friends
Class CL_ESH_FED_SCALE_PROVIDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ESH_FED_SCALE_PROVIDER | Scale provider | 20100916 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_SCALE | Scale buffer | 20100921 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | CONSTRUCTOR | 20100916 | |
| 2 | Static method | Public | Method | Get instance | 20100916 | |
| 3 | Instance method | Private | Method | Get last day of month | 20100921 | |
| 4 | Instance method | Public | Method | Get predefined scales | 20100916 | |
| 5 | Instance method | Public | Method | Get scales string for TREX request | 20100916 | |
| 6 | Instance method | Public | Method | Get scale text for TREX range | 20110208 | |
| 7 | Instance method | Public | Method | Get scale string for TREX request | 20100916 | |
| 8 | Instance method | Public | Method | Get scale text for TREX range | 20100916 | |
| 9 | Instance method | Private | Method | Get TREX date string | 20100921 |
Events
Class CL_ESH_FED_SCALE_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_SCALE | Public | See coding | 20100916 | BEGIN OF s_scale,
id TYPE i,
from TYPE string,
to TYPE string,
description TYPE string,
END OF s_scale
|
||
| 2 | T_SCALE | Public | See coding | 20100916 | t_scale TYPE STANDARD TABLE OF s_scale
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ESH_FED_SCALE_PROVIDER has no parameter.
Method CONSTRUCTOR on class CL_ESH_FED_SCALE_PROVIDER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_FED_SCALE_PROVIDER | Scale Provider | 20100916 |
Method GET_INSTANCE on class CL_ESH_FED_SCALE_PROVIDER has no exception.
Method GET_LAST_DAY_OF_MONTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATS | Any Date | 20100921 | |||
| 2 | RV_DATE | Value transfer | Type reference (TYPE) | DATS | Last Day | 20100921 |
Method GET_LAST_DAY_OF_MONTH on class CL_ESH_FED_SCALE_PROVIDER has no exception.
Method GET_PREDEFINED_SCALES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SCALES | Call by reference | Type reference (TYPE) | T_SCALE | 20100916 |
Method GET_PREDEFINED_SCALES on class CL_ESH_FED_SCALE_PROVIDER has no exception.
Method GET_SCALES_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SCALES | Call by reference | Type reference (TYPE) | T_SCALE | 20100916 | ||||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20100916 |
Method GET_SCALES_STRING on class CL_ESH_FED_SCALE_PROVIDER has no exception.
Method GET_SCALE_ID_FOR_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RANGE | Call by reference | Type reference (TYPE) | TREXS_ATTR_DIST_RANGE | Attribute distribution range | 20110208 | |||
| 2 | RV_INT | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20110208 |
Method GET_SCALE_ID_FOR_RANGE on class CL_ESH_FED_SCALE_PROVIDER has no exception.
Method GET_SCALE_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SCALE | Call by reference | Type reference (TYPE) | S_SCALE | 20100916 | ||||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20100916 |
Method GET_SCALE_STRING on class CL_ESH_FED_SCALE_PROVIDER has no exception.
Method GET_SCALE_TEXT_FOR_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RANGE | Call by reference | Type reference (TYPE) | TREXS_ATTR_DIST_RANGE | Attribute distribution range | 20100916 | |||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20100916 |
Method GET_SCALE_TEXT_FOR_RANGE on class CL_ESH_FED_SCALE_PROVIDER has no exception.
Method GET_TREX_DATE_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | DATS | Date | 20100921 | |||
| 2 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20100921 |
Method GET_TREX_DATE_STRING on class CL_ESH_FED_SCALE_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |