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 | 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) |
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 | Instance attribute | Private | Type reference (TYPE) | TY_T_GRID_NODES | 20121127 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | CL_WDG_UR_WEB_ICON_REPOSITORY=>T_ICON_MAP | 20130219 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | 20121130 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 20121130 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 20121130 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | 20121130 |
Methods
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 | 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 | FIELD_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20130502 | |||
| 2 | FIELD_NAME | Call by reference | Type reference (TYPE) | STRING | 20130502 | ||||
| 3 | REFERENCE_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20130502 | |||
| 4 | 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 | ACTION | Call by reference | Type reference (TYPE) | STRING | 20121127 | ||||
| 2 | FROM_X | Call by reference | Type reference (TYPE) | I | 3 | 20121127 | |||
| 3 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20121127 | ||||
| 4 | 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 | ATTRIBUTES | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_INFO_MAP | Meta-Information aller Attribute eines Knotens | 20130809 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130220 | ||||
| 3 | NODE2D | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_2D | Interface für Grid-Kontext | 20130220 | |||
| 4 | PARENT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20130220 | |||
| 5 | 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 | CALLBACK_FOR_VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130502 | |||
| 2 | DEFAULT_ATTRIBUTES | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_INFO_MAP | Meta-Information aller Attribute eines Knotens | 20140213 | |||
| 3 | NODE_PATH | Value transfer | Type reference (TYPE) | STRING | 20121127 | ||||
| 4 | ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20121127 | |||
| 5 | SEGMENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20121127 | ||||
| 6 | 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 | DEFAULT_VALUE | Call by reference | Type reference (TYPE) | I | 20131212 | ||||
| 2 | MAX_ELEMENTS | Call by reference | Type reference (TYPE) | I | 20131212 | ||||
| 3 | NAME | Call by reference | Type reference (TYPE) | STRING | 20131212 | ||||
| 4 | NODE_PATH | Value transfer | Type reference (TYPE) | STRING | 20131212 | ||||
| 5 | 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 | IO_GRID | Call by reference | Object reference (TYPE REF TO) | CL_WD_DATA_GRID | 20130208 | ||||
| 2 | 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 | 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 | RT_DATA_GRID | Value transfer | Type reference (TYPE) | TT_DATA_GRID | 20121127 | ||||
| 2 | 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 | 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 | 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 | DATA_FROM | Call by reference | Type reference (TYPE) | D | 20130301 | ||||
| 2 | DATE_TO | Call by reference | Type reference (TYPE) | D | 20130301 | ||||
| 3 | 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 | 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 | IV_NUMBER_OF_COLUMNS | Call by reference | Type reference (TYPE) | I | 100 | 20121130 | |||
| 2 | IV_NUMBER_OF_ROWS | Call by reference | Type reference (TYPE) | I | 50 | 20121130 | |||
| 3 | IV_NUMBER_OF_SEG_COLS | Call by reference | Type reference (TYPE) | I | 3 | 20121130 | |||
| 4 | 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 | ET_CONTENT | Call by reference | Type reference (TYPE) | TT_DATA_GRID | 20131025 | ||||
| 2 | ET_MERGES | Call by reference | Type reference (TYPE) | IF_WD_CONTEXT_NODE_2D=>TY_T_RANGE_2D | 20131025 | ||||
| 3 | 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 | FROM_X | Call by reference | Type reference (TYPE) | I | 20131113 | ||||
| 2 | FROM_Y | Call by reference | Type reference (TYPE) | I | 20131113 | ||||
| 3 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_2D | 20131113 | ||||
| 4 | PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20131113 | ||||
| 5 | SET_INITIAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131113 | ||||
| 6 | TO_X | Call by reference | Type reference (TYPE) | I | 20131113 | ||||
| 7 | 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 | FROM_INDEX | Call by reference | Type reference (TYPE) | I | 20131212 | ||||
| 2 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_RANGE | 20131212 | ||||
| 3 | PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20131212 | ||||
| 4 | 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 | ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20121127 | ||||
| 2 | ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20121127 | ||||
| 3 | NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20121127 | ||||
| 4 | X | Call by reference | Type reference (TYPE) | WDR_CTX_NODE_2D_KEY | 5 | Key-Komponente für 2d_Kontext | 20121127 | ||
| 5 | 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 |