SAP ABAP Class CL_SALV_CONTROLLER_METADATA (ALV: Abstract Controller)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_OM_OBJECTS (Package) ALV Object Model Basis Classes
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_CONTROLLER ALV: Abstract Controller 20040221
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SALV_C_SLIS_FCODE ALV: Adapter for SLIS Structure 20040223
Properties
Class CL_SALV_CONTROLLER_METADATA  
Short Description ALV: Abstract Controller    
Super Class CL_SALV_CONTROLLER ALV: Abstract Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_OM_OBJECTS   ALV Object Model Basis Classes 
Created 20040221   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SALV_SPECIFIC_GROUPS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 KKBLO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SALV_C_SLIS_FCODE ALV: Adapter for SLIS Structure 20040223
Friends
Class CL_SALV_CONTROLLER_METADATA has no friend class.
Attributes
Class CL_SALV_CONTROLLER_METADATA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 COMPLETE_METADATA_SLIS_TO_KKBL Static method Public Method Complete Meta Data from SLIS to KKBL 20040325
2 COMPLETE_METADATA_SLIS_TO_LVC Static method Public Method Complete Meta Data from SLIS to KKBL 20040325
3 COMPLETE_METADATA_TREE Static method Public Method Completes Field Catalog Tree 20040331
4 GET_BUFFER Static method Public Method 20040221
5 GET_DROPDOWNS Static method Public Method 20040330
6 GET_EXTAB Static method Public Method 20040302
7 GET_FUNCTION_FROM_SLIS_FCODE Static method Public Method 20040229
8 GET_FUNCTION_FROM_TREE_FCODE Static method Public Method 20040624
9 GET_GRID_CURRENT_CELL Static method Public Method 20040223
10 GET_GRID_QUICKINFO Static method Public Method 20040305
11 GET_GRID_SELECTED_CELLS Static method Public Method 20040223
12 GET_GRID_SELECTED_COLS Static method Public Method 20040223
13 GET_GRID_SELECTED_ROWS Static method Public Method 20040223
14 GET_HYPERLINKS Static method Public Method 20040223
15 GET_LIST_CURRENT_CELL Static method Public Method 20040223
16 GET_LIST_SELECTED_CELLS Static method Public Method 20040223
17 GET_LIST_SELECTED_COLS Static method Public Method 20040223
18 GET_LIST_SELECTED_ROWS Static method Public Method 20040223
19 GET_LVC_FIELDCATALOG Static method Public Method 20040316
20 GET_LVC_FILTER Static method Public Method 20040316
21 GET_LVC_FILTER_NOT_ALLOWED Static method Public Method 20040331
22 GET_LVC_LAYOUT Static method Public Method 20040316
23 GET_LVC_PRINT Static method Public Method 20040316
24 GET_LVC_SORT Static method Public Method 20040316
25 GET_LVC_SPECIFIC_GROUPS Static method Public Method 20100519
26 GET_SLIS_EVENTS Static method Public Method 20040223
27 GET_SLIS_EVENTS_EXIT Static method Public Method 20040223
28 GET_SLIS_FCODE_FROM_FUNCTION Static method Public Method 20040229
29 GET_SLIS_FIELDCATALOG Static method Public Method 20040221
30 GET_SLIS_FILTER Static method Public Method 20040221
31 GET_SLIS_GRID_SETTINGS Static method Public Method 20040223
32 GET_SLIS_KEYINFO Static method Public Method 20040223
33 GET_SLIS_LAYOUT Static method Public Method 20040221
34 GET_SLIS_PRINT Static method Public Method 20040221
35 GET_SLIS_QUICKINFO Static method Public Method 20040221
36 GET_SLIS_SORT Static method Public Method 20040221
37 GET_SLIS_SPECIFIC_GROUPS Static method Public Method 20100505
38 GET_TREE_FIELDCATALOG Static method Public Method 20040422
39 GET_TREE_HIERARCHY Static method Public Method Metadata for Tree Hierarchy 20040330
40 GET_TREE_SELECTED_COLS Static method Public Method 20040420
41 GET_TREE_SELECTED_ITEM Static method Public Method 20040420
42 GET_TREE_SELECTED_NODES Static method Public Method 20040420
43 GET_VARIANT Static method Public Method 20040316
44 GET_VARIANT_DEFAULT Static method Public Method 20040316
45 GET_VARIANT_SAVE Static method Public Method 20040316
46 SET_GRID_CURRENT_CELL Static method Public Method 20040223
47 SET_GRID_SELECTED_CELLS Static method Public Method 20040223
48 SET_GRID_SELECTED_COLS Static method Public Method 20040223
49 SET_GRID_SELECTED_ROWS Static method Public Method 20040223
50 SET_LIST_CURRENT_CELL Static method Public Method 20040223
51 SET_LIST_SELECTED_CELLS Static method Public Method 20040223
52 SET_LIST_SELECTED_COLS Static method Public Method 20040223
53 SET_LIST_SELECTED_ROWS Static method Public Method 20040223
54 SET_LVC_FIELDCATALOG Static method Public Method 20040316
55 SET_LVC_FILTER Static method Public Method 20040316
56 SET_LVC_LAYOUT Static method Public Method 20040316
57 SET_LVC_PRINT Static method Public Method 20040316
58 SET_LVC_SORT Static method Public Method 20040316
59 SET_SLIS_FIELDCATALOG Static method Public Method 20040221
60 SET_SLIS_FILTER Static method Public Method 20040221
61 SET_SLIS_LAYOUT Static method Public Method 20040221
62 SET_SLIS_PRINT Static method Public Method 20040221
63 SET_SLIS_SORT Static method Public Method 20040221
64 SET_TREE_FIELDCATALOG Static method Public Method 20040422
65 SET_VARIANT Static method Public Method 20040316
Events
Class CL_SALV_CONTROLLER_METADATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_SPECIFIC_GROUPS Private See coding 20100519 begin of ys_specific_groups, id type y_id, text type y_text, end of ys_specific_groups
2 YTS_SPECIFIC_GROUPS Private See coding 20100519 yts_specific_groups type sorted table of ys_specific_groups with unique key id
3 Y_ID Private Type reference (TYPE) LVC_SPGRP Group key 20100519
4 Y_TEXT Private Type reference (TYPE) LVC_TEXT Group Description 20100519
Method Signatures

Method COMPLETE_METADATA_SLIS_TO_KKBL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV: Spalten einer Tabelle 20040325
2 Changing T_FIELDCATALOG Call by reference Type reference (TYPE) KKBLO_T_FIELDCAT 20040325

Method COMPLETE_METADATA_SLIS_TO_KKBL on class CL_SALV_CONTROLLER_METADATA has no exception.

Method COMPLETE_METADATA_SLIS_TO_LVC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV: Spalten einer Tabelle 20040325
2 Importing R_DISPLAY_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_DISPLAY_SETTINGS ALV: Definition der Anzeige 20040426
3 Changing S_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20040426
4 Changing T_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20040325

Method COMPLETE_METADATA_SLIS_TO_LVC on class CL_SALV_CONTROLLER_METADATA has no exception.

Method COMPLETE_METADATA_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS ALV: Spalten einer Tabelle 20040331
2 Changing T_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20040331

Method COMPLETE_METADATA_TREE on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BUFFER_ACTIVE Call by reference Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040221
2 Exporting BYPASSING_BUFFER Call by reference Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040221
3 Importing R_FUNCTIONAL_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_FUNCTIONAL_SETTINGS ALV Einstellungen zur Funktionalität 20040221

Method GET_BUFFER on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_DROPDOWNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_DROPDOWNS Call by reference Object reference (TYPE REF TO) CL_SALV_DROPDOWNS Im ALV verwendete Ikonen 20040330
2 Returning T_DROPDOWN Value transfer Type reference (TYPE) LVC_T_DROP ALV-Control: Hyperlinks 20040330

Method GET_DROPDOWNS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_EXTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_FUNCTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_FUNCTIONS ALV Funktionen 20040302
2 Returning T_EXTAB Value transfer Type reference (TYPE) SLIS_T_EXTAB 20040302

Method GET_EXTAB on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_FUNCTION_FROM_SLIS_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FUNCTION Value transfer Type reference (TYPE) SALV_DE_FUNCTION ALV Funktion 20040229
2 Importing SLIS_FUNCTION Call by reference Type reference (TYPE) SALV_DE_FUNCTION 20040624

Method GET_FUNCTION_FROM_SLIS_FCODE on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_FUNCTION_FROM_TREE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FUNCTION Value transfer Type reference (TYPE) SALV_DE_FUNCTION 20040624
2 Importing TREE_FUNCTION Call by reference Type reference (TYPE) SALV_DE_FUNCTION 20040624

Method GET_FUNCTION_FROM_TREE_FCODE on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_GRID_CURRENT_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040324
2 Importing R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040223
3 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method GET_GRID_CURRENT_CELL on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_GRID_QUICKINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_TOOLTIPS Call by reference Object reference (TYPE REF TO) CL_SALV_TOOLTIPS Im ALV verwendete Ikonen 20040305
2 Returning T_QUICKINFO Value transfer Type reference (TYPE) LVC_T_QINF Tabelle für die Exception Quickinfo 20040305

Method GET_GRID_QUICKINFO on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_GRID_SELECTED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040324
2 Importing R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040223
3 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method GET_GRID_SELECTED_CELLS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_GRID_SELECTED_COLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040324
2 Importing R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040223
3 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method GET_GRID_SELECTED_COLS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_GRID_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040324
2 Importing R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040223
3 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method GET_GRID_SELECTED_ROWS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_HYPERLINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_HYPERLINKS Call by reference Object reference (TYPE REF TO) CL_SALV_HYPERLINKS Im ALV verwendete Ikonen 20040223
2 Returning T_HYPERLINK Value transfer Type reference (TYPE) LVC_T_HYPE ALV-Control: Hyperlinks 20040223

Method GET_HYPERLINKS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LIST_CURRENT_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040324
2 Importing R_ADAPTER Call by reference Object reference (TYPE REF TO) IF_SALV_ADAPTER Basisinterface für die Adapter 20040223
3 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223
4 Importing R_SELECTIONS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method GET_LIST_CURRENT_CELL on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LIST_SELECTED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040324
2 Importing R_ADAPTER Call by reference Object reference (TYPE REF TO) IF_SALV_ADAPTER ALV List Viewer 20040223
3 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223
4 Importing R_SELECTIONS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method GET_LIST_SELECTED_CELLS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LIST_SELECTED_COLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040324
2 Importing R_ADAPTER Call by reference Object reference (TYPE REF TO) IF_SALV_ADAPTER Basisinterface für die Adapter 20040223
3 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223
4 Importing R_SELECTIONS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method GET_LIST_SELECTED_COLS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LIST_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040324
2 Importing R_ADAPTER Call by reference Object reference (TYPE REF TO) IF_SALV_ADAPTER Basisinterface für die Adapter 20040223
3 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223
4 Importing R_SELECTIONS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method GET_LIST_SELECTED_ROWS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LVC_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_AGGREGATIONS Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Aggregationen 20040316
2 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV Filter 20040316
3 Returning T_FIELDCATALOG Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20040316

Method GET_LVC_FIELDCATALOG on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LVC_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_FILTERS Call by reference Object reference (TYPE REF TO) CL_SALV_FILTERS ALV Filter 20040316
2 Returning T_FILTER Value transfer Type reference (TYPE) LVC_T_FILT ALV-Control: Tabelle der Filterbedingungen 20040316

Method GET_LVC_FILTER on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LVC_FILTER_NOT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_FILTERS Call by reference Object reference (TYPE REF TO) CL_SALV_FILTERS ALV Filter 20040331
2 Returning T_FILTER_EXCL Value transfer Type reference (TYPE) LVC_T_FILT ALV-Control: Tabelle der Filterbedingungen 20040331

Method GET_LVC_FILTER_NOT_ALLOWED on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LVC_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_AGGREGATIONS Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Aggregationen 20040316
2 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV Spalten 20040316
3 Importing R_DISPLAY_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_DISPLAY_SETTINGS ALV Einstellungen zur Anzeige 20040316
4 Importing R_FUNCTIONAL_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_FUNCTIONAL_SETTINGS ALV Einstellungen zur Funktionalität 20040316
5 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV: Selektionen 20040325
6 Changing S_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20040316

Method GET_LVC_LAYOUT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LVC_PRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_PRINT Call by reference Object reference (TYPE REF TO) CL_SALV_PRINT Im ALV verwendete Ikonen 20040316
2 Importing R_SORTS Call by reference Object reference (TYPE REF TO) CL_SALV_SORTS ALV: Sortierung 20040316
3 Changing S_PRINT Call by reference Type reference (TYPE) LVC_S_PRNT Print Einstellungen für LVC 20040316

Method GET_LVC_PRINT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LVC_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_SORTS Call by reference Object reference (TYPE REF TO) CL_SALV_SORTS ALV Sort 20040316
2 Returning T_SORT Value transfer Type reference (TYPE) LVC_T_SORT ALV-Contol: Tabelle der Sortierkriterien 20040316

Method GET_LVC_SORT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_LVC_SPECIFIC_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_SPECIFIC_GROUPS Call by reference Object reference (TYPE REF TO) CL_SALV_SPECIFIC_GROUPS Spaltengruppen 20100519
2 Returning T_SPECIFIC_GROUPS Value transfer Type reference (TYPE) CL_SALV_SPECIFIC_GROUPS=>YTS_SPECIFIC_GROUPS Tabelle der Spaltengruppen 20100519

Method GET_LVC_SPECIFIC_GROUPS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_FOOTER Call by reference Object reference (TYPE REF TO) CL_SALV_FOOTER Allgemeiner Element im Gestaltungsobjekt 20040302
2 Importing R_HEADER Call by reference Object reference (TYPE REF TO) CL_SALV_HEADER Allgemeiner Element im Gestaltungsobjekt 20040302
3 Returning T_EVENT Value transfer Type reference (TYPE) SLIS_T_EVENT 20040223

Method GET_SLIS_EVENTS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_EVENTS_EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AFTER Call by reference Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040810
2 Importing BEFORE Call by reference Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040810
3 Importing R_FUNCTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_FUNCTIONS ALV Funktionen 20040223
4 Returning T_EVENT_EXIT Value transfer Type reference (TYPE) SLIS_T_EVENT_EXIT 20040223

Method GET_SLIS_EVENTS_EXIT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_FCODE_FROM_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNCTION Call by reference Type reference (TYPE) SALV_DE_FUNCTION ALV Funktion 20040229
2 Returning SLIS_FUNCTION Value transfer Type reference (TYPE) SALV_DE_FUNCTION ALV Funktion 20040229

Method GET_SLIS_FCODE_FROM_FUNCTION on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_AGGREGATIONS Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Aggregationen 20040221
2 Importing R_AGGREGATIONS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Aggregationen 20040223
3 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV Filter 20040221
4 Importing R_COLUMNS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV Spalten 20040223
5 Returning T_FIELDCATALOG Value transfer Type reference (TYPE) SLIS_T_FIELDCAT_ALV 20040221

Method GET_SLIS_FIELDCATALOG on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_FILTERS Call by reference Object reference (TYPE REF TO) CL_SALV_FILTERS ALV Filter 20040221
2 Importing R_FILTERS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_FILTERS ALV Filter 20040223
3 Returning T_FILTER Value transfer Type reference (TYPE) SLIS_T_FILTER_ALV 20040221

Method GET_SLIS_FILTER on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_GRID_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_FOOTER Call by reference Object reference (TYPE REF TO) CL_SALV_FOOTER ALV Footerbereich: List/Page 20040302
2 Importing R_HEADER Call by reference Object reference (TYPE REF TO) CL_SALV_HEADER ALV Headerbereich: List/Page 20040302
3 Importing R_PRINT Call by reference Object reference (TYPE REF TO) CL_SALV_PRINT ALV Einstellungen zum Druck 20040223
4 Returning S_GRID_SETTINGS Value transfer Type reference (TYPE) LVC_S_GLAY Grideinstellungen 20040223

Method GET_SLIS_GRID_SETTINGS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_KEYINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning S_KEYINFO Value transfer Type reference (TYPE) SLIS_KEYINFO_ALV 20040223
2 Importing T_BINDING Call by reference Type reference (TYPE) SALV_T_HIERSEQ_BINDING Bindung zwischen 2 Tabellen 20040223

Method GET_SLIS_KEYINFO on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_AGGREGATIONS Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Aggregationen 20040221
2 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV Spalten 20040221
3 Importing R_DISPLAY_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_DISPLAY_SETTINGS ALV Einstellungen zur Anzeige 20040221
4 Importing R_FUNCTIONAL_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_FUNCTIONAL_SETTINGS ALV Einstellungen zur Funktionalität 20040221
5 Importing R_PRINT Call by reference Object reference (TYPE REF TO) CL_SALV_PRINT ALV Einstellungen zum Druck 20040221
6 Importing R_SORTS Call by reference Object reference (TYPE REF TO) CL_SALV_SORTS ALV Sort 20040221
7 Changing S_LAYOUT Call by reference Type reference (TYPE) SLIS_LAYOUT_ALV 20040221

Method GET_SLIS_LAYOUT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_PRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_PRINT Call by reference Object reference (TYPE REF TO) CL_SALV_PRINT Im ALV verwendete Ikonen 20040221
2 Changing S_GRID_SETTINGS Call by reference Type reference (TYPE) LVC_S_GLAY Grideinstellungen 20040615
3 Changing S_PRINT Call by reference Type reference (TYPE) SLIS_PRINT_ALV 20040221

Method GET_SLIS_PRINT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_QUICKINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_TOOLTIPS Call by reference Object reference (TYPE REF TO) CL_SALV_TOOLTIPS Im ALV verwendete Ikonen 20040224
2 Returning T_QUICKINFO Value transfer Type reference (TYPE) SLIS_T_QINFO_ALV 20040221

Method GET_SLIS_QUICKINFO on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_SORTS Call by reference Object reference (TYPE REF TO) CL_SALV_SORTS ALV Sort 20040221
2 Importing R_SORTS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_SORTS ALV Sort 20040223
3 Returning T_SORT Value transfer Type reference (TYPE) SLIS_T_SORTINFO_ALV 20040221

Method GET_SLIS_SORT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_SLIS_SPECIFIC_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_SPECIFIC_GROUPS Call by reference Object reference (TYPE REF TO) CL_SALV_SPECIFIC_GROUPS Spaltengruppen 20100505
2 Returning T_SPECIFIC_GROUPS Value transfer Type reference (TYPE) SLIS_T_SP_GROUP_ALV Tabelle der Spaltengruppen 20100505

Method GET_SLIS_SPECIFIC_GROUPS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_TREE_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_AGGREGATIONS Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Aggregationen 20040422
2 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_TREE ALV Filter 20040422
3 Returning T_FIELDCATALOG Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20040422

Method GET_TREE_FIELDCATALOG on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_TREE_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_TREE_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_TREE_SETTINGS ALV: Globale Tree Einstellungen 20040330
2 Returning S_HIERARCHY Value transfer Type reference (TYPE) TREEV_HHDR Tree Control: Eigenschaften des Hierarchie Headers 20040330

Method GET_TREE_HIERARCHY on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_TREE_SELECTED_COLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040420
2 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS_TREE ALV Selektionen 20040420
3 Importing R_TREE Call by reference Object reference (TYPE REF TO) CL_SALV_GUI_TREE ALV List Viewer 20040420

Method GET_TREE_SELECTED_COLS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_TREE_SELECTED_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040420
2 Importing R_ADAPTER Call by reference Object reference (TYPE REF TO) CL_SALV_TREE_ADAPTER_BASE ALV List Viewer 20040420
3 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS_TREE ALV Selektionen 20040420

Method GET_TREE_SELECTED_ITEM on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_TREE_SELECTED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040420
2 Importing R_ADAPTER Call by reference Object reference (TYPE REF TO) CL_SALV_TREE_ADAPTER_BASE ALV List Viewer 20040420
3 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS_TREE ALV Selektionen 20040420

Method GET_TREE_SELECTED_NODES on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_LAYOUT Call by reference Object reference (TYPE REF TO) CL_SALV_LAYOUT ALV Layout 20040316
2 Changing S_VARIANT Call by reference Type reference (TYPE) DISVARIANT Anzeigevariante (externe Verwendung) 20040316

Method GET_VARIANT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_VARIANT_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEFAULT Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040316
2 Importing R_LAYOUT Call by reference Object reference (TYPE REF TO) CL_SALV_LAYOUT ALV Layout 20040316

Method GET_VARIANT_DEFAULT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method GET_VARIANT_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_LAYOUT Call by reference Object reference (TYPE REF TO) CL_SALV_LAYOUT ALV Layout 20040316
2 Returning SAVE Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20040316

Method GET_VARIANT_SAVE on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_GRID_CURRENT_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040223
2 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method SET_GRID_CURRENT_CELL on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_GRID_SELECTED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040223
2 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method SET_GRID_SELECTED_CELLS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_GRID_SELECTED_COLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040223
2 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method SET_GRID_SELECTED_COLS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_GRID_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040223
2 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method SET_GRID_SELECTED_ROWS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_LIST_CURRENT_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_ADAPTER Call by reference Object reference (TYPE REF TO) IF_SALV_ADAPTER Basisinterface für die Adapter 20040223
2 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223
3 Importing R_SELECTIONS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method SET_LIST_CURRENT_CELL on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_LIST_SELECTED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_ADAPTER Call by reference Object reference (TYPE REF TO) IF_SALV_ADAPTER ALV List Viewer 20040223
2 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223
3 Importing R_SELECTIONS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method SET_LIST_SELECTED_CELLS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_LIST_SELECTED_COLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_ADAPTER Call by reference Object reference (TYPE REF TO) IF_SALV_ADAPTER Basisinterface für die Adapter 20040223
2 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223
3 Importing R_SELECTIONS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method SET_LIST_SELECTED_COLS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_LIST_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_ADAPTER Call by reference Object reference (TYPE REF TO) IF_SALV_ADAPTER Basisinterface für die Adapter 20040223
2 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223
3 Importing R_SELECTIONS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV Selektionen 20040223

Method SET_LIST_SELECTED_ROWS on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_LVC_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_AGGREGATIONS Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Spalten 20040316
2 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV Filter 20040316
3 Importing T_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20040316

Method SET_LVC_FIELDCATALOG on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_LVC_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_FILTERS Call by reference Object reference (TYPE REF TO) CL_SALV_FILTERS ALV Filter 20040316
2 Importing T_FILTER Call by reference Type reference (TYPE) LVC_T_FILT ALV-Control: Tabelle der Filterbedingungen 20040316

Method SET_LVC_FILTER on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_LVC_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_AGGREGATIONS Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Aggregationen 20040316
2 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV Spalten 20040316
3 Importing R_DISPLAY_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_DISPLAY_SETTINGS ALV Einstellungen zur Anzeige 20040316
4 Importing R_FUNCTIONAL_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_FUNCTIONAL_SETTINGS ALV Einstellungen zur Funktionalität 20040316
5 Importing R_SELECTIONS Call by reference Object reference (TYPE REF TO) CL_SALV_SELECTIONS ALV: Selektionen 20040325
6 Importing S_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20040316

Method SET_LVC_LAYOUT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_LVC_PRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_PRINT Call by reference Object reference (TYPE REF TO) CL_SALV_PRINT Im ALV verwendete Ikonen 20040316
2 Importing R_SORTS Call by reference Object reference (TYPE REF TO) CL_SALV_SORTS ALV: Sortierung 20040316
3 Importing S_PRINT Call by reference Type reference (TYPE) LVC_S_PRNT Print Einstellungen für LVC 20040316

Method SET_LVC_PRINT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_LVC_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_SORTS Call by reference Object reference (TYPE REF TO) CL_SALV_SORTS ALV Sort 20040316
2 Importing T_SORT Call by reference Type reference (TYPE) LVC_T_SORT ALV-Contol: Tabelle der Sortierkriterien 20040316

Method SET_LVC_SORT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_SLIS_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_AGGREGATIONS Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Spalten 20040221
2 Importing R_AGGREGATIONS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Spalten 20040223
3 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV Filter 20040221
4 Importing R_COLUMNS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV Filter 20040223
5 Importing T_FIELDCATALOG Call by reference Type reference (TYPE) SLIS_T_FIELDCAT_ALV 20040221

Method SET_SLIS_FIELDCATALOG on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_SLIS_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_FILTERS Call by reference Object reference (TYPE REF TO) CL_SALV_FILTERS ALV Filter 20040221
2 Importing R_FILTERS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_FILTERS ALV Filter 20040223
3 Importing T_FILTER Call by reference Type reference (TYPE) SLIS_T_FILTER_ALV 20040221

Method SET_SLIS_FILTER on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_SLIS_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_AGGREGATIONS Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Aggregationen 20040221
2 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_LIST ALV Spalten 20040221
3 Importing R_DISPLAY_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_DISPLAY_SETTINGS ALV Einstellungen zur Anzeige 20040221
4 Importing R_FUNCTIONAL_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_FUNCTIONAL_SETTINGS ALV Einstellungen zur Funktionalität 20040221
5 Importing R_PRINT Call by reference Object reference (TYPE REF TO) CL_SALV_PRINT ALV Einstellungen zum Druck 20040221
6 Importing R_SORTS Call by reference Object reference (TYPE REF TO) CL_SALV_SORTS ALV Sort 20040221
7 Importing S_LAYOUT Call by reference Type reference (TYPE) SLIS_LAYOUT_ALV 20040221

Method SET_SLIS_LAYOUT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_SLIS_PRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_PRINT Call by reference Object reference (TYPE REF TO) CL_SALV_PRINT Im ALV verwendete Ikonen 20040221
2 Importing S_PRINT Call by reference Type reference (TYPE) SLIS_PRINT_ALV 20040221

Method SET_SLIS_PRINT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_SLIS_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_SORTS Call by reference Object reference (TYPE REF TO) CL_SALV_SORTS ALV Sort 20040221
2 Importing R_SORTS_SLAVE Call by reference Object reference (TYPE REF TO) CL_SALV_SORTS ALV Sort 20040223
3 Importing T_SORT Call by reference Type reference (TYPE) SLIS_T_SORTINFO_ALV 20040221

Method SET_SLIS_SORT on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_TREE_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_AGGREGATIONS Call by reference Object reference (TYPE REF TO) CL_SALV_AGGREGATIONS ALV Spalten 20040422
2 Importing R_COLUMNS Call by reference Object reference (TYPE REF TO) CL_SALV_COLUMNS_TREE ALV Filter 20040422
3 Importing T_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20040422

Method SET_TREE_FIELDCATALOG on class CL_SALV_CONTROLLER_METADATA has no exception.

Method SET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_LAYOUT Call by reference Object reference (TYPE REF TO) CL_SALV_LAYOUT ALV Layout 20040316
2 Importing S_VARIANT Call by reference Type reference (TYPE) DISVARIANT Anzeigevariante (externe Verwendung) 20040316

Method SET_VARIANT on class CL_SALV_CONTROLLER_METADATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700