SAP ABAP Class IF_SALV_WD_COLUMN_SETTINGS (Settings for the Column in the ALV Output)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_WD_CONFIG_TABLE Configuration of the ALV Output 20040909
Properties
Class IF_SALV_WD_COLUMN_SETTINGS  
Short Description Settings for the Column in the ALV Output    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20020903   SAP 
Last change 20110908   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_WDL_CORE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_SALV_WD_COLUMN_SETTINGS has no interface implemented.
Friends
Class IF_SALV_WD_COLUMN_SETTINGS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLUMN_HEADER_SPLITTER Instance attribute Public Type reference (TYPE) ABAP_BOOL OBSOLETE - This attribute must no longer be used 20091215
2 T_COLUMNS Instance attribute Public Type reference (TYPE) SALV_WD_T_COLUMN_REF SALV_WD_T_COLUMN_REF 20041201
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_COLUMN Instance method Public Method Generates the Object of a Column 20041223
2 DELETE_COLUMN Instance method Public Method Deletes the Object of a Column 20041223
3 DELETE_COLUMNS Instance method Public Method Deletes All Column Objects of the ALV Output 20061116
4 GET_COLUMN Instance method Public Method Returns the Object of a Column 20040909
5 GET_COLUMNS Instance method Public Method Returns the Objects of All Columns 20040909
6 SET_COLUMN_HEADER_SPLITTER Instance method Public Method OBSOLETE - This method must no longer be used 20091215
Events
Class IF_SALV_WD_COLUMN_SETTINGS has no event.
Types
Class IF_SALV_WD_COLUMN_SETTINGS has no local type.
Method Signatures

Method CREATE_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 20041223
2 Importing POSITION Call by reference Type reference (TYPE) I 20041223
3 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_WD_COLUMN 20041223

Method CREATE_COLUMN on class IF_SALV_WD_COLUMN_SETTINGS has no exception.

Method DELETE_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 20041223

Method DELETE_COLUMN on class IF_SALV_WD_COLUMN_SETTINGS has no exception.

Method DELETE_COLUMNS Signature

Method DELETE_COLUMNS on class IF_SALV_WD_COLUMN_SETTINGS has no parameter.
Method DELETE_COLUMNS on class IF_SALV_WD_COLUMN_SETTINGS has no exception.

Method GET_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 20040909
2 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_SALV_WD_COLUMN 20040909

Method GET_COLUMN on class IF_SALV_WD_COLUMN_SETTINGS has no exception.

Method GET_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) SALV_WD_T_COLUMN_REF SALV_WD_T_COLUMN_REF 20040909

Method GET_COLUMNS on class IF_SALV_WD_COLUMN_SETTINGS has no exception.

Method SET_COLUMN_HEADER_SPLITTER 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 20091215

Method SET_COLUMN_HEADER_SPLITTER on class IF_SALV_WD_COLUMN_SETTINGS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in