SAP ABAP Interface IF_SALV_EXPORT_COLUMN_CONF (Column configuration for export service tool)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ATS (Application Component) ABAP Table/Tree Services
⤷
SALV_ST_PUB (Package) ALV Services for Tables: Public API

⤷

⤷

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
Interface | IF_SALV_EXPORT_COLUMN_CONF | |
Short Description | Column configuration for export service tool |
General Data
Package | SALV_ST_PUB | ALV Services for Tables: Public API |
Created | 20090904 | SAP |
Last changed | 20110908 | SAP |
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_TABLE_COLUMN | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | IF_SALV_BS_C_DATA | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | IF_SALV_BS_MODEL_COLUMN | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | IF_SALV_BS_T_DATA | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
6 | IF_SALV_EXPORT_CONFIGURATION | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_SALV_EXPORT_COLUMN_CONF has no interface.
Friends
Interface IF_SALV_EXPORT_COLUMN_CONF has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | DISPLAY_TYPES | Constant | Public | See coding | 20090904 | ||||
2 | REFERENCE_TYPE | 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
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_SALV_EXPORT_COLUMN_CONF has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 800 |