SAP ABAP Class IF_SALV_BS_T_DATA (Types)
Properties
Class IF_SALV_BS_T_DATA  
Short Description Types    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060706   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_SALV_BS_C_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SALV_BS_C_DATA_TABLE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_SALV_BS_T_DATA has no interface implemented.
Friends
Class IF_SALV_BS_T_DATA has no friend class.
Attributes
Class IF_SALV_BS_T_DATA has no attribute.
Methods
Class IF_SALV_BS_T_DATA has no method.
Events
Class IF_SALV_BS_T_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_TYPE_ATTRIBUTE Public See coding 20060706 begin of s_type_attribute, name type string, type_name type string, s_dfies type if_salv_bs_t_data=>s_type_dfies, is_keyf type abap_bool, "obsolete but needed for BEx is_unit type abap_bool, "obsolete but needed for BEx reference_field type string, "obsolete but needed for BEx reference_field_type like if_salv_bs_c_data=>reffieldtype, "obsolete but needed for BEx reference_value type string, "FCAT presentation_mode like if_salv_bs_c_data=>presentation_mode, default_value type string, is_nullable type abap_bool, value_set_source like if_salv_bs_c_data=>valuesetsrc, value_set type if_salv_bs_t_data=>t_type_attribute_value_set, value_set_field type string, value_set_field_type like if_salv_bs_c_data_table=>type, end of s_type_attribute
2 S_TYPE_ATTRIBUTE_FORMAT Public See coding 20061017 begin of s_type_attribute_format, null_as_blank type char1, sign_pos type char1, condense type char1, date_format type char1, short_time type abap_bool, end of s_type_attribute_format
3 S_TYPE_ATTRIBUTE_INFO Public See coding 20060706 begin of s_type_attribute_info, s_attribute type if_salv_bs_t_data=>s_type_attribute. include type s_type_value. types: end of s_type_attribute_info
4 S_TYPE_ATTRIBUTE_VALUE_SET Public See coding 20060706 begin of s_type_attribute_value_set, value type string, text type string, end of s_type_attribute_value_set
5 S_TYPE_CELL Public See coding 20060927 begin of s_type_cell, index type i, attribute type string, end of s_type_cell
6 S_TYPE_COMPONENT Public See coding 20060725 begin of s_type_component, parent_id type string, id type string, path type string, name type string, sub_path type string, kind type abap_typecategory, s_elem type if_salv_bs_t_data=>s_type_elemdescr, s_struc type if_salv_bs_t_data=>s_type_strucdescr, s_table type if_salv_bs_t_data=>s_type_tabledescr, end of s_type_component
7 S_TYPE_DFIES Public See coding 20071206 begin of s_type_dfies, path type string, cidx type i, name type string, rtti type ref to cl_abap_datadescr, is_ddic_type type abap_bool, is_keyf type abap_bool, is_unit type abap_bool, reference_field type string, reference_field_type like if_salv_bs_c_data=>reffieldtype. include type dfies. types: end of s_type_dfies
8 S_TYPE_ELEMDESCR Public See coding 20060725 begin of s_type_elemdescr, inttype type string, datatype type string, dataelement type string, domain type string, intlen type i, outputlen type i, charlen type i, decimals type i, * is_keyfigure type abap_bool, * is_numeric type abap_bool, * has_digits type abap_bool, reference_field type string, reference_field_type like if_salv_bs_c_data=>reffieldtype, * just type string, * style type string, conv type string, end of s_type_elemdescr
9 S_TYPE_STRUCDESCR Public See coding 20060725 begin of s_type_strucdescr, as_include type abap_bool, suffix type string, end of s_type_strucdescr
10 S_TYPE_TABLEDESCR Public See coding 20060725 begin of s_type_tabledescr, table_kind type abap_tablekind, key_defkind type abap_keydefkind, unique_key type abap_bool, t_key type abap_keydescr_tab, end of s_type_tabledescr
11 S_TYPE_UNIT Public See coding 20060706 begin of s_type_unit, value type string, invalid type abap_bool, end of s_type_unit
12 S_TYPE_VALUE Public See coding 20060706 begin of s_type_value, r_value_internal type ref to data, value_internal type string, value_external type string, value_iso type string, s_unit type if_salv_bs_t_data=>s_type_unit, end of s_type_value
13 T_TYPE_ATTRIBUTE Public See coding 20060706 t_type_attribute type hashed table of s_type_attribute with unique key name with non-unique sorted key nullable components is_nullable initial size 1
14 T_TYPE_ATTRIBUTE_INFO Public See coding 20060706 t_type_attribute_info type hashed table of s_type_attribute_info with unique key s_attribute-name initial size 1
15 T_TYPE_ATTRIBUTE_VALUE_SET Public See coding 20060706 t_type_attribute_value_set type standard table of s_type_attribute_value_set with default key initial size 1
16 T_TYPE_CELL Public See coding 20060927 t_type_cell type sorted table of s_type_cell with unique key index attribute initial size 1
17 T_TYPE_COMPONENT Public See coding 20060725 t_type_component type standard table of s_type_component with non-unique key id initial size 1
18 T_TYPE_DFIES Public See coding 20071206 t_type_dfies type standard table of s_type_dfies with non-unique key name initial size 1
19 T_TYPE_ROW Public See coding 20080403 t_type_row type standard table of i initial size 1
20 T_TYPE_STRING Public See coding 20080213 t_type_string type standard table of string with non-unique key table_line initial size 1
History
Last changed by/on SAP  20110908 
SAP Release Created in