SAP ABAP Class CL_SALV_DISPLAY_SETTINGS (Appearance of the ALV Output)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_OM_METADATA (Package) ALV: Meta Data
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_METADATA_BASE ALV: Basis Class Meta Data 20040219
Properties
Class CL_SALV_DISPLAY_SETTINGS  
Short Description Appearance of the ALV Output    
Super Class CL_SALV_METADATA_BASE ALV: Basis Class Meta Data 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_OM_METADATA   ALV: Meta Data 
Created 20040119   SAP 
Last change 20131127   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_C_BOOL_SAP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SALV_DISPLAY_SETTINGS has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SALV_ADAPTER 20040308 ALV: Basis Class Adapter
2 CL_SALV_CONTROLLER 20040221 ALV: Abstract Controller
3 CL_SALV_SERVICE_LAYOUT_DB 20040308 ALV: Database Layout
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_HEADER_SIZE_LARGE Constant Public Type reference (TYPE) SALV_DE_HEADER_SIZE 0 Large Heading 20040121
2 C_HEADER_SIZE_MEDIUM Constant Public Type reference (TYPE) SALV_DE_HEADER_SIZE 2 Medium Heading 20040206
3 C_HEADER_SIZE_SMALL Constant Public Type reference (TYPE) SALV_DE_HEADER_SIZE 1 Small heading 20040121
4 FIT_COLUMN_TO_TABLE_SIZE Instance attribute Private Type reference (TYPE) SAP_BOOL TRUE Boolean Variable (X=True, Space=False) 20051024
5 HORIZONTAL_LINES Instance attribute Private Type reference (TYPE) SAP_BOOL TRUE Horizontal Lines 20040122
6 LIST_HEADER Instance attribute Private Type reference (TYPE) LVC_TITLE Heading 20040122
7 LIST_HEADER_SIZE Instance attribute Private Type reference (TYPE) SALV_DE_HEADER_SIZE Heading Size 20040122
8 MAX_LINESIZE Instance attribute Private Type reference (TYPE) INT4 Total width of list 20130212
9 MIN_LINESIZE Instance attribute Private Type reference (TYPE) INT4 Minimum List Width 20130212
10 NO_MERGING Instance attribute Private Type reference (TYPE) SAP_BOOL FALSE Boolean Variable (X=True, Space=False) 20130211
11 STRIPED_PATTERN Instance attribute Private Type reference (TYPE) SAP_BOOL FALSE Striped Pattern 20040122
12 SUPPRESS_EMPTY_DATA Instance attribute Private Type reference (TYPE) SAP_BOOL FALSE Suppress Empty Data Table 20040227
13 VERTICAL_LINES Instance attribute Private Type reference (TYPE) SAP_BOOL TRUE Vertical Lines 20040122
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040224
2 GET_FIT_COLUMN_TO_TABLE_SIZE Instance method Public Method 20051024
3 GET_LIST_HEADER Instance method Public Method Get Title 20040119
4 GET_LIST_HEADER_SIZE Instance method Public Method Get Header Size 20040120
5 GET_MAX_LINESIZE Instance method Public Method Get Maximum List Width 20130212
6 GET_MIN_LINESIZE Instance method Public Method Get Minimum List Width 20130212
7 GET_SUPPRESS_EMPTY_DATA Instance method Public Method Check Whether Empty Data Table Displayed 20040227
8 IS_HORIZONTAL_LINES Instance method Public Method Check Whether Horizontal Lines Activated 20040119
9 IS_MERGED Instance method Public Method Check if merging is activated 20130211
10 IS_STRIPED_PATTERN Instance method Public Method Check Whether Striped Pattern Activated 20040119
11 IS_VERTICAL_LINES Instance method Public Method Check Whether Vertical Lines Activated 20040119
12 SET_FIT_COLUMN_TO_TABLE_SIZE Instance method Public Method 20051024
13 SET_HORIZONTAL_LINES Instance method Public Method Activate or Deactivate Horizontal Lines 20040119
14 SET_LIST_HEADER Instance method Public Method Set Heading 20040119
15 SET_LIST_HEADER_SIZE Instance method Public Method Set Heading Size 20040120
16 SET_MAX_LINESIZE Instance method Public Method Set Maximum List Width 20130212
17 SET_MIN_LINESIZE Instance method Public Method Set Minimum List Width 20130212
18 SET_NO_MERGING Instance method Public Method Deactivate Merging when Sorting 20130211
19 SET_STRIPED_PATTERN Instance method Public Method Set Striped Pattern 20040119
20 SET_SUPPRESS_EMPTY_DATA Instance method Public Method Specify Whether Empty Data Table Displayed 20040227
21 SET_VERTICAL_LINES Instance method Public Method Activate or Deactivate Vertical Lines 20040119
Events
Class CL_SALV_DISPLAY_SETTINGS has no event.
Types
Class CL_SALV_DISPLAY_SETTINGS has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_SALV_CONTROLLER_METADATA ALV: abstrakter Controller 20040224

Method CONSTRUCTOR on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method GET_FIT_COLUMN_TO_TABLE_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20051024

Method GET_FIT_COLUMN_TO_TABLE_SIZE on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method GET_LIST_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelzeile 20040119

Method GET_LIST_HEADER on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method GET_LIST_HEADER_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SALV_DE_HEADER_SIZE Größe der Überschrift 20040120

Method GET_LIST_HEADER_SIZE on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method GET_MAX_LINESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) INT4 Wert der maximalen Listenbreite 20130212

Method GET_MAX_LINESIZE on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method GET_MIN_LINESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) INT4 Wert der minimalen Listenbreite 20130212

Method GET_MIN_LINESIZE on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method GET_SUPPRESS_EMPTY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040227

Method GET_SUPPRESS_EMPTY_DATA on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method IS_HORIZONTAL_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040119

Method IS_HORIZONTAL_LINES on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method IS_MERGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL boolsche Variable (X=true, space=false) 20130211

Method IS_MERGED on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method IS_STRIPED_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040119

Method IS_STRIPED_PATTERN on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method IS_VERTICAL_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040119

Method IS_VERTICAL_LINES on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method SET_FIT_COLUMN_TO_TABLE_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL IF_SALV_C_BOOL_SAP=>TRUE boolsche Variable (X=true, space=false) 20051024

Method SET_FIT_COLUMN_TO_TABLE_SIZE on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method SET_HORIZONTAL_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040119

Method SET_HORIZONTAL_LINES on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method SET_LIST_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelzeile 20040119

Method SET_LIST_HEADER on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method SET_LIST_HEADER_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SALV_DE_HEADER_SIZE Größe der Überschrift 20040120

Method SET_LIST_HEADER_SIZE on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method SET_MAX_LINESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Value transfer Type reference (TYPE) INT4 maximale Listenbreite 20130212

Method SET_MAX_LINESIZE on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method SET_MIN_LINESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Value transfer Type reference (TYPE) INT4 minimale Listenbreite 20130212

Method SET_MIN_LINESIZE on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method SET_NO_MERGING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL boolsche Variable (X=true, space=false) 20130211

Method SET_NO_MERGING on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method SET_STRIPED_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040119

Method SET_STRIPED_PATTERN on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method SET_SUPPRESS_EMPTY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040227

Method SET_SUPPRESS_EMPTY_DATA on class CL_SALV_DISPLAY_SETTINGS has no exception.

Method SET_VERTICAL_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20040119

Method SET_VERTICAL_LINES on class CL_SALV_DISPLAY_SETTINGS has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 700