SAP ABAP Class CL_SALV_BS_TT_RESULT_TABLE (CL_SALV_BS_TT_RESULT_TABLE)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_BS_EXPORT (Package) SALV BS Export
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_BS_TT_RESULT 20060531
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_BS_TT_RESULT_TABLE 20060920
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_EX_TT_RESULT_TABLE 20060608
2 Inheritance (c INHERITING FROM c_ref)  CL_SALV_ST_TT_RESULT_TABLE 20091210
3 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_TT_RESULT_TABLE 20060608
Properties
Class CL_SALV_BS_TT_RESULT_TABLE  
Short Description    
Super Class CL_SALV_BS_TT_RESULT  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_BS_EXPORT   SALV BS Export 
Created 20060531   SAP 
Last change 20130531   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_TT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SALV_BS_R_DATA_TABLE_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SALV_BS_TT_RESULT_TABLE 20060920
Friends
Class CL_SALV_BS_TT_RESULT_TABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FILLED_COLUMNS Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060609
2 FILLED_END_OF_LIST Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060531
3 FILLED_ROWS Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060609
4 FILLED_SELECTIONS Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060704
5 FILLED_SERVICE_AGGR Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060620
6 FILLED_SERVICE_FILTER Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060620
7 FILLED_SERVICE_SORT Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060620
8 FILLED_TOP_OF_LIST Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060531
9 HAS_IMAGES Instance attribute Private Type reference (TYPE) ABAP_BOOL abap_false Do Images/Icons Exist? 20090715
10 IS_DISPLAY_AS_HIERARCHY Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080218
11 T_RESULT_AGGR_LINE_DATA Instance attribute Private Type reference (TYPE) YT_RESULT_AGGR_LINE_DATA 20081215
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060601
2 CREATE_DATA Instance method Protected Method 20060719
3 CREATE_END_OF_LIST Instance method Protected Method 20060801
4 CREATE_MODEL Instance method Protected Method 20060719
5 CREATE_RESULT Instance method Protected Method 20060719
6 CREATE_SERVICE_MANAGER Instance method Protected Method 20080218
7 CREATE_TOP_OF_LIST Instance method Protected Method 20060801
8 CREATE_TT_DATA Instance method Protected Method 20060719
9 FILL_COLUMN Instance method Protected Method 20060609
10 FILL_COLUMNS Instance method Protected Method 20060609
11 FILL_COLUMNS_HIDDEN Instance method Protected Method 20060609
12 FILL_COLUMN_UIE Instance method Protected Method 20060609
13 FILL_END_OF_LIST Instance method Protected Method 20060531
14 FILL_HYPERLINKS Instance method Protected Method 20060627
15 FILL_IMAGES Instance method Protected Method 20060623
16 FILL_ROW Instance method Protected Method 20060609
17 FILL_ROWS Instance method Protected Method 20060609
18 FILL_ROW_CELL Instance method Protected Method 20060609
19 FILL_ROW_CELLS Instance method Protected Method 20060609
20 FILL_ROW_CELL_HYPERLINK Instance method Protected Method 20060626
21 FILL_ROW_CELL_IMAGE Instance method Protected Method 20060626
22 FILL_ROW_CELL_VALUESET Instance method Protected Method 20060627
23 FILL_SELECTIONS Instance method Protected Method 20060704
24 FILL_SERVICES Instance method Protected Method 20060614
25 FILL_SERVICE_AGGR Instance method Protected Method 20060614
26 FILL_SERVICE_FILTER Instance method Protected Method 20060614
27 FILL_SERVICE_SORT Instance method Protected Method 20060614
28 FILL_TOP_OF_LIST Instance method Protected Method 20060531
29 FILL_VALUESETS Instance method Protected Method 20060627
30 GET_CELL_VALUE Instance method Protected Method 20060612
31 GET_HYPERLINK_VALUE Instance method Protected Method 20060627
32 GET_IMAGE_CONTENT Instance method Protected Method 20060609
33 GET_IMAGE_VALUE Instance method Protected Method 20060627
34 GET_VALUESET_VALUE Instance method Protected Method 20060627
35 NEW_RESULT_TABLE Static method Public Method 20060921
36 TRANS_COLUMN Instance method Protected Method 20060609
37 TRANS_COLUMNS Instance method Protected Method 20060609
38 TRANS_HYPERLINKS Instance method Protected Method 20060627
39 TRANS_IMAGES Instance method Protected Method 20060627
40 TRANS_LAYOUT Instance method Protected Method 20060609
41 TRANS_SELECTIONS Instance method Protected Method 20060704
42 TRANS_SERVICES Instance method Protected Method 20060620
43 TRANS_SERVICE_AGGR Instance method Protected Method 20060620
44 TRANS_SERVICE_FILTER Instance method Protected Method 20060620
45 TRANS_SERVICE_SORT Instance method Protected Method 20060620
46 TRANS_VALUESETS Instance method Protected Method 20060627
Events
Class CL_SALV_BS_TT_RESULT_TABLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_RESULT_AGGR_LINE_DATA Private See coding 20081215 begin of ys_result_aggr_line_data, result_data_index type sytabix, s_aggr_line_data type if_salv_bs_r_data_table_aggr=>s_type_aggr_line_descr, end of ys_result_aggr_line_data
2 YT_RESULT_AGGR_LINE_DATA Private See coding 20081215 yt_result_aggr_line_data type sorted table of ys_result_aggr_line_data with unique key result_data_index initial size 1
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_RESULT_DATA Call by reference Object reference (TYPE REF TO) CL_SALV_BS_RESULT_DATA_TABLE 20060601
2 Importing XML_FLAVOUR Call by reference Type reference (TYPE) STRING IF_SALV_BS_C_TT=>C_TT_XML_FLAVOUR_FULL 20061120

Method CONSTRUCTOR on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method CREATE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_BS_DATA_TABLE DataController 20060719

Method CREATE_DATA on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method CREATE_END_OF_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_FORM_ABSTRACT Gestaltungsobjekt 20060801

Method CREATE_END_OF_LIST on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method CREATE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_DATA Call by reference Object reference (TYPE REF TO) CL_SALV_BS_DATA_TABLE DataController 20060719
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_BS_MODEL_TABLE 20060719

Method CREATE_MODEL on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method CREATE_RESULT Signature

Method CREATE_RESULT on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method CREATE_RESULT on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method CREATE_SERVICE_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_MODEL Call by reference Object reference (TYPE REF TO) CL_SALV_BS_MODEL_TABLE 20080218
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_BS_SERVICE_MNGR_TABLE 20080218

Method CREATE_SERVICE_MANAGER on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method CREATE_TOP_OF_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_FORM_ABSTRACT Gestaltungsobjekt 20060801

Method CREATE_TOP_OF_LIST on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method CREATE_TT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_BS_TT_DATA_TABLE 20060719

Method CREATE_TT_DATA on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20060609
2 Importing NAME Call by reference Type reference (TYPE) STRING 20060609
3 Changing S_COLUMN Call by reference Type reference (TYPE) DATA 20060609

Method FILL_COLUMN on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_COLUMNS Signature

Method FILL_COLUMNS on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method FILL_COLUMNS on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_COLUMNS_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Type reference (TYPE) STRING 20060609
2 Returning R_COLUMN Value transfer Object reference (TYPE REF TO) DATA 20060609

Method FILL_COLUMNS_HIDDEN on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_COLUMN_UIE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIELDNAME Value transfer Type reference (TYPE) STRING UI spezifischer Feldname 20061116
2 Changing S_COLUMN Call by reference Type reference (TYPE) DATA 20060609

Method FILL_COLUMN_UIE on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_END_OF_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_SALV_FORM Call by reference Object reference (TYPE REF TO) CL_SALV_FORM_ABSTRACT Inhalt des Gestaltungsobjekts setzen und holen 20060531

Method FILL_END_OF_LIST on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_HYPERLINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting HYPERLINK_ID Call by reference Type reference (TYPE) DATA 20060627
2 Importing VALUE Call by reference Type reference (TYPE) DATA 20060627

Method FILL_HYPERLINKS on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_IMAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IMAGE_ID Call by reference Type reference (TYPE) DATA 20060623
2 Importing VALUE Call by reference Type reference (TYPE) DATA 20060627

Method FILL_IMAGES on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_INDEX Call by reference Type reference (TYPE) I 20060609
2 Importing ROW Call by reference Type reference (TYPE) I 20060609
3 Changing R_TABLE Call by reference Object reference (TYPE REF TO) DATA 20070904
4 Changing S_ROW Call by reference Type reference (TYPE) DATA 20060609

Method FILL_ROW on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_ROWS Signature

Method FILL_ROWS on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method FILL_ROWS on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_ROW_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_INDEX Call by reference Type reference (TYPE) I 20060609
2 Importing ROW Call by reference Type reference (TYPE) I 20060609
3 Changing R_TABLE Call by reference Object reference (TYPE REF TO) DATA 20070904
4 Changing S_CELL Call by reference Type reference (TYPE) DATA 20060609
5 Importing S_COLUMN Call by reference Type reference (TYPE) DATA 20060609

Method FILL_ROW_CELL on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_ROW_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_INDEX Call by reference Type reference (TYPE) I 20060609
2 Importing ROW Call by reference Type reference (TYPE) I 20060609
3 Changing R_TABLE Call by reference Object reference (TYPE REF TO) DATA 20070904
4 Changing S_ROW Call by reference Type reference (TYPE) DATA 20060609

Method FILL_ROW_CELLS on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_ROW_CELL_HYPERLINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing S_CELL Call by reference Type reference (TYPE) DATA 20060626
2 Importing S_COLUMN Call by reference Type reference (TYPE) DATA 20060626
3 Importing S_DATA Call by reference Type reference (TYPE) DATA 20060626

Method FILL_ROW_CELL_HYPERLINK on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_ROW_CELL_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMAGE_TYPE Call by reference Type reference (TYPE) STRING 20080218
2 Changing S_CELL Call by reference Type reference (TYPE) DATA 20060626
3 Importing S_COLUMN Call by reference Type reference (TYPE) DATA 20060626
4 Importing S_DATA Call by reference Type reference (TYPE) DATA 20060626
5 Importing UIE_TYPE Call by reference Type reference (TYPE) STRING 20080218

Method FILL_ROW_CELL_IMAGE on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_ROW_CELL_VALUESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_INDEX Call by reference Type reference (TYPE) I 20080218
2 Changing S_CELL Call by reference Type reference (TYPE) DATA 20060627
3 Importing S_COLUMN Call by reference Type reference (TYPE) DATA 20060627
4 Importing S_DATA Call by reference Type reference (TYPE) DATA 20060627

Method FILL_ROW_CELL_VALUESET on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_SELECTIONS Signature

Method FILL_SELECTIONS on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method FILL_SELECTIONS on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_SERVICES Signature

Method FILL_SERVICES on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method FILL_SERVICES on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_SERVICE_AGGR Signature

Method FILL_SERVICE_AGGR on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method FILL_SERVICE_AGGR on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_SERVICE_FILTER Signature

Method FILL_SERVICE_FILTER on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method FILL_SERVICE_FILTER on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_SERVICE_SORT Signature

Method FILL_SERVICE_SORT on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method FILL_SERVICE_SORT on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_TOP_OF_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_SALV_FORM Call by reference Object reference (TYPE REF TO) CL_SALV_FORM_ABSTRACT Gestaltungsobjekt 20060531

Method FILL_TOP_OF_LIST on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method FILL_VALUESETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) DATA 20060627
2 Exporting VALUESET_ID Call by reference Type reference (TYPE) DATA 20060627

Method FILL_VALUESETS on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method GET_CELL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ATTRIBUTE01 Call by reference Type reference (TYPE) DATA 20060612
2 Exporting DECIMALS Call by reference Type reference (TYPE) DATA 20060612
3 Importing FIELDNAME Call by reference Type reference (TYPE) STRING 20060612
4 Exporting IMAGE_ID Call by reference Type reference (TYPE) DATA 20060612
5 Importing IMAGE_TYPE Call by reference Type reference (TYPE) STRING 20070615
6 Importing I_DECIMALS Call by reference Type reference (TYPE) STRING Anzahl Dezimalstellen 20090713
7 Importing I_EXPONENT Call by reference Type reference (TYPE) STRING Nur für Float relevant 20101116
8 Importing I_REFERENCE Call by reference Type reference (TYPE) STRING 20060830
9 Importing I_TECH_FORM Call by reference Type reference (TYPE) STRING Nur für SAP GUI relevant 20101125
10 Importing ROUND Call by reference Type reference (TYPE) STRING Index interner Tabellen 20090713
11 Importing S_DATA Call by reference Type reference (TYPE) ANY 20060612
12 Importing UIE_TYPE Call by reference Type reference (TYPE) STRING 20080218
13 Exporting VALUE Call by reference Type reference (TYPE) DATA 20060612

Method GET_CELL_VALUE on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method GET_HYPERLINK_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HYPERLINK_ID Call by reference Type reference (TYPE) DATA 20060627
2 Changing VALUE Call by reference Type reference (TYPE) DATA 20060627

Method GET_HYPERLINK_VALUE on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method GET_IMAGE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMAGE_VALUE Call by reference Type reference (TYPE) DATA 20060609
2 Returning VALUE Value transfer Type reference (TYPE) XSTRING 20060609

Method GET_IMAGE_CONTENT on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method GET_IMAGE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMAGE_ID Call by reference Type reference (TYPE) DATA 20060627
2 Changing VALUE Call by reference Type reference (TYPE) DATA 20060627

Method GET_IMAGE_VALUE on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method GET_VALUESET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing VALUE Call by reference Type reference (TYPE) DATA 20060627
2 Importing VALUESET_ID Call by reference Type reference (TYPE) DATA 20060627

Method GET_VALUESET_VALUE on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method NEW_RESULT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_RESULT Call by reference Object reference (TYPE REF TO) CL_SALV_BS_RESULT_DATA_TABLE 20060921
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_BS_TT_RESULT_TABLE 20060921
3 Importing XML_FLAVOUR Call by reference Type reference (TYPE) STRING IF_SALV_BS_C_TT=>C_TT_XML_FLAVOUR_FULL 20061121

Method NEW_RESULT_TABLE on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing S_COLUMN Call by reference Type reference (TYPE) DATA 20060609

Method TRANS_COLUMN on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_COLUMNS Signature

Method TRANS_COLUMNS on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method TRANS_COLUMNS on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_HYPERLINKS Signature

Method TRANS_HYPERLINKS on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method TRANS_HYPERLINKS on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_IMAGES Signature

Method TRANS_IMAGES on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method TRANS_IMAGES on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_LAYOUT Signature

Method TRANS_LAYOUT on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method TRANS_LAYOUT on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_SELECTIONS Signature

Method TRANS_SELECTIONS on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method TRANS_SELECTIONS on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_SERVICES Signature

Method TRANS_SERVICES on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method TRANS_SERVICES on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_SERVICE_AGGR Signature

Method TRANS_SERVICE_AGGR on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method TRANS_SERVICE_AGGR on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_SERVICE_FILTER Signature

Method TRANS_SERVICE_FILTER on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method TRANS_SERVICE_FILTER on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_SERVICE_SORT Signature

Method TRANS_SERVICE_SORT on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method TRANS_SERVICE_SORT on class CL_SALV_BS_TT_RESULT_TABLE has no exception.

Method TRANS_VALUESETS Signature

Method TRANS_VALUESETS on class CL_SALV_BS_TT_RESULT_TABLE has no parameter.
Method TRANS_VALUESETS on class CL_SALV_BS_TT_RESULT_TABLE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710