SAP ABAP Class CL_FPM_GUIBB_CHART_UTILS (Utilities for Chart UIBB)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_GUIBB (Package) Generic UI building blocks
⤷
⤷
Properties
| Class | CL_FPM_GUIBB_CHART_UTILS | |
| Short Description | Utilities for Chart UIBB | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20130218 | SAP |
| Last change | 20141120 | |
| 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
Class CL_FPM_GUIBB_CHART_UTILS has no interface implemented.
Friends
Class CL_FPM_GUIBB_CHART_UTILS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20131111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20131111 | ||
| 2 | Static method | Public | Method | 20130328 | ||
| 3 | Static method | Public | Method | 20130404 | ||
| 4 | Static method | Public | Method | 20130607 | ||
| 5 | Static method | Public | Method | 20130218 | ||
| 6 | Static method | Public | Method | 20140603 | ||
| 7 | Static method | Public | Method | 20131111 | ||
| 8 | Static method | Public | Method | 20131111 | ||
| 9 | Static method | Public | Method | 20140804 |
Events
Class CL_FPM_GUIBB_CHART_UTILS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_AXIS_INDEX | Public | See coding | 20130404 | BEGIN OF ty_axis_index,
meas TYPE i,
dim TYPE i,
END OF ty_axis_index
|
||
| 2 | TY_COUNT | Public | See coding | 20130404 | BEGIN OF ty_count,
meas TYPE i,
dim TYPE i,
END OF ty_count
|
||
| 3 | TY_INDEX | Public | See coding | 20130404 | BEGIN OF ty_index,
meas TYPE i,
dim TYPE i,
END OF ty_index
|
||
| 4 | TY_ORIENTATION | Public | See coding | 20131111 | ty_orientation(1) TYPE c
|
Method Signatures
Method GET_CHART_ORIENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TYPE | Call by reference | Type reference (TYPE) | FPMGB_CHART_TYPE | Chart Type | 20131111 | |||
| 2 | RV_ORIENTATION | Value transfer | Type reference (TYPE) | TY_ORIENTATION | 20131111 |
Method GET_CHART_ORIENTATION on class CL_FPM_GUIBB_CHART_UTILS has no exception.
Method GET_CHART_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_CHART_UIBB_ASSIST=>YT_ELEMENT | 20130328 | ||||
| 2 | IV_TYPE | Call by reference | Type reference (TYPE) | FPMGB_CHART_TYPE | Chart Type | 20130328 | |||
| 3 | RV_TYPE | Value transfer | Type reference (TYPE) | FPMGB_CHART_TYPE | Chart Type | 20130328 |
Method GET_CHART_TYPE on class CL_FPM_GUIBB_CHART_UTILS has no exception.
Method GET_ELEMENT_INDICES_MAX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_AXIS_INDEX | Call by reference | Type reference (TYPE) | TY_AXIS_INDEX | 20130404 | ||||
| 2 | ES_COUNT | Call by reference | Type reference (TYPE) | TY_COUNT | 20130404 | ||||
| 3 | ES_INDEX | Call by reference | Type reference (TYPE) | TY_INDEX | 20130404 | ||||
| 4 | IT_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_CHART_UIBB_ASSIST=>YT_ELEMENT | 20130404 |
Method GET_ELEMENT_INDICES_MAX on class CL_FPM_GUIBB_CHART_UTILS has no exception.
Method GET_ELEMENT_INDICES_MIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_AXIS_INDEX | Call by reference | Type reference (TYPE) | TY_AXIS_INDEX | 20130607 | ||||
| 2 | ES_COUNT | Call by reference | Type reference (TYPE) | TY_COUNT | 20130607 | ||||
| 3 | ES_INDEX | Call by reference | Type reference (TYPE) | TY_INDEX | 20130607 | ||||
| 4 | IT_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_CHART_UIBB_ASSIST=>YT_ELEMENT | 20130607 |
Method GET_ELEMENT_INDICES_MIN on class CL_FPM_GUIBB_CHART_UTILS has no exception.
Method GET_OPTIONAL_CHART_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_CHART_UIBB_ASSIST=>YT_ELEMENT | 20130218 | ||||
| 2 | RT_CHART_TYPE | Value transfer | Type reference (TYPE) | FPMGB_T_NAMEVALUE | Name/Value Pairs | 20130218 |
Method GET_OPTIONAL_CHART_TYPES on class CL_FPM_GUIBB_CHART_UTILS has no exception.
Method GET_PLOTAREA_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TYPE | Call by reference | Type reference (TYPE) | FPMGB_CHART_TYPE | Chart Type | 20140603 | |||
| 2 | RV_MODE | Value transfer | Type reference (TYPE) | FPMGB_CHART_PLOTAREA_MODE | Mode of Plot Area | 20140603 |
Method GET_PLOTAREA_MODE on class CL_FPM_GUIBB_CHART_UTILS has no exception.
Method IS_DONUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TYPE | Call by reference | Type reference (TYPE) | FPMGB_CHART_TYPE | Chart Type | 20131111 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131111 |
Method IS_DONUT on class CL_FPM_GUIBB_CHART_UTILS has no exception.
Method IS_SCATTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TYPE | Call by reference | Type reference (TYPE) | FPMGB_CHART_TYPE | Chart Type | 20131111 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131111 |
Method IS_SCATTER on class CL_FPM_GUIBB_CHART_UTILS has no exception.
Method MAP_SELECTION_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SELECTION_MODE | Call by reference | Type reference (TYPE) | CL_FPM_CHART_UIBB_ASSIST=>Y_SELECT_MODE_INTERNAL | Chart: Selection Mode | 20140804 | |||
| 2 | RV_SELECTION_MODE | Value transfer | Type reference (TYPE) | CL_FPM_CHART_UIBB_ASSIST=>Y_SELECT_MODE_INTERNAL | Chart: Selection Mode | 20140804 |
Method MAP_SELECTION_MODE on class CL_FPM_GUIBB_CHART_UTILS has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |