SAP ABAP Class IF_FPM_CHART_TABLE_SELECTION (Interface to access selected data)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FPM_CHART_TABLE_MODEL | Chart Table Model | 20130219 |
Properties
Class | IF_FPM_CHART_TABLE_SELECTION | |
Short Description | Interface to access selected data | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20130219 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_FPM_CHART_TABLE_SELECTION has no forward declaration.
Interfaces
Class IF_FPM_CHART_TABLE_SELECTION has no interface implemented.
Friends
Class IF_FPM_CHART_TABLE_SELECTION has no friend class.
Attributes
Class IF_FPM_CHART_TABLE_SELECTION has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Deprecated: Use GET_SELECTED_DATA instead | 20130301 |
2 | ![]() |
Instance method | Public | Method | Deprecated: Use GET_SELECTION instead | 20130219 |
3 | ![]() |
Instance method | Public | Method | Deprecated: Use GET_SELECTED_DATA instead | 20130301 |
4 | ![]() |
Instance method | Public | Method | Deprecated: Use GET_SELECTION instead | 20130219 |
5 | ![]() |
Instance method | Public | Method | Returns the selected data | 20130220 |
6 | ![]() |
Instance method | Public | Method | Returns the selected indices | 20130219 |
7 | ![]() |
Instance method | Public | Method | Sets selection by row indices | 20140210 |
Events
Class IF_FPM_CHART_TABLE_SELECTION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_SELECTED_DATA | Public | See coding | 20130221 | begin of ty_s_SELECTED_DATA,
measure type name_komp,
data type ref to data,
end of ty_s_selected_data
|
||
2 | TY_S_SELECTION | Public | See coding | 20130221 | begin of ty_s_SELECTION,
measure type name_komp,
selection type standard table of sytabix with DEFAULT KEY,
end of ty_s_selection
|
||
3 | TY_T_SELECTED_DATA | Public | See coding | 20130221 | ty_t_selected_data type standard table of ty_s_selected_data with key measure
|
||
4 | TY_T_SELECTION | Public | See coding | 20130221 | ty_t_selection type standard table of ty_s_selection with key measure
|
Method Signatures
Method GET_CURRENT_DESELECTED_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_DATA | Value transfer | Type reference (TYPE) | TY_T_SELECTED_DATA | 20130301 |
Method GET_CURRENT_DESELECTED_DATA on class IF_FPM_CHART_TABLE_SELECTION has no exception.
Method GET_CURRENT_DESELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_SELECTION | Value transfer | Type reference (TYPE) | TY_T_SELECTION | 20130219 |
Method GET_CURRENT_DESELECTION on class IF_FPM_CHART_TABLE_SELECTION has no exception.
Method GET_CURRENT_SELECTED_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_DATA | Value transfer | Type reference (TYPE) | TY_T_SELECTED_DATA | 20130301 |
Method GET_CURRENT_SELECTED_DATA on class IF_FPM_CHART_TABLE_SELECTION has no exception.
Method GET_CURRENT_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_SELECTION | Value transfer | Type reference (TYPE) | TY_T_SELECTION | 20130219 |
Method GET_CURRENT_SELECTION on class IF_FPM_CHART_TABLE_SELECTION has no exception.
Method GET_SELECTED_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_DATA | Value transfer | Type reference (TYPE) | TY_T_SELECTED_DATA | 20130220 |
Method GET_SELECTED_DATA on class IF_FPM_CHART_TABLE_SELECTION has no exception.
Method GET_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_SELECTION | Value transfer | Type reference (TYPE) | TY_T_SELECTION | 20130219 |
Method GET_SELECTION on class IF_FPM_CHART_TABLE_SELECTION has no exception.
Method SET_SELECTION_BY_INDICES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SELECTION | Call by reference | Type reference (TYPE) | TY_T_SELECTION | 20140210 |
Method SET_SELECTION_BY_INDICES on class IF_FPM_CHART_TABLE_SELECTION has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in |