SAP ABAP Interface IF_SALV_BS_R_DATA_TABLE_GRAPH (IF_SALV_BS_R_DATA_TABLE_GRAPH)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_BS_UI_RESULT (Package) Package for Result Data

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SALV_BS_RESULT_DATA_TABLE | 20060323 |
Properties
Interface | IF_SALV_BS_R_DATA_TABLE_GRAPH | |
Short Description |
General Data
Package | SALV_BS_UI_RESULT | Package for Result Data |
Created | 20060323 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_SALV_BS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
2 | IF_SALV_BS_R_DATA_TABLE_GRAPH | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | IF_SALV_BS_R_DATA_TABLE_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | IF_SALV_BS_T_DATA | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_SALV_BS_R_DATA_TABLE_GRAPH has no interface.
Friends
Interface IF_SALV_BS_R_DATA_TABLE_GRAPH has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | T_DATA | Instance attribute | Public | Type reference (TYPE) | IF_SALV_BS_R_DATA_TABLE_GRAPH=>T_TYPE_DATA | 20060327 | |||
2 | T_RESULT_DATA | Instance attribute | Public | Type reference (TYPE) | IF_SALV_BS_R_DATA_TABLE_TYPES=>T_TYPE_RESULT_DATA | 20060428 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20060324 | |
2 | ![]() |
Instance method | Public | Method | 20060428 | |
3 | ![]() |
Instance method | Public | Method | 20060324 |
Events
Interface IF_SALV_BS_R_DATA_TABLE_GRAPH has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_TYPE_CATEGORY | Public | See coding | 20060324 | begin of s_type_category.
include type if_salv_bs_r_data_table_types=>s_type_column_field.
types:
end of s_type_category
|
||
2 | S_TYPE_DATA | Public | See coding | 20060327 | begin of s_type_data,
s_key type if_salv_bs_r_data_table_graph=>s_type_data_key,
t_series type if_salv_bs_r_data_table_graph=>t_type_data_value,
end of s_type_data
|
||
3 | S_TYPE_DATA_KEY | Public | See coding | 20060327 | begin of s_type_data_key,
description type string,
s_series_ref type if_salv_bs_r_data_table_graph=>s_type_data_value,
t_category type if_salv_bs_r_data_table_graph=>t_type_data_value,
end of s_type_data_key
|
||
4 | S_TYPE_DATA_VALUE | Public | See coding | 20060327 | begin of s_type_data_value,
field type string,
s_value type if_salv_bs_t_data=>s_type_value,
end of s_type_data_value
|
||
5 | S_TYPE_SERIES | Public | See coding | 20060428 | begin of s_type_series.
include type if_salv_bs_r_data_table_types=>s_type_column_field.
types:
field_ref type string,
label type string,
tooltip type string,
end of s_type_series
|
||
6 | T_TYPE_CATEGORY | Public | See coding | 20060324 | t_type_category type hashed table of s_type_category with unique key column field initial size 1
|
||
7 | T_TYPE_DATA | Public | See coding | 20060327 | t_type_data type sorted table of s_type_data with unique key s_key-description initial size 1
|
||
8 | T_TYPE_DATA_VALUE | Public | See coding | 20060327 | t_type_data_value type sorted table of s_type_data_value with unique key field initial size 1
|
||
9 | T_TYPE_SERIES | Public | See coding | 20060428 | t_type_series type hashed table of s_type_series with unique key column field initial size 1
|
Method Signatures
Method GET_CATEGORIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | IF_SALV_BS_R_DATA_TABLE_GRAPH=>T_TYPE_CATEGORY | 20060324 |
Method GET_CATEGORIES on Interface IF_SALV_BS_R_DATA_TABLE_GRAPH has no exception.
Method GET_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | IF_SALV_BS_R_DATA_TABLE_TYPES=>T_TYPE_RESULT_DATA | 20060428 |
Method GET_RESULT on Interface IF_SALV_BS_R_DATA_TABLE_GRAPH has no exception.
Method GET_SERIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | IF_SALV_BS_R_DATA_TABLE_GRAPH=>T_TYPE_SERIES | 20060324 |
Method GET_SERIES on Interface IF_SALV_BS_R_DATA_TABLE_GRAPH has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |