SAP ABAP Class IF_SALV_SERVICE_TYPES (Common types for ALV Service Tools)
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 composition (i COMPRISING i_ref)  IF_SALV_STU_INTERNAL_TYPES internal types for ALV services 20100727
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_ITAB_EDITOR_KEY_MODE Editor for unique key mode (variant 1) 20101110
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_ITAB_EDITOR_LINE_MODE Editor for line mode (stable line order; standard tables) 20101110
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_ITAB_LOGGER_LINE_MODE Change logger for line mode (stable line order) 20110117
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_AUNIT_COLTYPES Unit test for columns 20110216
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_CODELIST_HANDLER Handler for Code Lists 20100803
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_COLUMN_CATALOG Column Catalog (and field services) 20100728
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_COL_DATA Root Class of all Column Types (abstract) 20100727
... Click here to see Used By full list (14 items)
Properties
Class IF_SALV_SERVICE_TYPES  
Short Description Common types for ALV Service Tools    
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_SERVICE_TYPES has no forward declaration.
Interfaces
Class IF_SALV_SERVICE_TYPES has no interface implemented.
Friends
Class IF_SALV_SERVICE_TYPES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_FILTER_OPTION Constant Public See coding 20100727
2 CS_FILTER_SIGN Constant Public See coding 20110222
3 CS_FUNCTION_CODE Constant Public See coding 20100907
4 CS_ROW_INDEX Constant Public See coding 20100906
5 C_API_VERSION Constant Public Type reference (TYPE) STRING '740.02' 20130108
Methods
Class IF_SALV_SERVICE_TYPES has no method.
Events
Class IF_SALV_SERVICE_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_AGGREGATION_RULE Public See coding 20100805 begin of ys_aggregation_rule, column_name type y_column_name, function_code type y_function_code, end of ys_aggregation_rule
2 YS_CODELIST Public See coding 20100727 begin of ys_codelist, code type string, description type string, end of ys_codelist
3 YS_FILTER_RULE Public See coding 20100727 begin of ys_filter_rule, column_name type y_column_name, sign type y_sign, option type y_option, low type string, high type string, suppl_value type string, values_have_internal_format type abap_bool, end of ys_filter_rule
4 YS_FORMATTING_INFO Public See coding 20140611 begin of ys_formatting_info, row_index type if_salv_service_types=>y_row_index, column_name type y_column_name, formatting type string, end of ys_formatting_info
5 YS_FORMATTING_RULE Public See coding 20140611 begin of ys_formatting_rule, column_name type y_column_name, sign type y_sign, option type y_option, low type string, high type string, suppl_value type string, values_have_internal_format type abap_bool, formatting type string, end of ys_formatting_rule
6 YS_GROUPING_RULE Public See coding 20100805 begin of ys_grouping_rule, t_group_key type yt_group_key, end of ys_grouping_rule
7 YS_GROUP_KEY Public Type reference (TYPE) YS_GROUP_RULE 20100909
8 YS_GROUP_RULE Public See coding 20140408 begin of ys_group_rule, column_name type y_column_name, descending type abap_bool, aggr_column type y_column_name, end of ys_group_rule
9 YS_HDR_TO_RESULT Public See coding 20140227 begin of ys_hdr_to_result, key type string, level type i, result_index type sy-tabix, end of ys_hdr_to_result
10 YS_LINE_ORDER Public See coding structure type for YT_LINE_ORDER 20110125 begin of ys_line_order, source_index type sytabix, hidden type abap_bool, end of ys_line_order
11 YS_NAMED_RANGE Public See coding 20120724 begin of ys_named_range, name type string, sign type c length 1, option type c length 2, low type string, high type string, end of ys_named_range
12 YS_RANGE Public See coding 20100727 begin of ys_range, from type y_row_index, to type y_row_index, end of ys_range
13 YS_RESULT_TO_HDR Public See coding 20140227 begin of ys_result_to_hdr, result_index type sy-tabix, key type string, level type i, end of ys_result_to_hdr
14 YS_SEARCH_COLUMN Public See coding 20140211 begin of ys_search_column, column_name type y_column_name, is_group_column type abap_bool, grp_level type i, end of ys_search_column
15 YS_SORT_RULE Public See coding 20100727 begin of ys_sort_rule, column_name type y_column_name, descending type abap_bool, end of ys_sort_rule
16 YT_AGGREGATION_RULE Public See coding 20100805 yt_aggregation_rule type standard table of ys_aggregation_rule with key table_line
17 YT_CODELIST Public See coding 20100727 yt_codelist type standard table of ys_codelist
18 YT_COLUMN_NAME Public See coding 20100727 yt_column_name type standard table of y_column_name with key table_line
19 YT_EXTERNAL_VALUE Public See coding 20100727 yt_external_value type standard table of string with default key
20 YT_FIELD_PATH Public See coding 20100727 yt_field_path type standard table of y_field_path with key table_line
21 YT_FILTER_RULE Public See coding 20100727 yt_filter_rule type standard table of ys_filter_rule with key column_name
22 YT_FORMATTING_INFO Public See coding 20140611 yt_formatting_info type standard table of ys_formatting_info with default key
23 YT_FORMATTING_RULE Public See coding 20140611 yt_formatting_rule type standard table of ys_formatting_rule with key column_name
24 YT_FUNCTION_CODE Public See coding 20100907 yt_function_code type standard table of y_function_code with key table_line
25 YT_GROUPING_RULE Public See coding 20100805 yt_grouping_rule type standard table of ys_grouping_rule with default key
26 YT_GROUP_KEY Public See coding 20100909 yt_group_key type standard table of ys_group_rule with key column_name
27 YT_HDR_TO_RESULT Public See coding 20140227 yt_hdr_to_result type standard table of ys_hdr_to_result with key key
28 YT_LINE_ORDER Public See coding 20110125 yt_line_order type standard table of ys_line_order with key source_index
29 YT_NAMED_RANGES Public See coding 20120724 yt_named_ranges type standard table of ys_named_range with default key
30 YT_RANGE Public See coding 20100727 yt_range type standard table of ys_range with key from
31 YT_RESULT_TO_HDR Public See coding 20140227 yt_result_to_hdr type standard table of ys_result_to_hdr with key result_index
32 YT_ROW_INDEX Public See coding 20100727 yt_row_index type standard table of y_row_index with key table_line
33 YT_SEARCH_COLUMN Public See coding 20140211 yt_search_column type standard table of ys_search_column with default key
34 YT_SORT_RULE Public See coding 20100727 yt_sort_rule type standard table of ys_sort_rule with key column_name
35 Y_COLUMN_NAME Public Type reference (TYPE) STRING 20100727
36 Y_CURRENCY Public Type reference (TYPE) SYCURR Currency Key 20130529
37 Y_FIELD_PATH Public Type reference (TYPE) STRING 20100727
38 Y_FORMATTING_OPTION_VALUE Public See coding 20100802 y_formatting_option_value type c length 4
39 Y_FUNCTION_CODE Public See coding 20100907 y_function_code type c length 3
40 Y_OPTION Public Type reference (TYPE) SABP_S_RANGE_OPTION-OPTION 20100727
41 Y_PROPERTY_VALUE Public See coding 20101124 y_property_value type c length 4
42 Y_ROW_INDEX Public Type reference (TYPE) SYTABIX Index of Internal Tables 20100727
43 Y_SIGN Public Type reference (TYPE) SABP_S_RANGE_OPTION-SIGN 20100727
44 Y_UNIT Public Type reference (TYPE) MSEHI 20130704
Meta Relationship - Used By (full list)
# 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 composition (i COMPRISING i_ref)  IF_SALV_STU_INTERNAL_TYPES internal types for ALV services 20100727
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_ITAB_EDITOR_KEY_MODE Editor for unique key mode (variant 1) 20101110
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_ITAB_EDITOR_LINE_MODE Editor for line mode (stable line order; standard tables) 20101110
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_ITAB_LOGGER_LINE_MODE Change logger for line mode (stable line order) 20110117
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_AUNIT_COLTYPES Unit test for columns 20110216
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_CODELIST_HANDLER Handler for Code Lists 20100803
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_COLUMN_CATALOG Column Catalog (and field services) 20100728
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_COL_DATA Root Class of all Column Types (abstract) 20100727
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_CONVEXIT Standards for CONVEXIT 20101220
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_CURRENCY Currency Handling 20100809
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_CVROOT Root class for all field converters 20110201
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_STC_UNIT Unit Handling 20100809
History
Last changed by/on SAP  20141121 
SAP Release Created in