SAP ABAP Class CL_SALV_WD_A_HEADER (Title of the ALV Output and of a Column)
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 20041223
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_COLUMN_HEADER Header for a Column in the ALV Output 20040910
2 Inheritance (c INHERITING FROM c_ref)  CL_SALV_WD_HEADER Title of ALV Output 20040907
Properties
Class CL_SALV_WD_A_HEADER  
Short Description Title of the ALV Output and of a Column    
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 20040907   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_CAPTION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_SALV_WD_C_DDIC_BINDING 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...
Interfaces
Class CL_SALV_WD_A_HEADER 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 DDIC_ELEMENT Instance attribute Public Type reference (TYPE) STRING 20061204
2 DDIC_FIELD Instance attribute Public Type reference (TYPE) WDY_MD_ABAP_TYPE_FEATURE_ENUM IF_SALV_WD_C_COLUMN_SETTINGS=>DDIC_BIND_NONE Web Dynpro : Property of ABAP DDIC Type 20061204
3 IMAGE_FIRST Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20040907
4 IMAGE_SOURCE Instance attribute Public Type reference (TYPE) STRING 20040907
5 TEXT Instance attribute Public Type reference (TYPE) STRING 20040907
6 TEXT_DIRECTION Instance attribute Public Attribute reference (LIKE) CL_WD_CAPTION=>T_TEXT_DIRECTION CL_WD_CAPTION=>E_TEXT_DIRECTION-INHERIT 20090327
7 TOOLTIP Instance attribute Public Type reference (TYPE) STRING 20040907
8 T_DDIC_BINDING Instance attribute Public Type reference (TYPE) T_TYPE_DDIC_BINDING 20061011
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20070222
2 GET_DDIC_BINDING_ELEMENT Instance method Public Method Obsolete Mehod. Use GET_PROP_DDIC_BINDING_ELEMENT. 20061011
3 GET_DDIC_BINDING_FIELD Instance method Public Method Obsolete Method. Use GET_PROP_DDIC_BINDING_FIELD. 20061011
4 GET_IMAGE_FIRST Instance method Public Method Returns the Placement of the Image in the Title 20040907
5 GET_IMAGE_SOURCE Instance method Public Method Returns the Label Text for the Image 20040907
6 GET_PROP_DDIC_BINDING_ELEMENT Instance method Public Method Returns DDIC Data Element for Title and Tooltip 20061019
7 GET_PROP_DDIC_BINDING_FIELD Instance method Public Method Returns Which DDIC-Field Label Is Used 20061019
8 GET_TEXT Instance method Public Method Returns the Text for the Header 20040907
9 GET_TEXT_DIRECTION Instance method Public Method Returns the Read Direction 20090327
10 GET_TOOLTIP Instance method Public Method Returns the Tooltip for the Header 20040907
11 SET_DDIC_BINDING_ELEMENT Instance method Public Method Obsolete Method. Use SET_PROP_DDIC_BINDING_ELEMENT. 20061011
12 SET_DDIC_BINDING_FIELD Instance method Public Method Obsolete Method. Use SET_PROP_DDIC_BINDING_FIELD. 20061011
13 SET_IMAGE_FIRST Instance method Public Method Sets the Placement of the Image Before or After the Header 20040907
14 SET_IMAGE_SOURCE Instance method Public Method Sets the Label Text for the Image 20040907
15 SET_PROP_DDIC_BINDING_ELEMENT Instance method Public Method Defines DDIC Data Element for Title and Tooltip 20061019
16 SET_PROP_DDIC_BINDING_FIELD Instance method Public Method Defines DDIC Field Label for Title and Tooltip 20061019
17 SET_TEXT Instance method Public Method Sets the Text for the Header 20040907
18 SET_TEXT_DIRECTION Instance method Public Method Sets the Read Direction 20090327
19 SET_TOOLTIP Instance method Public Method Sets the Tooltip for the Header 20040907
Events
Class CL_SALV_WD_A_HEADER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_TYPE_DDIC_BINDING Public See coding 20061011 begin of s_type_ddic_binding, property like if_salv_wd_c_ddic_binding=>bind_prop, field like if_salv_wd_c_ddic_binding=>ddic_bind, element type string, end of s_type_ddic_binding
2 T_TYPE_DDIC_BINDING Public See coding 20061011 t_type_ddic_binding type sorted table of s_type_ddic_binding with unique key property
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SALV_WD_A_HEADER has no parameter.
Method CONSTRUCTOR on class CL_SALV_WD_A_HEADER has no exception.

Method GET_DDIC_BINDING_ELEMENT Signature

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

Method GET_DDIC_BINDING_ELEMENT on class CL_SALV_WD_A_HEADER has no exception.

Method GET_DDIC_BINDING_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Attribute reference (LIKE) IF_SALV_WD_C_DDIC_BINDING=>DDIC_BIND Web Dynpro : Eigenschaft eines ABAP DDic Typs 20061011

Method GET_DDIC_BINDING_FIELD on class CL_SALV_WD_A_HEADER has no exception.

Method GET_IMAGE_FIRST 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 20040907

Method GET_IMAGE_FIRST on class CL_SALV_WD_A_HEADER has no exception.

Method GET_IMAGE_SOURCE Signature

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

Method GET_IMAGE_SOURCE on class CL_SALV_WD_A_HEADER has no exception.

Method GET_PROP_DDIC_BINDING_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY Call by reference Attribute reference (LIKE) IF_SALV_WD_C_DDIC_BINDING=>BIND_PROP IF_SALV_WD_C_DDIC_BINDING=>BIND_PROP_TEXT 20061019
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20061019

Method GET_PROP_DDIC_BINDING_ELEMENT on class CL_SALV_WD_A_HEADER has no exception.

Method GET_PROP_DDIC_BINDING_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY Call by reference Attribute reference (LIKE) IF_SALV_WD_C_DDIC_BINDING=>BIND_PROP IF_SALV_WD_C_DDIC_BINDING=>BIND_PROP_TEXT 20061019
2 Returning VALUE Value transfer Attribute reference (LIKE) IF_SALV_WD_C_DDIC_BINDING=>DDIC_BIND 20061019

Method GET_PROP_DDIC_BINDING_FIELD on class CL_SALV_WD_A_HEADER has no exception.

Method GET_TEXT Signature

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

Method GET_TEXT on class CL_SALV_WD_A_HEADER has no exception.

Method GET_TEXT_DIRECTION 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_CAPTION=>T_TEXT_DIRECTION 20090327

Method GET_TEXT_DIRECTION on class CL_SALV_WD_A_HEADER has no exception.

Method GET_TOOLTIP Signature

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

Method GET_TOOLTIP on class CL_SALV_WD_A_HEADER has no exception.

Method SET_DDIC_BINDING_ELEMENT 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 20061011

Method SET_DDIC_BINDING_ELEMENT on class CL_SALV_WD_A_HEADER has no exception.

Method SET_DDIC_BINDING_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Attribute reference (LIKE) IF_SALV_WD_C_DDIC_BINDING=>DDIC_BIND IF_SALV_WD_C_DDIC_BINDING=>DDIC_BIND_NONE 20061011

Method SET_DDIC_BINDING_FIELD on class CL_SALV_WD_A_HEADER has no exception.

Method SET_IMAGE_FIRST 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 20040907

Method SET_IMAGE_FIRST on class CL_SALV_WD_A_HEADER has no exception.

Method SET_IMAGE_SOURCE 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 20040907

Method SET_IMAGE_SOURCE on class CL_SALV_WD_A_HEADER has no exception.

Method SET_PROP_DDIC_BINDING_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY Call by reference Attribute reference (LIKE) IF_SALV_WD_C_DDIC_BINDING=>BIND_PROP IF_SALV_WD_C_DDIC_BINDING=>BIND_PROP_TEXT 20061019
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20061019

Method SET_PROP_DDIC_BINDING_ELEMENT on class CL_SALV_WD_A_HEADER has no exception.

Method SET_PROP_DDIC_BINDING_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY Call by reference Attribute reference (LIKE) IF_SALV_WD_C_DDIC_BINDING=>BIND_PROP IF_SALV_WD_C_DDIC_BINDING=>BIND_PROP_TEXT 20061019
2 Importing VALUE Call by reference Attribute reference (LIKE) IF_SALV_WD_C_DDIC_BINDING=>DDIC_BIND IF_SALV_WD_C_DDIC_BINDING=>DDIC_BIND_NONE 20061019

Method SET_PROP_DDIC_BINDING_FIELD on class CL_SALV_WD_A_HEADER has no exception.

Method SET_TEXT 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 20040907

Method SET_TEXT on class CL_SALV_WD_A_HEADER has no exception.

Method SET_TEXT_DIRECTION 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_CAPTION=>T_TEXT_DIRECTION CL_WD_CAPTION=>E_TEXT_DIRECTION-INHERIT 20090327

Method SET_TEXT_DIRECTION on class CL_SALV_WD_A_HEADER has no exception.

Method SET_TOOLTIP 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 20040907

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