SAP ABAP Class CL_WDR_TEST_DATA_GRID_ASSIST (Assistance-Klasse für ZKK_TEST_DATA_GRID)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_TEST (Package) Web Dynpro: Tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20121127
Properties
Class CL_WDR_TEST_DATA_GRID_ASSIST  
Short Description Assistance-Klasse für ZKK_TEST_DATA_GRID    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_TEST   Web Dynpro: Tests 
Created 20121127   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
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_WDG_UR_WEB_ICON_REPOSITORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WDR_TEST_DATA_GRID_ASSIST has no interface implemented.
Friends
Class CL_WDR_TEST_DATA_GRID_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_GRID_NODES Instance attribute Private Type reference (TYPE) TY_T_GRID_NODES 20121127
2 MT_ICONS Instance attribute Private Type reference (TYPE) CL_WDG_UR_WEB_ICON_REPOSITORY=>T_ICON_MAP 20130219
3 MV_SEGMENT_COLS Instance attribute Private Type reference (TYPE) I 20121130
4 MV_SEGMENT_INNER_COLS Instance attribute Private Type reference (TYPE) I 20121130
5 MV_SEGMENT_INNER_ROWS Instance attribute Private Type reference (TYPE) I 20121130
6 MV_SEGMENT_ROWS Instance attribute Private Type reference (TYPE) I 20121130
Methods
# Method Level Visibility Method type Description Created on
1 BIND_DATA Instance method Public Method 20121127
2 BIND_NODE_DATA Instance method Public Method 20121127
3 CALLBACK_REFERENCE Instance method Public Method 20130502
4 CHANGE_DATA_COLS Instance method Public Method 20121127
5 CONSTRUCTOR Instance method Public Constructor 20130219
6 CREATE_AND_BIND_NODE_2D Instance method Public Method 20130220
7 CREATE_NODE Instance method Public Method 20121127
8 CREATE_RANGE_NODE Instance method Public Method 20131212
9 EXPORT_TO_EXCEL Instance method Public Method 20130207
10 FILL_DATA Instance method Public Method 20121127
11 GET_CELL_CONTENT_ELEMENTS Instance method Public Method 20130326
12 GET_DATA Instance method Public Method 20121127
13 GET_NUMBER_OF_COLS Instance method Public Method 20121130
14 GET_NUMBER_OF_ROWS Instance method Public Method 20121130
15 GET_SBOOK_DATA Instance method Public Method 20130301
16 GET_SEGMENT_IDS Instance method Public Method 20121127
17 INITIALIZE Instance method Public Method 20121130
18 PREPARE_EXPORT_DATA Instance method Public Method 20131025
19 SUPPLY_DATA Instance method Public Method 20131113
20 SUPPLY_SIZE_DATA Instance method Public Method 20131212
21 UPDATE_DATA Instance method Public Method 20121127
Events
Class CL_WDR_TEST_DATA_GRID_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_DATA_GRID Public See coding 20130207 begin of TS_DATA_grid , wd_tkey_x type i, wd_tkey_y type i, value type string, icon_source type string, state type wdui_c_table_hierachical_state, sort_state type wdui_table_col_sort_dir, is_filtered type wdui_filterstate, level type i, tl_position type wdui_cell_decorator_position, "tl_position type wdui_visibility, tr_position type wdui_visibility, selected_template_key type string, background type wdui_table_cell_design, tooltip type string, end of ts_data_grid
2 TS_DATA_REF Public See coding 20130502 begin of TS_DATA_ref , wd_tkey_x type i, wd_tkey_y type i, amount type s_price, currency type s_currcode, end of ts_data_ref
3 TT_DATA_GRID Public See coding 20130207 tt_data_grid type standard table of ts_data_grid with non-unique default key with non-unique sorted key wd_tkey_2d components wd_tkey_x wd_tkey_y
4 TT_DATA_REF Public See coding 20130502 tt_data_ref type standard table of ts_data_ref with non-unique default key with non-unique sorted key wd_tkey_2d components wd_tkey_x wd_tkey_y
5 TT_SBOOK_PART Public See coding 20130301 tt_sbook_part type standard table of t_sbook_part with default key
6 TY_S_GRID_NODE Private See coding 20121127 begin of ty_s_grid_node, node_name type string, node type ref to if_wd_context_node_2d, node_data type tt_data_grid, end of ty_s_grid_node
7 TY_T_GRID_NODES Private See coding 20121127 ty_t_grid_nodes type standard table of ty_s_grid_node with non-unique default key
8 T_SBOOK_PART Public See coding 20130301 begin of t_sbook_part, fldate type s_date, carrid type s_carr_id, connid type s_conn_id, end of t_sbook_part
Method Signatures

Method BIND_DATA Signature

Method BIND_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no parameter.
Method BIND_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method BIND_NODE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEGMENT Call by reference Object reference (TYPE REF TO) CL_WD_DATA_GRID_SEGMENT 20121127

Method BIND_NODE_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method CALLBACK_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20130502
2 Importing FIELD_NAME Call by reference Type reference (TYPE) STRING 20130502
3 Exporting REFERENCE_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20130502
4 Exporting REFERENCE_FIELD_NAME Call by reference Type reference (TYPE) STRING 20130502

Method CALLBACK_REFERENCE on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method CHANGE_DATA_COLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) STRING 20121127
2 Importing FROM_X Call by reference Type reference (TYPE) I 3 20121127
3 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20121127
4 Importing NUM_COLS Call by reference Type reference (TYPE) I 2 20121127

Method CHANGE_DATA_COLS on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_WDR_TEST_DATA_GRID_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method CREATE_AND_BIND_NODE_2D Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_INFO_MAP Meta-Information aller Attribute eines Knotens 20130809
2 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE 20130220
3 Returning NODE2D Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_2D Interface für Grid-Kontext 20130220
4 Importing PARENT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20130220
5 Importing TABLE Call by reference Type reference (TYPE) ANY TABLE 20130220

Method CREATE_AND_BIND_NODE_2D on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method CREATE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALLBACK_FOR_VALUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130502
2 Importing DEFAULT_ATTRIBUTES Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_INFO_MAP Meta-Information aller Attribute eines Knotens 20140213
3 Returning NODE_PATH Value transfer Type reference (TYPE) STRING 20121127
4 Importing ROOT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20121127
5 Importing SEGMENT_NAME Call by reference Type reference (TYPE) STRING 20121127
6 Importing SUPPLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20131113

Method CREATE_NODE on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method CREATE_RANGE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT_VALUE Call by reference Type reference (TYPE) I 20131212
2 Importing MAX_ELEMENTS Call by reference Type reference (TYPE) I 20131212
3 Importing NAME Call by reference Type reference (TYPE) STRING 20131212
4 Returning NODE_PATH Value transfer Type reference (TYPE) STRING 20131212
5 Importing ROOT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20131212

Method CREATE_RANGE_NODE on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method EXPORT_TO_EXCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_GRID Call by reference Object reference (TYPE REF TO) CL_WD_DATA_GRID 20130208
2 Importing IO_ROOT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20130208

Method EXPORT_TO_EXCEL on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method FILL_DATA Signature

Method FILL_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no parameter.
Method FILL_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method GET_CELL_CONTENT_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CELL_CONTENT Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20130326

Method GET_CELL_CONTENT_ELEMENTS on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DATA_GRID Value transfer Type reference (TYPE) TT_DATA_GRID 20121127
2 Importing SEGMENT_NAME Call by reference Type reference (TYPE) STRING 20121127

Method GET_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method GET_NUMBER_OF_COLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_COLS Value transfer Type reference (TYPE) I 20121130

Method GET_NUMBER_OF_COLS on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method GET_NUMBER_OF_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_ROWS Value transfer Type reference (TYPE) I 20121130

Method GET_NUMBER_OF_ROWS on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method GET_SBOOK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_FROM Call by reference Type reference (TYPE) D 20130301
2 Importing DATE_TO Call by reference Type reference (TYPE) D 20130301
3 Returning SBOOK_PART Value transfer Type reference (TYPE) TT_SBOOK_PART 20130301

Method GET_SBOOK_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method GET_SEGMENT_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SEGMENT_IDS Value transfer Type reference (TYPE) STRING_TABLE 20121127

Method GET_SEGMENT_IDS on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUMBER_OF_COLUMNS Call by reference Type reference (TYPE) I 100 20121130
2 Importing IV_NUMBER_OF_ROWS Call by reference Type reference (TYPE) I 50 20121130
3 Importing IV_NUMBER_OF_SEG_COLS Call by reference Type reference (TYPE) I 3 20121130
4 Importing IV_NUMBER_OF_SEG_ROWS Call by reference Type reference (TYPE) I 2 20121130

Method INITIALIZE on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method PREPARE_EXPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTENT Call by reference Type reference (TYPE) TT_DATA_GRID 20131025
2 Exporting ET_MERGES Call by reference Type reference (TYPE) IF_WD_CONTEXT_NODE_2D=>TY_T_RANGE_2D 20131025
3 Importing IV_SEGMENT_NAME Call by reference Type reference (TYPE) STRING 20131025

Method PREPARE_EXPORT_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method SUPPLY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM_X Call by reference Type reference (TYPE) I 20131113
2 Importing FROM_Y Call by reference Type reference (TYPE) I 20131113
3 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_2D 20131113
4 Importing PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20131113
5 Importing SET_INITIAL Call by reference Type reference (TYPE) ABAP_BOOL 20131113
6 Importing TO_X Call by reference Type reference (TYPE) I 20131113
7 Importing TO_Y Call by reference Type reference (TYPE) I 20131113

Method SUPPLY_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method SUPPLY_SIZE_DATA 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) I 20131212
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_RANGE 20131212
3 Importing PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20131212
4 Importing TO_INDEX Call by reference Type reference (TYPE) I 20131212

Method SUPPLY_SIZE_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.

Method UPDATE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20121127
2 Importing ATTRIBUTE_VALUE Call by reference Type reference (TYPE) STRING 20121127
3 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20121127
4 Importing X Call by reference Type reference (TYPE) WDR_CTX_NODE_2D_KEY 5 Key-Komponente für 2d_Kontext 20121127
5 Importing Y Call by reference Type reference (TYPE) WDR_CTX_NODE_2D_KEY 5 Key-Komponente für 2d_Kontext 20121127

Method UPDATE_DATA on class CL_WDR_TEST_DATA_GRID_ASSIST has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 740