SAP ABAP Class IF_SALV_BS_AGGR_TYPES (Data Types for Aggregation)
Properties
Class IF_SALV_BS_AGGR_TYPES  
Short Description Data Types for Aggregation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20050801   SAP 
Last change 20071217   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SALV_BS_AGGR_TYPES has no forward declaration.
Interfaces
Class IF_SALV_BS_AGGR_TYPES has no interface implemented.
Friends
Class IF_SALV_BS_AGGR_TYPES has no friend class.
Attributes
Class IF_SALV_BS_AGGR_TYPES has no attribute.
Methods
Class IF_SALV_BS_AGGR_TYPES has no method.
Events
Class 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