SAP ABAP Class CL_IDGT_HOME_CHART_UIBB (Home Page Chips Chart Uibb)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
FI-LOC (Application Component) Localization
⤷
ID-SD-CN-GT-01 (Package) Golden Tax Interface Enhancements

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BS_ANLY_GUIBB_CHART | Chart UIBB: Feeder Interface | 20120829 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120829 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120827 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20120829 |
Properties
Class | CL_IDGT_HOME_CHART_UIBB | |
Short Description | Home Page Chips Chart Uibb | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ID-SD-CN-GT-01 | Golden Tax Interface Enhancements |
Created | 20120821 | SAP |
Last change | 20130531 | 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_BS_ANLY_GUIBB_CHART | Chart UIBB: Feeder Interface | 20120829 | ||
2 | IF_FPM_GUIBB | Generic UI Building Block | 20120829 | ||
3 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120827 | ||
4 | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20120829 |
Friends
Class CL_IDGT_HOME_CHART_UIBB has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'Dp_Period_Search' | 20120824 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'Dp_Query_Search' | 20120824 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | FPM_EVENT_ID | 'EVT_POINT_SELECTED' | Event Name for Point Selected | 20120827 | |
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20120829 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_CHART_DISPLAY | 20120828 | |||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CL_IDGT_HOME_CHART=>TY_T_VBRK_INFO | Document Header | 20120827 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_QUERY | 20120823 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_QUERY | 20120823 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_IDGT_HOME_CHART=>TY_T_SALES_ORG | 20120916 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_IDGT_HOME_CHART=>TY_T_UNIT | 20120823 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20120823 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | C | 20120826 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | VKORG | Sales Organization | 20120826 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | convet vkorg from key value to desc | 20120917 |
2 | ![]() |
Instance method | Private | Method | return point click event param | 20120828 |
3 | ![]() |
Instance method | Private | Method | get current total seriers | 20120823 |
4 | ![]() |
Instance method | Private | Method | set drop down list vaule | 20120826 |
5 | ![]() |
Instance method | Private | Method | set chart seriers category | 20120823 |
Events
Class CL_IDGT_HOME_CHART_UIBB has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CHART_DISPLAY | Public | See coding | 20120827 | BEGIN OF ty_chart_display,
unit type char10,
value_new type netwr,
value_sent type netwr,
value_canc type netwr,
value_issu type netwr,
END OF ty_chart_display
|
||
2 | TY_QUERY | Private | See coding | 20120823 | BEGIN OF ty_query,
desc TYPE char30,
value TYPE char1,
END OF ty_query
|
||
3 | TY_T_CHART_DISPLAY | Public | See coding | 20120828 | ty_t_chart_display type STANDARD TABLE OF ty_chart_display
|
||
4 | TY_T_QUERY | Private | See coding | 20120823 | ty_t_query type STANDARD TABLE OF ty_query
|
Method Signatures
Method CONVERT_VKORG_KEY_DESC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_VKORG_DESC | Call by reference | Type reference (TYPE) | VKORG | Sales Organization | 20120917 | ||
2 | ![]() |
IV_VKORG_KEY | Call by reference | Type reference (TYPE) | C | 20120917 |
Method CONVERT_VKORG_KEY_DESC on class CL_IDGT_HOME_CHART_UIBB has no exception.
Method GET_EVENT_SOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CATAGORY | Call by reference | Type reference (TYPE) | I | 20120828 | |||
2 | ![]() |
EV_SERIES | Call by reference | Type reference (TYPE) | I | 20120828 | |||
3 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | ID of the FPM Event | 20120828 |
Method GET_EVENT_SOURCE on class CL_IDGT_HOME_CHART_UIBB has no exception.
Method GET_TOTAL_SERIERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PERIOD_KEY | Call by reference | Type reference (TYPE) | C | 20120823 | |||
2 | ![]() |
IV_QUERY_ORG | Call by reference | Type reference (TYPE) | C | Not More Closely Defined Area, Possibly Used for Patchlevels | 20120823 |
Method GET_TOTAL_SERIERS on class CL_IDGT_HOME_CHART_UIBB has no exception.
Method SET_DP_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_TOOLBAR | Call by reference | Type reference (TYPE) | BSANLY_T_TOOLBAR | Chart UIBB: Toolbar | 20120826 | ||
2 | ![]() |
EV_TOOLBAR_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120826 |
Method SET_DP_VALUE on class CL_IDGT_HOME_CHART_UIBB has no exception.
Method SET_SERIES_CATEGORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CATEGORY | Call by reference | Type reference (TYPE) | BSANLY_T_CATEGORY | Chart UIBB: Category | 20120823 | ||
2 | ![]() |
ET_SERIES | Call by reference | Type reference (TYPE) | BSANLY_T_SERIES | Chart UIBB: Series | 20120823 |
Method SET_SERIES_CATEGORY on class CL_IDGT_HOME_CHART_UIBB has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 617 |