SAP ABAP Class CL_WDR_C_TABLE_DATA_PROVIDER (Web Dynpro: Read Table Data)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
⤷
SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_NW7_VIEW_ELEMENT_ADAPTER | Web Dynpro Local Test XX7 | 20100913 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_ADAPTER_EVENT_HANDLER | Event Handler for SSR Client Events X | 20100913 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_DATA_PROVIDER_CB | Interface to Read Data | 20140807 |
Properties
| Class | CL_WDR_C_TABLE_DATA_PROVIDER | |
| Short Description | Web Dynpro: Read Table Data | |
| Super Class | CL_NW7_VIEW_ELEMENT_ADAPTER | Web Dynpro Local Test XX7 |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_RENDERING | Web Dynpro Runtime: Rendering |
| Created | 20100913 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WDR_ADAPTER_EVENT_HANDLER | Event Handler for SSR Client Events X | 20100913 | ||
| 2 | IF_WDR_DATA_PROVIDER_CB | Interface to Read Data | 20140807 |
Friends
Class CL_WDR_C_TABLE_DATA_PROVIDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | -2147483647 | Reset Value for UR Start Index | 20110609 | ||
| 2 | Constant | Private | Type reference (TYPE) | STRING | `COND_FORM_5F6E501ED3BFC12C7CFB3D17AD` | Constants for Style Block ID of Conditional Formattings | 20140627 | ||
| 3 | Constant | Private | See coding | Constants for Selection Menu (Top Left) | 20110615 | ||||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_NW7_ADAPTER_LIBRARY | Interface for Adapter Libraries | 20101103 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | ID of Selected Column | 20110401 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | I | CL_ABAP_MATH=>MIN_INT4 | All Lines in a Table | 20101105 | ||
| 7 | Static Attribute | Private | Type reference (TYPE) | I | 20101103 | ||||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Interface for Dynamic Usage of Nodes | 20100913 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRING | 20100913 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | I | 20101105 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Has deselection run? | 20111205 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WDR_C_TABLE_METHOD_HNDL | Method Handler for the Table | 20100913 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | STRING | Default Value for Table Width | 20110615 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | I | -2147483647 | UR Start Index for Range Select (modified in ROWSFRGMNT) | 20100913 | ||
| 15 | Instance attribute | Private | Type reference (TYPE) | T_ROWS | 20101103 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | I | Last Set Lead Selection | 20101109 | |||
| 17 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WDR_C_TBL_SELECTION_UPDATER | Update Object for Table Selection | 20100913 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | I | 20100913 | ||||
| 19 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_C_TABLE | Reference to Client Table UI Element | 20100913 |
Methods
Events
Class CL_WDR_C_TABLE_DATA_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_RANGES | Public | See coding | 20101105 | tt_ranges type standard table of t_range with default key
|
||
| 2 | T_COLUMN | Public | See coding | 20100913 | begin of t_column,
wd_column type ref to cl_wd_abstr_c_table_column,
wd_view_element type ref to cl_wd_view_element,
fixed_position type wdui_table_column_fixed_pos,
width type string,
variant type string,
fixed_width type abap_bool, " has column be defined in ex, px, em or not?
drop_on_column type string,
drop_on_column_edge type string,
column_drag_info type string,
required type abap_bool,
attribute_typekind type abap_typekind, " if required this is filled in C_TABLE_CELL to get halign
end of t_column
|
||
| 3 | T_COLUMN_TAB | Public | See coding | 20100913 | t_column_tab type standard table of t_column with default key
|
||
| 4 | T_RANGE | Public | See coding | 20101105 | begin of T_RANGE,
start_index type i,
end_index type i,
end of t_range
|
||
| 5 | T_ROW | Public | See coding | 20101103 | begin of t_row,
index type i,
row type ref to if_nw7_view_element_adapter,
end of t_row
|
||
| 6 | T_ROWS | Public | See coding | 20101103 | t_rows type sorted table of t_row with unique key index
|
||
| 7 | T_WIDTH | Public | See coding | 20100913 | t_width(8) type p decimals 2
|
Method Signatures
Method ADJUST_RANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RANGES | Call by reference | Type reference (TYPE) | TT_RANGES | 20101105 |
Method ADJUST_RANGES on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WDR_C_TABLE_DATA_PROVIDER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method CREATE_SELECTION_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EVENT_QUEUE | Call by reference | Object reference (TYPE REF TO) | CL_WDR_EVENT_QUEUE | EventQueue/IEventQueue | 20100913 |
Method CREATE_SELECTION_ACTION on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method DO_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BOTTOM_FIXED_ROWS_COUNT | Call by reference | Type reference (TYPE) | I | 20110606 | ||||
| 2 | HEADER_COLUMNS | Value transfer | Type reference (TYPE) | T_COLUMN_TAB | 20100913 | ||||
| 3 | IS_PERSONALIZABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110401 | ||||
| 4 | ON_COLUMN_DROP_ENABLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110221 | ||||
| 5 | PROPOSED_TABLE_WIDTH | Call by reference | Type reference (TYPE) | I | 20100916 | ||||
| 6 | TOP_FIXED_ROWS_COUNT | Call by reference | Type reference (TYPE) | I | 20110608 |
Method DO_HEADER on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method FINALIZE_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLEAN_UNBOUND_ROWS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120705 | |||
| 2 | KEEP_END_INDEX | Call by reference | Type reference (TYPE) | I | 20101104 | ||||
| 3 | KEEP_START_INDEX | Call by reference | Type reference (TYPE) | I | 20101104 |
Method FINALIZE_ROWS on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method GET_ATTRIBUTE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_VALUE | Call by reference | Type reference (TYPE) | DATA | 20140806 | ||||
| 2 | I_AS_EXTERNAL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20140806 | |||
| 3 | I_BINDING | Call by reference | Object reference (TYPE REF TO) | WDR_PROPERTY_BINDING | Bindung eines View-Elementes an einen Kontextknoten | 20140806 | |||
| 4 | I_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20140806 | |||
| 5 | I_DATA_SOURCE_PATH_NAME | Call by reference | Type reference (TYPE) | STRING | 20140806 |
Method GET_ATTRIBUTE_VALUE on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method GET_ROWS_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | WebDynpro Local Test XX7 | 20101105 | |||
| 2 | ROWS | Call by reference | Type reference (TYPE) | T_ROWS | Zeilenadapter mit Index | 20101105 |
Method GET_ROWS_ALL on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method GET_ROWS_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | END_INDEX | Value transfer | Type reference (TYPE) | I | End Index, 1-basiert | 20101104 | |||
| 2 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | WebDynpro Local Test XX7 | 20101104 | |||
| 3 | ROWS | Call by reference | Type reference (TYPE) | T_ROWS | Zeilenadapter mit Index | 20101104 | |||
| 4 | START_INDEX | Value transfer | Type reference (TYPE) | I | Start Index, 1-basiert | 20101104 |
Method GET_ROWS_RANGE on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method GET_VISIBLE_TABLE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ROW_DATA_TAB | Call by reference | Type reference (TYPE) | WDR_TABLE_ROW_DATA_TAB | Web Dynpro: Daten einer Tabelle | 20100913 |
Method GET_VISIBLE_TABLE_DATA on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method GET_WD_TABLE_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WD_TABLE_COLUMNS | Value transfer | Type reference (TYPE) | CL_WD_C_TABLE_COLUMN=>TT_C_TABLE_COLUMN | 20100913 |
Method GET_WD_TABLE_COLUMNS on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method PROCESS_CONDITIONAL_FORMATTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CELLS | Value transfer | Type reference (TYPE) | WDR_CELL_STYLE_CLASS_NAMES | Liste von StyleClassName für Zellen | 20140528 | |||
| 2 | FROM_INDEX | Value transfer | Type reference (TYPE) | I | 20140528 | ||||
| 3 | TO_INDEX | Value transfer | Type reference (TYPE) | I | 20140528 |
Method PROCESS_CONDITIONAL_FORMATTING on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method RULE_TO_STYLE_CLASS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STYLE_CLASS_NAME | Value transfer | Type reference (TYPE) | STRING | 20140613 | ||||
| 2 | STYLE_PROPERTIES | Call by reference | Type reference (TYPE) | IF_WD_CUSTOM_STYLE=>T_STYLE_PROPERTIES | 20140801 |
Method RULE_TO_STYLE_CLASS_NAME on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method SET_NW7_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACCESSTYPE | Call by reference | Type reference (TYPE) | STRING | 20100913 | ||||
| 2 | I_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | ID der Spalte welche gewählt wurde | 20110401 | |||
| 3 | I_CREATE_SELECTION_ACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Should an On(Lead)Select action action be fired? | 20100913 | ||
| 4 | I_EVENT_QUEUE | Call by reference | Object reference (TYPE REF TO) | CL_WDR_EVENT_QUEUE | EventQueue/IEventQueue | 20100913 | |||
| 5 | I_MULTIPLE_SELECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100913 | ||||
| 6 | I_ROW | Call by reference | Type reference (TYPE) | I | 20100913 | ||||
| 7 | I_UPDATE_DATA | Call by reference | Object reference (TYPE REF TO) | IF_WDR_UPDATE_SERVER_PEER_DATA | to get updates into a DataContainer | 20100913 |
Method SET_NW7_SELECTION on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method SET_NW7_SELECTION_MENU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MENU_ADAPTER | Call by reference | Object reference (TYPE REF TO) | IF_NW7_UR_CUSTOM_MENU | WebDynpro: Internes Menü | 20100913 | |||
| 2 | MULTIPLE_SELECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100913 | ||||
| 3 | SELECTION_MENU_TRIGGER_ID | Call by reference | Type reference (TYPE) | STRING | 20100913 | ||||
| 4 | SHOW_SELECTION_MENU | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100913 |
Method SET_NW7_SELECTION_MENU on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
Method SET_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FINALIZE_ROWS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101104 | |||
| 2 | FIRST_RENDERED_ROW | Call by reference | Type reference (TYPE) | I | 0 | 20101105 | |||
| 3 | I_DATA_SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20100913 | |||
| 4 | I_DATA_SOURCE_PATH_NAME | Call by reference | Type reference (TYPE) | STRING | 20100913 | ||||
| 5 | I_ENABLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100913 | ||||
| 6 | I_WD_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_C_TABLE | Perforce change= / 20040325-123046 | 20100913 | |||
| 7 | RANGES | Call by reference | Type reference (TYPE) | TT_RANGES | 20101105 | ||||
| 8 | VISIBLE_ROW_COUNT | Call by reference | Type reference (TYPE) | I | 20110311 |
Method SET_TABLE on class CL_WDR_C_TABLE_DATA_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 703 |