SAP ABAP Interface IF_SALV_WD_COMP_TABLE_DATA (View Table - Data)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_WD_UI (Package) SALV WD UI
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
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_SALV_WD_DATA_TABLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_SALV_BS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_SALV_BS_R_DATA_TABLE_TYPES 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_WD_COMP_TABLE_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 IF_SALV_WD_C_COLUMN_SETTINGS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
8 IF_SALV_WD_C_UIE_DRDN_BY_INDEX Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
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
# Method Level Visibility Method type Description Created on
1 ANALYZE_ERRORS Instance method Public Method Analyze Errors 20060118
2 APPLY_DROPDOWN_BY_INDEX Instance method Public Method Apply Dropdown by Index 20090507
3 CORRECT_MASS_DATA_ENTRIES Instance method Public Method Correct Mass Data Entries 20060410
4 CREATE Instance method Public Method Create 20041205
5 CREATE_NODE_DATA Instance method Public Method Create Node Data 20041205
6 CREATE_NODE_DATA_FILTER Instance method Public Method Create Node Data Filter 20041205
7 CREATE_NODE_TOOLBAR_STD Instance method Public Method Create Node Toolbar Standard 20041205
8 FILL_NODE_DATA_LINE Instance method Public Method Fill Node Data Line 20090902
9 HANDLE_WD_LOG_REGISTRATION Instance method Public Method Handle WD Log Registrations 20081007
10 IS_SERVICE_EXECUTABLE Instance method Public Method Is Service Executable? 20041214
11 MAP_TO_SOURCE_MODEL Instance method Public Method Map UI Configuration to Configuration Model 20090514
12 NODE_DATA_TECHINFO_FOR_COLUMNS Instance method Public Method Node Data Technical Information (Column) 20060511
13 ON_GET_TITEM_DISPLAY_AS_VALUE Instance method Public Method On Get ToolbarItem Standard "DisplayAs" 20060519
14 ON_SERVICES_CHANGED Instance method Public Method On Services Changed 20060309
15 ON_UPDATE_TITEM_DISPLAY_AS Instance method Public Method On Update ToolbarItem Standard "DisplayAs" 20060519
16 SUPPLY_NODE_DATA_RANGE Instance method Public Method Supply Node Data Range 20090901
17 UPDATE Instance method Public Method Update 20041205
18 UPDATE_NODE_DATA Instance method Public Method Update Node Data 20041205
19 UPDATE_NODE_DATA_ELEMENT Instance method Public Method Update Node Date Element 20090902
20 UPDATE_NODE_DATA_FILTER Instance method Public Method Update Node Data Filter 20041205
21 UPDATE_NODE_DATA_GRAPHIC Instance method Public Method Update Node Data Graphic 20060428
22 UPDATE_NODE_DATA_VIEW_LIST Instance method Public Method Update Node View List 20090601
23 UPDATE_NODE_DATA_XML Instance method Public Method Update Node Data XML 20051012
24 UPDATE_NODE_TOOLBAR_STD Instance method Public Method Update Node Toolbar Standard 20050210
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 Importing ATTRIBUTE Call by reference Type reference (TYPE) STRING 20090507
2 Importing 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 Importing 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 Importing RESULT_DATA_INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20090902
2 Exporting R_DATA_LINE Call by reference Object reference (TYPE REF TO) DATA 20090902
3 Importing S_RESULT_DATA Call by reference Type reference (TYPE) IF_SALV_BS_R_DATA_TABLE_TYPES=>S_TYPE_RESULT_DATA 20090902
4 Exporting T_ATTRIBUTE_PROPERTIES Call by reference Type reference (TYPE) WDR_CONTEXT_PROPERTIES_TAB WD ABAP: Context-Attribut-Properties für ein Element 20090902
5 Exporting 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 Importing 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 Importing MESSAGE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090423
2 Returning 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 Exporting T_ATTRIBUTE Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_INFO_MAP Meta-Information aller Attribute eines Knotens 20060511
2 Exporting 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 Returning 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 Importing FROM_INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20090901
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE API für Context Range Supply 20090901
3 Importing PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20090901
4 Importing 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 Importing 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 Importing DATA_INDEX Call by reference Type reference (TYPE) SYTABIX 20090902
2 Importing S_RESULT_DATA Call by reference Type reference (TYPE) IF_SALV_BS_R_DATA_TABLE_TYPES=>S_TYPE_RESULT_DATA 20090902
3 Changing 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 Changing T_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20090902
5 Importing UPDATE_NODE_DATA_ELEMENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090902
6 Importing 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 Importing 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