SAP ABAP Interface IF_SALV_BS_AGGR_TYPES (Data Types for Aggregation)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_BS_SERVICE (Package) Service

⤷

⤷

Properties
Interface | IF_SALV_BS_AGGR_TYPES | |
Short Description | Data Types for Aggregation |
General Data
Package | SALV_BS_SERVICE | Service |
Created | 20050801 | SAP |
Last changed | 20071217 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SALV_BS_AGGR_TYPES has no forward declaration.
Interfaces
Interface IF_SALV_BS_AGGR_TYPES has no interface.
Friends
Interface IF_SALV_BS_AGGR_TYPES has no friend.
Attributes
Interface IF_SALV_BS_AGGR_TYPES has no attribute.
Methods
Interface IF_SALV_BS_AGGR_TYPES has no method.
Events
Interface IF_SALV_BS_AGGR_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_LIST_AGGR | Public | See coding | 20050801 | begin of s_list_aggr,
fieldname type string,
rel_fieldname type string,
aggregation_type type salv_bs_constant,
r_aggr_rule type ref to object,
type_kind(1) type c,
end of s_list_aggr
|
||
2 | S_LIST_SORT | Public | See coding | 20050801 | begin of s_list_sort,
fieldname type string,
text_fieldname type string,
value_fieldname type string,
sort_position type i,
r_sort_rule type ref to object,
flavour type salv_bs_constant,
end of s_list_sort
|
||
3 | S_RESULT_FOR_TABLE | Public | See coding | 20050801 | begin of s_result_for_table,
sid type s_sid_key,
row_type type salv_bs_constant,
aggrlevel type i,
row_index type i,
end of s_result_for_table
|
||
4 | S_SID_KEY | Public | See coding | 20050801 | begin of s_sid_key,
row_index(12) type n,
treelevel(3) type n,
* hierarchy(3) type n,
nodekey(12) type n,
position(2) type n,
id type i,
line_index(12) type n,
end of s_sid_key
|
||
5 | S_TEXT_REF | Public | See coding | 20050801 | begin of s_text_ref,
fieldname type string,
text_fieldname type string,
end of s_text_ref
|
||
6 | T_LIST_AGGR | Public | See coding | 20050801 | t_list_aggr type table of s_list_aggr with key table_line
|
||
7 | T_LIST_SORT | Public | See coding | 20050801 | t_list_sort type table of s_list_sort with key table_line
|
||
8 | T_RESULT_FOR_TABLE | Public | See coding | 20050801 | t_result_for_table type sorted table of s_result_for_table
with unique key sid
|
||
9 | T_TEXT_REF | Public | See coding | 20050801 | t_text_ref type sorted table of s_text_ref with unique key fieldname
|
History
Last changed by/on | SAP | 20071217 |
SAP Release Created in | 710 |