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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | 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 | Instance attribute | Public | Type reference (TYPE) | STRING | 20070227 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | 20070227 | ||||
| 3 | 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 | Instance attribute | Public | Type reference (TYPE) | STRING | 20050119 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | I | 20050119 | ||||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_WD_COLUMN_HEADER | ColumnElements | 20050119 | |||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | IF_SALV_WD_C_COLUMN_SETTINGS=>TYPE | 20050119 | ||||
| 8 | 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 | Instance method | Public | Constructor | 20050119 | ||
| 2 | Instance method | Public | Method | Generates an Object for the Column Header | 20050119 | |
| 3 | Instance method | Public | Method | Deletes the Object of the Column Header | 20050119 | |
| 4 | Instance method | Public | Method | Returns the Wording of the Accessibility Description | 20070227 | |
| 5 | Instance method | Public | Method | Returns the Wording of the WAD Help for the Column | 20070227 | |
| 6 | Instance method | Public | Method | Returns Where and Whether the Column Is Fixed | 20050119 | |
| 7 | Instance method | Public | Method | Returns the Object of the Column Header | 20050119 | |
| 8 | Instance method | Public | Method | Returns the Technical Name of the Column | 20050119 | |
| 9 | Instance method | Public | Method | Returns the Position of the Column in the ALV Output | 20050119 | |
| 10 | Instance method | Public | Method | Returns Whether the Column Is Hidden or Displayed | 20050119 | |
| 11 | Instance method | Public | Method | Defines the Wording for the Accesibility Description | 20070227 | |
| 12 | Instance method | Public | Method | Defines the Wording for the WAD Help for the Column | 20070227 | |
| 13 | Instance method | Public | Method | Fixes the Column on Right or Left Edge of the ALV Output | 20050119 | |
| 14 | Instance method | Protected | Method | 20050217 | ||
| 15 | Instance method | Public | Method | Sets the Position of the Column in the ALV Output | 20050119 | |
| 16 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 |