SAP ABAP Class IF_SALV_EXPORT_COLUMN_CONF (Column configuration for export service tool)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SALV_EXPORT_COL_CONF | Export Tool Column Configuration | 20090904 |
Properties
| Class | IF_SALV_EXPORT_COLUMN_CONF | |
| Short Description | Column configuration for export service tool | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090904 | SAP |
| Last change | 20110908 | 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... | |
| 6 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_SALV_EXPORT_COLUMN_CONF has no interface implemented.
Friends
Class IF_SALV_EXPORT_COLUMN_CONF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20090904 | |||||
| 2 | Constant | Public | See coding | 20090904 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | specifies the cell design (WebDynpro constants) | 20090904 | |
| 2 | Instance method | Public | Method | specifies header description for accessibility purposes | 20090904 | |
| 3 | Instance method | Public | Method | specifies a link target | 20090904 | |
| 4 | Instance method | Public | Method | specifies the horizontal alignment (WebDynpro constants) | 20090904 | |
| 5 | Instance method | Public | Method | specifies an image (for display types supporting images) | 20090904 | |
| 6 | Instance method | Public | Method | specifies the reference field (for CURR and QUAN) | 20090904 | |
| 7 | Instance method | Public | Method | specifies a text to be displayed in addition to cell value | 20090904 | |
| 8 | Instance method | Public | Method | specifies a value set for translating values into texts | 20090904 |
Events
Class IF_SALV_EXPORT_COLUMN_CONF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | Y_DISPLAY_TYPE | Public | Type reference (TYPE) | IF_SALV_BS_MODEL_COLUMN=>TYPE_UIE | 20090904 | |
|
| 2 | Y_FIELD_NAME | Public | Type reference (TYPE) | STRING | 20090904 | |
|
| 3 | Y_HYPERLINK | Public | Type reference (TYPE) | STRING | 20090904 | |
|
| 4 | Y_IMAGE | Public | Type reference (TYPE) | STRING | 20090904 | |
|
| 5 | Y_REFERENCE_TYPE | Public | Type reference (TYPE) | IF_SALV_BS_C_DATA=>TYPE_REFFIELDTYPE | 20090904 | |
|
| 6 | Y_TEXT | Public | Type reference (TYPE) | IF_SALV_EXPORT_CONFIGURATION=>Y_TEXT | 20090904 | |
|
| 7 | Y_VALUE_SET | Public | Type reference (TYPE) | IF_SALV_BS_T_DATA=>T_TYPE_ATTRIBUTE_VALUE_SET | 20090904 | |
Method Signatures
Method SET_CELL_DESIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CELL_DESIGN | Call by reference | Attribute reference (LIKE) | CL_WD_TABLE_COLUMN=>T_CELL_DESIGN | WebDynpro Cell Design | 20090904 | |||
| 2 | CELL_DESIGN_SRC_FIELD | Call by reference | Type reference (TYPE) | Y_FIELD_NAME | 20090904 |
Method SET_CELL_DESIGN on class IF_SALV_EXPORT_COLUMN_CONF has no exception.
Method SET_HEADER_ACCESSIBILITY_DESC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCRIPTION | Call by reference | Type reference (TYPE) | Y_TEXT | 20090904 |
Method SET_HEADER_ACCESSIBILITY_DESC on class IF_SALV_EXPORT_COLUMN_CONF has no exception.
Method SET_HYPERLINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HYPERLINK | Call by reference | Type reference (TYPE) | Y_HYPERLINK | 20090904 | ||||
| 2 | HYPERLINK_SRC_FIELD | Call by reference | Type reference (TYPE) | Y_FIELD_NAME | 20090904 |
Method SET_HYPERLINK on class IF_SALV_EXPORT_COLUMN_CONF has no exception.
Method SET_H_ALIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | H_ALIGN | Call by reference | Attribute reference (LIKE) | CL_WD_TABLE_COLUMN=>T_H_ALIGN | T_H_ALIGN | 20090904 |
Method SET_H_ALIGN on class IF_SALV_EXPORT_COLUMN_CONF has no exception.
Method SET_IMAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IMAGE | Call by reference | Type reference (TYPE) | Y_IMAGE | See WebDynpro Documentation about "Web Icons" | 20090904 | |||
| 2 | IMAGE_FIRST | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090904 | ||||
| 3 | IMAGE_FIRST_SRC_FIELD | Call by reference | Type reference (TYPE) | Y_FIELD_NAME | 20090904 | ||||
| 4 | IMAGE_SRC_FIELD | Call by reference | Type reference (TYPE) | Y_FIELD_NAME | 20090904 |
Method SET_IMAGE on class IF_SALV_EXPORT_COLUMN_CONF has no exception.
Method SET_REFERENCE_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIELD_NAME | Call by reference | Type reference (TYPE) | Y_FIELD_NAME | 20090904 | ||||
| 2 | TYPE | Call by reference | Type reference (TYPE) | Y_REFERENCE_TYPE | use constant REFERENCE_TYPE | 20090904 |
Method SET_REFERENCE_FIELD on class IF_SALV_EXPORT_COLUMN_CONF has no exception.
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEXT | Call by reference | Type reference (TYPE) | Y_TEXT | 20090904 | ||||
| 2 | TEXT_SRC_FIELD | Call by reference | Type reference (TYPE) | Y_FIELD_NAME | 20090904 |
Method SET_TEXT on class IF_SALV_EXPORT_COLUMN_CONF has no exception.
Method SET_VALUE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE_SET | Call by reference | Type reference (TYPE) | Y_VALUE_SET | 20090904 |
Method SET_VALUE_SET on class IF_SALV_EXPORT_COLUMN_CONF has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |