Hierarchy
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SALV_WD_C_TABLE_V_TABLE | View Table | 20041205 |
Properties
| Interface | IF_SALV_WD_COMP_TABLE_DATA | |
| Short Description | View Table - Data |
General Data
| Package | SALV_WD_UI | SALV WD UI |
| Created | 20041205 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interfaces
Interface IF_SALV_WD_COMP_TABLE_DATA has no interface.
Friends
Interface IF_SALV_WD_COMP_TABLE_DATA has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_NODE_NAME | Constant | Public | See coding | 20090514 | ||||
| 2 | DATA_ALV_REGISTERED | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20081007 | |||
| 3 | DATA_APP_REGISTERED | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20081007 | |||
| 4 | DATA_FILT_REGISTERED | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20081007 | |||
| 5 | OFFICE_TEMPLATE_FOUND | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20060601 | |||
| 6 | R_DATA | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_WD_DATA_TABLE | DataController | 20041205 | ||
| 7 | R_DATADESCR_BOOL | Static Attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20051201 | ||
| 8 | R_DATADESCR_ENUM | Static Attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20051201 | ||
| 9 | R_DATADESCR_INT | Static Attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20051201 | ||
| 10 | R_DATADESCR_VALUE | Static Attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20051201 | ||
| 11 | R_DATA_FILTER | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_WD_DATA_TABLE | Data Table for WebDynpro | 20050802 | ||
| 12 | T_COLUMN_TECH | Instance attribute | Public | Type reference (TYPE) | IF_SALV_WD_COMP_TABLE_DATA=>T_TYPE_COLUMN_TECH | Columns Technical Information | 20050311 | ||
| 13 | T_REFERENCING_INDEX | Instance attribute | Public | Type reference (TYPE) | IF_SALV_WD_COMP_TABLE_DATA=>T_TYPE_REFERENCING_INDEX | Reference Indexs | 20080528 | ||
| 14 | T_RENDERED | Instance attribute | Public | Type reference (TYPE) | IF_SALV_WD_COMP_TABLE_DATA=>T_TYPE_RENDERED | Rendered | 20050926 |
Methods
Events
Interface IF_SALV_WD_COMP_TABLE_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_TYPE_COLUMN | Public | See coding | Column | 20050311 | begin of s_type_column,
column type string,
r_column type ref to cl_salv_wd_column,
r_editor type ref to cl_salv_wd_uie,
orig_pos type sytabix,
read_only type abap_bool,
end of s_type_column
|
|
| 2 | S_TYPE_COLUMN_TECH | Public | See coding | Column Technical Information | 20050311 | begin of s_type_column_tech,
s_column type s_type_column,
s_field type s_type_field,
s_bind type s_type_field_bind,
t_merge_relevant_fields type yt_field_name, " PN YI3K044509 WD ALV: Switch off cell merge on link columns
end of s_type_column_tech
|
|
| 3 | S_TYPE_FIELD | Public | See coding | Field | 20050327 | begin of s_type_field,
field type string,
r_field type ref to cl_salv_wd_field,
end of s_type_field
|
|
| 4 | S_TYPE_FIELD_BIND | Public | See coding | Field Binding | 20050310 | begin of s_type_field_bind,
cell_visible type string,
cell_variant type string,
cell_merge type string,
cell_keyf type string,
cell_keyf_level type string,
end of s_type_field_bind
|
|
| 5 | S_TYPE_FIELD_REF | Public | See coding | Field Reference | 20050104 | begin of s_type_field_ref,
field type string,
field_ref type string,
field_type type char1,
end of s_type_field_ref
|
|
| 6 | S_TYPE_REFERENCING_INDEX | Public | See coding | Reference Index | 20080528 | begin of s_type_referencing_index,
source type sytabix,
target type sytabix,
end of s_type_referencing_index
|
|
| 7 | T_TYPE_COLUMN_TECH | Public | See coding | Columns Technical Information | 20050311 | t_type_column_tech type sorted table of s_type_column_tech with unique key s_column-column
with non-unique sorted key field components s_field-field initial size 1
|
|
| 8 | T_TYPE_COMPONENT | Public | See coding | Components | 20050104 | t_type_component type sorted table of abap_componentdescr with unique key name initial size 1
|
|
| 9 | T_TYPE_FIELD_REF | Public | See coding | Field References | 20050104 | t_type_field_ref type standard table of s_type_field_ref with non-unique key field initial size 1
|
|
| 10 | T_TYPE_REFERENCING_INDEX | Public | See coding | Reference Indexes | 20080528 | t_type_referencing_index type sorted table of s_type_referencing_index with unique key source target
with non-unique sorted key target components target initial size 1
|
|
| 11 | T_TYPE_RENDERED | Public | See coding | Rendered | 20050927 | t_type_rendered type standard table of guid_32 initial size 1
|
|
| 12 | YS_RANGE | Public | See coding | Range | 20090923 | begin of ys_range,
from_index type sytabix,
to_index type sytabix,
end of ys_range
|
|
| 13 | YT_FIELD_NAME | Public | See coding | 20110324 | yt_field_name type table of string with default key
|
||
| 14 | YT_RANGE | Public | See coding | Ranges | 20090923 | yt_range type hashed table of ys_range with unique key from_index to_index initial size 1
|
Method Signatures
Method ANALYZE_ERRORS Signature
Method ANALYZE_ERRORS on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method ANALYZE_ERRORS on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method APPLY_DROPDOWN_BY_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20090507 | ||||
| 2 | R_EDITOR | Call by reference | Object reference (TYPE REF TO) | CL_SALV_WD_UIE | Oberflächenelement in den Zellen der ALV-Ausgabe | 20090507 |
Method APPLY_DROPDOWN_BY_INDEX on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method CORRECT_MASS_DATA_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_MESSAGE | Call by reference | Type reference (TYPE) | CL_SALV_WD_DATA_TABLE=>T_TYPE_MSG_WD | OBSOLETE | 20080326 |
Method CORRECT_MASS_DATA_ENTRIES on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method CREATE Signature
Method CREATE on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method CREATE on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method CREATE_NODE_DATA Signature
Method CREATE_NODE_DATA on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method CREATE_NODE_DATA on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method CREATE_NODE_DATA_FILTER Signature
Method CREATE_NODE_DATA_FILTER on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method CREATE_NODE_DATA_FILTER on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method CREATE_NODE_TOOLBAR_STD Signature
Method CREATE_NODE_TOOLBAR_STD on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method CREATE_NODE_TOOLBAR_STD on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method FILL_NODE_DATA_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT_DATA_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20090902 | |||
| 2 | R_DATA_LINE | Call by reference | Object reference (TYPE REF TO) | DATA | 20090902 | ||||
| 3 | S_RESULT_DATA | Call by reference | Type reference (TYPE) | IF_SALV_BS_R_DATA_TABLE_TYPES=>S_TYPE_RESULT_DATA | 20090902 | ||||
| 4 | T_ATTRIBUTE_PROPERTIES | Call by reference | Type reference (TYPE) | WDR_CONTEXT_PROPERTIES_TAB | WD ABAP: Context-Attribut-Properties für ein Element | 20090902 | |||
| 5 | T_NULL_CELLS | Call by reference | Type reference (TYPE) | IF_SALV_BS_T_DATA=>T_TYPE_CELL | 20090902 |
Method FILL_NODE_DATA_LINE on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method HANDLE_WD_LOG_REGISTRATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UNREGISTER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081007 |
Method HANDLE_WD_LOG_REGISTRATION on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method IS_SERVICE_EXECUTABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090423 | |||
| 2 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20041214 |
Method IS_SERVICE_EXECUTABLE on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method MAP_TO_SOURCE_MODEL Signature
Method MAP_TO_SOURCE_MODEL on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method MAP_TO_SOURCE_MODEL on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method NODE_DATA_TECHINFO_FOR_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_ATTRIBUTE | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_INFO_MAP | Meta-Information aller Attribute eines Knotens | 20060511 | |||
| 2 | T_COMPONENT | Call by reference | Type reference (TYPE) | ABAP_COMPONENT_TAB | 20060511 |
Method NODE_DATA_TECHINFO_FOR_COLUMNS on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method ON_GET_TITEM_DISPLAY_AS_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20060519 |
Method ON_GET_TITEM_DISPLAY_AS_VALUE on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method ON_SERVICES_CHANGED Signature
Method ON_SERVICES_CHANGED on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method ON_SERVICES_CHANGED on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method ON_UPDATE_TITEM_DISPLAY_AS Signature
Method ON_UPDATE_TITEM_DISPLAY_AS on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method ON_UPDATE_TITEM_DISPLAY_AS on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method SUPPLY_NODE_DATA_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20090901 | |||
| 2 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | API für Context Range Supply | 20090901 | |||
| 3 | PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20090901 | |||
| 4 | TO_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index interner Tabellen | 20090901 |
Method SUPPLY_NODE_DATA_RANGE on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method UPDATE Signature
Method UPDATE on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method UPDATE on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method UPDATE_NODE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INITIALIZE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20050927 |
Method UPDATE_NODE_DATA on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method UPDATE_NODE_DATA_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20090902 | ||||
| 2 | S_RESULT_DATA | Call by reference | Type reference (TYPE) | IF_SALV_BS_R_DATA_TABLE_TYPES=>S_TYPE_RESULT_DATA | 20090902 | ||||
| 3 | T_ATTRIBUTE_PROPERTIES | Call by reference | Type reference (TYPE) | WDR_CONTEXT_PROP_FOR_NODE_TAB | WD ABAP: Context-Attribut-Properties für einen Knoten | 20090902 | |||
| 4 | T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090902 | ||||
| 5 | UPDATE_NODE_DATA_ELEMENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090902 | |||
| 6 | USE_RENDER_LOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090902 |
Method UPDATE_NODE_DATA_ELEMENT on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method UPDATE_NODE_DATA_FILTER Signature
Method UPDATE_NODE_DATA_FILTER on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method UPDATE_NODE_DATA_FILTER on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method UPDATE_NODE_DATA_GRAPHIC Signature
Method UPDATE_NODE_DATA_GRAPHIC on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method UPDATE_NODE_DATA_GRAPHIC on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method UPDATE_NODE_DATA_VIEW_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FORCE_UPDATE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Forces an update of the personaliation view node | 20100602 |
Method UPDATE_NODE_DATA_VIEW_LIST on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method UPDATE_NODE_DATA_XML Signature
Method UPDATE_NODE_DATA_XML on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method UPDATE_NODE_DATA_XML on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
Method UPDATE_NODE_TOOLBAR_STD Signature
Method UPDATE_NODE_TOOLBAR_STD on Interface IF_SALV_WD_COMP_TABLE_DATA has no parameter.
Method UPDATE_NODE_TOOLBAR_STD on Interface IF_SALV_WD_COMP_TABLE_DATA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |