SAP ABAP Class CL_SALV_WD_A_COLUMN (Columns of the ALV Output)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_WD_CONFIG (Package) SALV WD Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_A_MODEL_ITEM CL_SALV_WD_A_MODEL_ITEM 20050119
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_COLUMN Columns of the ALV Output 20050119
Properties
Class CL_SALV_WD_A_COLUMN  
Short Description Columns of the ALV Output    
Super Class CL_SALV_WD_A_MODEL_ITEM CL_SALV_WD_A_MODEL_ITEM 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SALV_WD_CONFIG   SALV WD Configuration 
Created 20050119   SAP 
Last change 20090618   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 CL_WD_ABSTR_TABLE_COLUMN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_SALV_WD_C_COLUMN_SETTINGS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_WDL_CORE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_WDL_STANDARD Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SALV_WD_A_COLUMN has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SALV_WD_MODEL_ACCESS 20090226 ALV Model Help Class for Access
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACCESSIBILITY_DESCR Instance attribute Public Type reference (TYPE) STRING 20070227
2 EXPLANATION Instance attribute Public Type reference (TYPE) STRING 20070227
3 FIXED_POSITION Instance attribute Public Attribute reference (LIKE) CL_WD_ABSTR_TABLE_COLUMN=>T_FIXED_POSITION CL_WD_ABSTR_TABLE_COLUMN=>E_FIXED_POSITION-NOT_FIXED 20050119
4 ID Instance attribute Public Type reference (TYPE) STRING 20050119
5 POSITION Instance attribute Public Type reference (TYPE) I 20050119
6 R_HEADER Instance attribute Public Object reference (TYPE REF TO) CL_SALV_WD_COLUMN_HEADER ColumnElements 20050119
7 TYPE Instance attribute Public Attribute reference (LIKE) IF_SALV_WD_C_COLUMN_SETTINGS=>TYPE 20050119
8 VISIBLE Instance attribute Public Attribute reference (LIKE) CL_WD_ABSTR_TABLE_COLUMN=>T_VISIBLE CL_WD_UIELEMENT=>E_VISIBLE-VISIBLE 20050119
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20050119
2 CREATE_HEADER Instance method Public Method Generates an Object for the Column Header 20050119
3 DELETE_HEADER Instance method Public Method Deletes the Object of the Column Header 20050119
4 GET_ACCESSIBILITY_DESCR Instance method Public Method Returns the Wording of the Accessibility Description 20070227
5 GET_EXPLANATION Instance method Public Method Returns the Wording of the WAD Help for the Column 20070227
6 GET_FIXED_POSITION Instance method Public Method Returns Where and Whether the Column Is Fixed 20050119
7 GET_HEADER Instance method Public Method Returns the Object of the Column Header 20050119
8 GET_ID Instance method Public Method Returns the Technical Name of the Column 20050119
9 GET_POSITION Instance method Public Method Returns the Position of the Column in the ALV Output 20050119
10 GET_VISIBLE Instance method Public Method Returns Whether the Column Is Hidden or Displayed 20050119
11 SET_ACCESSIBILITY_DESCR Instance method Public Method Defines the Wording for the Accesibility Description 20070227
12 SET_EXPLANATION Instance method Public Method Defines the Wording for the WAD Help for the Column 20070227
13 SET_FIXED_POSITION Instance method Public Method Fixes the Column on Right or Left Edge of the ALV Output 20050119
14 SET_ID Instance method Protected Method 20050217
15 SET_POSITION Instance method Public Method Sets the Position of the Column in the ALV Output 20050119
16 SET_VISIBLE Instance method Public Method Hides or Displays the Column 20050119
Events
Class CL_SALV_WD_A_COLUMN has no event.
Types
Class CL_SALV_WD_A_COLUMN 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 ID Call by reference Type reference (TYPE) STRING 20050119

Method CONSTRUCTOR on class CL_SALV_WD_A_COLUMN has no exception.

Method CREATE_HEADER 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_WD_COLUMN_HEADER 20050119

Method CREATE_HEADER on class CL_SALV_WD_A_COLUMN has no exception.

Method DELETE_HEADER 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_WD_COLUMN_HEADER 20050119

Method DELETE_HEADER on class CL_SALV_WD_A_COLUMN has no exception.

Method GET_ACCESSIBILITY_DESCR Signature

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

Method GET_ACCESSIBILITY_DESCR on class CL_SALV_WD_A_COLUMN has no exception.

Method GET_EXPLANATION Signature

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

Method GET_EXPLANATION on class CL_SALV_WD_A_COLUMN has no exception.

Method GET_FIXED_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Attribute reference (LIKE) CL_WD_ABSTR_TABLE_COLUMN=>T_FIXED_POSITION 20050119

Method GET_FIXED_POSITION on class CL_SALV_WD_A_COLUMN has no exception.

Method GET_HEADER 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_WD_COLUMN_HEADER SpaltenElemente 20050119

Method GET_HEADER on class CL_SALV_WD_A_COLUMN has no exception.

Method GET_ID Signature

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

Method GET_ID on class CL_SALV_WD_A_COLUMN has no exception.

Method GET_POSITION Signature

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

Method GET_POSITION on class CL_SALV_WD_A_COLUMN has no exception.

Method GET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Attribute reference (LIKE) CL_WD_ABSTR_TABLE_COLUMN=>T_VISIBLE 20050119

Method GET_VISIBLE on class CL_SALV_WD_A_COLUMN has no exception.

Method SET_ACCESSIBILITY_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20070227

Method SET_ACCESSIBILITY_DESCR on class CL_SALV_WD_A_COLUMN has no exception.

Method SET_EXPLANATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20070227

Method SET_EXPLANATION on class CL_SALV_WD_A_COLUMN has no exception.

Method SET_FIXED_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) CL_WD_ABSTR_TABLE_COLUMN=>T_FIXED_POSITION CL_WD_ABSTR_TABLE_COLUMN=>E_FIXED_POSITION-NOT_FIXED 20050119

Method SET_FIXED_POSITION on class CL_SALV_WD_A_COLUMN has no exception.

Method SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20050217

Method SET_ID on class CL_SALV_WD_A_COLUMN has no exception.

Method SET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) I 20050119

Method SET_POSITION on class CL_SALV_WD_A_COLUMN has no exception.

Method SET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) CL_WD_ABSTR_TABLE_COLUMN=>T_VISIBLE CL_WD_UIELEMENT=>E_VISIBLE-VISIBLE 20050119

Method SET_VISIBLE on class CL_SALV_WD_A_COLUMN has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 700