SAP ABAP Class IF_SALV_STU_INTERNAL_TYPES (internal types for ALV services)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SALV_SERVICE_TYPES Common types for ALV Service Tools 20100727
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SALV_STC_COL Basic Column Definition without special features 20101123
2 Interface composition (i COMPRISING i_ref)  IF_SALV_STC_FILTER_CONVERTER Filter Converter 20100727
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_AUNIT_COLTYPES Unit test for columns 20110216
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_CODELIST_HANDLER Handler for Code Lists 20100804
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_COLUMN_CATALOG Column Catalog (and field services) 20100728
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_COL_DATA Root Class of all Column Types (abstract) 20100727
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_CURRENCY Currency Handling 20100809
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_CVROOT Root class for all field converters 20110201
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_UNIT Unit Handling 20100809
Properties
Class IF_SALV_STU_INTERNAL_TYPES  
Short Description internal types for ALV services    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100727   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SALV_STU_INTERNAL_TYPES has no forward declaration.
Interfaces
Class IF_SALV_STU_INTERNAL_TYPES has no interface implemented.
Friends
Class IF_SALV_STU_INTERNAL_TYPES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_AUX_FIELD_ID Constant Public See coding 20100810
Methods
Class IF_SALV_STU_INTERNAL_TYPES has no method.
Events
Class IF_SALV_STU_INTERNAL_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YO_COLUMN Public Object reference (TYPE REF TO) IF_SALV_STC_COL 20120808
2 YS_AUX_FIELD Public See coding 20100727 begin of ys_aux_field, id type y_aux_field_id, o_converter type ref to if_salv_stc_field_converter, t_required_field type if_salv_service_types=>yt_field_path, end of ys_aux_field
3 YS_AUX_FIELD_MAPPING Public See coding 20100727 begin of ys_aux_field_mapping, field_id type y_aux_field_id, comp_name type if_salv_service_types=>y_field_path, end of ys_aux_field_mapping
4 YS_COLUMN_FORMAT_HIT_INFO Public See coding 20140612 begin of ys_column_format_hit_info, column_name type if_salv_service_types=>y_column_name, t_filter_rule type if_salv_stu_internal_types=>yt_field_filter_rule, condition type string, end of ys_column_format_hit_info
5 YS_EXT_CODELIST Public See coding 20100806 begin of ys_ext_codelist, code type string, description type string, sort_order type i, end of ys_ext_codelist
6 YS_FIELD_AGGR_RULE Public See coding 20100908 begin of ys_field_aggr_rule, column_name type if_salv_service_types=>y_column_name, function_code type if_salv_service_types=>y_function_code, value_field_path type if_salv_service_types=>y_field_path, reference_field_path type if_salv_service_types=>y_field_path, visibility_condition type string, end of ys_field_aggr_rule
7 YS_FIELD_FILTER_RULE Public See coding 20100727 begin of ys_field_filter_rule, column_name type if_salv_service_types=>y_column_name, src_field_path type if_salv_service_types=>y_field_path, aux_field_id type y_aux_field_id, rule_group type y_rule_group, t_selopt type yt_selopt, end of ys_field_filter_rule
8 YS_FIELD_SORT_RULE Public See coding 20100727 begin of ys_field_sort_rule, column_name type if_salv_service_types=>y_column_name, src_field_path type if_salv_service_types=>y_field_path, aux_field_id type y_aux_field_id, descending type abap_bool, astext type abap_bool, end of ys_field_sort_rule
9 YS_INDEX_VISIBILITY Public See coding 20110127 begin of ys_index_visibility, index type sytabix, hidden type abap_bool, end of ys_index_visibility
10 YS_INSERT_POSITION Public See coding 20110118 begin of ys_insert_position, index type sytabix, insert_before type abap_bool, end of ys_insert_position
11 YS_SEARCH_RULE Public See coding 20120227 begin of ys_search_rule, search_string type string, t_columns type if_salv_service_types=>yt_column_name, end of ys_search_rule
12 YS_SELOPT Public Type reference (TYPE) SABP_S_RANGE_OPTION 20100727
13 YS_SRC_FIELD_MAPPING Public See coding 20100727 begin of ys_src_field_mapping, src_field_path type if_salv_service_types=>y_field_path, comp_name type if_salv_service_types=>y_field_path, end of ys_src_field_mapping
14 YTS_AUX_FIELD_ID Public See coding 20100729 yts_aux_field_id type sorted table of y_aux_field_id with unique key table_line
15 YTS_AUX_FIELD_MAPPING Public See coding 20100727 yts_aux_field_mapping type sorted table of ys_aux_field_mapping with unique key field_id
16 YTS_EXT_CODELIST Public See coding 20100908 yts_ext_codelist type sorted table of ys_ext_codelist with unique key code
17 YTS_SRC_FIELD_MAPPING Public See coding 20100727 yts_src_field_mapping type sorted table of ys_src_field_mapping with unique key src_field_path
18 YTT_FILTER_RULE Public See coding 20130820 ytt_filter_rule type standard table of yt_field_filter_rule with default key
19 YT_AUX_FIELD Public See coding 20100727 yt_aux_field type standard table of ys_aux_field with key id
20 YT_AUX_FIELD_ID Public See coding 20100727 yt_aux_field_id type standard table of y_aux_field_id with default key
21 YT_COLUMN Public See coding 20120808 yt_column type standard table of yo_column with default key
22 YT_COLUMN_FORMAT_HIT_INFO Public See coding 20140612 yt_column_format_hit_info type standard table of ys_column_format_hit_info with key column_name
23 YT_FIELD_AGGR_RULE Public See coding 20100908 yt_field_aggr_rule type standard table of ys_field_aggr_rule with key column_name function_code
24 YT_FIELD_FILTER_RULE Public See coding 20100727 yt_field_filter_rule type standard table of ys_field_filter_rule with key src_field_path aux_field_id
25 YT_FIELD_SORT_RULE Public See coding 20100727 yt_field_sort_rule type standard table of ys_field_sort_rule with key src_field_path aux_field_id
26 YT_INDEX_VISIBILITY Public See coding 20110127 yt_index_visibility type standard table of ys_index_visibility with key index
27 YT_INTEGER Public See coding 20100804 yt_integer type standard table of i with key table_line
28 YT_SELOPT Public Type reference (TYPE) SABP_T_RANGE_OPTIONS 20100727
29 YT_STRING Public See coding 20100804 yt_string type standard table of string with key table_line
30 Y_AUX_FIELD_ID Public Type reference (TYPE) STRING 20100727
31 Y_RULE_GROUP Public Type reference (TYPE) CL_SALV_STU_GROUPED_RANGE=>Y_GROUP_ID 20100819
History
Last changed by/on SAP  20141121 
SAP Release Created in