SAP ABAP Class CL_WDR_TEST_C_TABLE_ASSIST (Assistance-Klasse für WDR_TEST_C_TABLE)
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 20100916
Properties
Class CL_WDR_TEST_C_TABLE_ASSIST  
Short Description Assistance-Klasse für WDR_TEST_C_TABLE    
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 20100916   SAP 
Last change 20130531   SAP 
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_WD_C_TABLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WDR_TEST_C_TABLE_ASSIST has no interface implemented.
Friends
Class CL_WDR_TEST_C_TABLE_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_SBOOK_KEYS Instance attribute Private Type reference (TYPE) T_SBOOK_KEYS 20120503
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DRAG_SOURCES_TO_COLUMNS Instance method Public Method 20110215
2 ADD_GENERIC_FIXED_CELLS Instance method Public Method 20110615
3 BUILD_HEADER_MENU Instance method Public Method 20101102
4 BUILD_SBOOK_FIXED_CELLS_TABLE Instance method Public Method 20101022
5 BUILD_TABLE_CONTEXT Instance method Private Method 20100916
6 BUILD_TABLE_UI Instance method Private Method 20100916
7 BUILD_VAR_C_TABLE Instance method Public Method 20100924
8 CONVERT_I_TO_COLUMN Instance method Public Method 20100916
9 GET_DOMA_VALUES Instance method Public Method 20110217
10 GET_FIXED_CELL Instance method Private Method 20110608
11 GET_SBOOK Instance method Public Method 20101111
12 GET_SFLIGHT Instance method Public Method 20101111
13 GET_SINGLE_SBOOK_BY_CARRID Instance method Public Method 20110711
14 GET_TEXT Instance method Public Method 20101118
15 INIT_RANGE_TABLE_AND_NODE Instance method Public Method 20101215
16 SUPPLY_FILTER_VALUES_SFLIGHT Instance method Public Method 20101110
17 SUPPLY_RANGE Instance method Public Method 20101215
18 WRITE_INT_TO_STRING Instance method Private Method 20120503
Events
Class CL_WDR_TEST_C_TABLE_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_FILTER_VALUES Public See coding 20101111 tt_filter_values type standard table of t_filter_value with default key
2 TT_FIXED_CELLS Public See coding 20101022 tt_fixed_cells type standard table of t_fixed_cell with default key
3 T_FILTER_VALUE Public See coding 20101111 begin of T_FILTER_VALUE, text type STRING, end of t_filter_value
4 T_FIXED_CELL Public See coding 20101022 begin of t_fixed_cell, id type string, name type string, fixed_position type wdui_table_column_fixed_pos, rtti type ref to cl_abap_elemdescr, topfixed type string, bottomfixed type string, end of t_fixed_cell
5 T_SBOOK_KEY Private See coding 20120503 begin of t_sbook_key, carrid type s_carr_id, connid type s_conn_id, fldate type s_date, bookid type s_book_id, end of t_sbook_key
6 T_SBOOK_KEYS Private See coding 20120503 t_sbook_keys type sorted table of t_sbook_key with unique key carrid connid fldate bookid
Method Signatures

Method ADD_DRAG_SOURCES_TO_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_C_TABLE 20110215
2 Importing PREFIX Call by reference Type reference (TYPE) STRING `COL_` 20110215
3 Importing TAG Call by reference Type reference (TYPE) STRING `vehicle` 20110215

Method ADD_DRAG_SOURCES_TO_COLUMNS on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method ADD_GENERIC_FIXED_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELL_BORDER_OMITTING Call by reference Type reference (TYPE) WDUI_C_TBL_CELL_BORDEROMITTING 01 Web Dynpro: borderOmitting 20110615
2 Importing CELL_DESIGN Call by reference Type reference (TYPE) WDUI_TABLE_CELL_DESIGN 00 Web Dynpro: TableCellDesign 20110615
3 Importing COLUMN Call by reference Object reference (TYPE REF TO) CL_WD_C_TABLE_COLUMN 20110615
4 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20110615
5 Importing FIXED_CELL Call by reference Type reference (TYPE) STRING Typ der fixierten Zelle 20110615
6 Importing H_ALIGN Call by reference Type reference (TYPE) WDUI_TABLE_COLUMN_HALIGN 00 Web Dynpro: TableColumnHAlign 20110615
7 Importing NUMBER Call by reference Type reference (TYPE) I Anzahl der fixierten Zellen 20110615
8 Importing POSITION Call by reference Type reference (TYPE) STRING Position TOP/BOTTOM 20110615

Method ADD_GENERIC_FIXED_CELLS on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method BUILD_HEADER_MENU Signature

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

Method BUILD_HEADER_MENU on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method BUILD_SBOOK_FIXED_CELLS_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_C_TABLE Web Dynpro: API eines Views 20101022
2 Importing FIXED_CELLS Call by reference Type reference (TYPE) TT_FIXED_CELLS 20101022
3 Importing FIXED_TOP_BOTTOM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Leerer Context-Knoten für Top/Bottom fixedCells 20110608

Method BUILD_SBOOK_FIXED_CELLS_TABLE on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method BUILD_TABLE_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMNS Call by reference Type reference (TYPE) I 20100916
2 Importing CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20100916
3 Returning PATH Value transfer Type reference (TYPE) STRING 20100924
4 Importing ROWS Call by reference Type reference (TYPE) I 20100916

Method BUILD_TABLE_CONTEXT on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method BUILD_TABLE_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_PATH Call by reference Type reference (TYPE) CSEQUENCE 20100924
2 Importing CELL_EDITOR Call by reference Type reference (TYPE) STRING `TEXT_VIEW` 20111103
3 Importing COLUMNS Call by reference Type reference (TYPE) I 20100916
4 Importing CONTAINER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_ELEMENT Web Dynpro: API eines Views 20100927
5 Importing HEIGHT_MODE Call by reference Type reference (TYPE) WDUI_C_TABLE_HEIGHT_MODE CL_WD_C_TABLE=>E_HEIGHT_MODE-VISIBLE_ROW_COUNT Web Dynpro: CTableHeightMode 20100927
6 Importing NAVIGATION_MODE Call by reference Type reference (TYPE) WDUI_C_TABLE_NAVIGATION_MODE CL_WD_C_TABLE=>E_NAVIGATION_MODE-SCROLLBAR Web Dynpro: CTableNavigationMode 20101130
7 Importing READ_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111103
8 Importing SHOW_HEADERS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20101201
9 Importing WIDTH Call by reference Type reference (TYPE) STRING '' 20101201

Method BUILD_TABLE_UI on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method BUILD_VAR_C_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELL_EDITOR Call by reference Type reference (TYPE) STRING `TEXT_VIEW` 20111103
2 Importing COLUMNS Call by reference Type reference (TYPE) I 20100924
3 Importing CONTAINER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_ELEMENT Layout Container zur Einbettung der Tabelle 20100927
4 Importing HEIGHT_MODE Call by reference Type reference (TYPE) WDUI_C_TABLE_HEIGHT_MODE CL_WD_C_TABLE=>E_HEIGHT_MODE-VISIBLE_ROW_COUNT Web Dynpro: CTableHeightMode 20100927
5 Importing NAVIGATION_MODE Call by reference Type reference (TYPE) WDUI_C_TABLE_NAVIGATION_MODE CL_WD_C_TABLE=>E_NAVIGATION_MODE-SCROLLBAR Web Dynpro: CTableNavigationMode 20101130
6 Importing READ_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111103
7 Importing ROWS Call by reference Type reference (TYPE) I 20100924
8 Importing SHOW_HEADERS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20101201
9 Importing WIDTH Call by reference Type reference (TYPE) STRING '' 20101201

Method BUILD_VAR_C_TABLE on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method CONVERT_I_TO_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COLUMN Value transfer Type reference (TYPE) STRING 20100916
2 Importing INT_VAL Call by reference Type reference (TYPE) I 20100916

Method CONVERT_I_TO_COLUMN on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method GET_DOMA_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMA Call by reference Type reference (TYPE) CSEQUENCE 20110217
2 Returning DOMA_VALUES Value transfer Type reference (TYPE) DD07V_TAB Tabelle zu DD07V 20110217
3 Importing LANGU Call by reference Attribute reference (LIKE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20110217

Method GET_DOMA_VALUES on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method GET_FIXED_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CELL_BORDER_OMITTING Call by reference Type reference (TYPE) WDUI_C_TBL_CELL_BORDEROMITTING 01 Web Dynpro: CellBorderOmitting 20110615
2 Importing CELL_DESIGN Call by reference Type reference (TYPE) WDUI_TABLE_CELL_DESIGN 00 Web Dynpro: TableCellDesign 20110615
3 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20110608
4 Returning FIXED_CELL Value transfer Object reference (TYPE REF TO) CL_WD_C_TABLE_FIXED_CELL 20110608
5 Importing H_ALIGN Call by reference Type reference (TYPE) WDUI_TABLE_COLUMN_HALIGN 00 Web Dynpro: TableColumnHAlign 20110615
6 Importing ID Call by reference Type reference (TYPE) STRING 20110609
7 Importing VIEW_ELEMENT_NAME Call by reference Type reference (TYPE) STRING 20110608

Method GET_FIXED_CELL on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method GET_SBOOK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SBOOK Value transfer Type reference (TYPE) TY_BOOKINGS Tabelle für Flugbuchungen 20101111
2 Importing UP_TO_ROWS Call by reference Type reference (TYPE) I 20101111

Method GET_SBOOK on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method GET_SFLIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SFLIGHT Value transfer Type reference (TYPE) TY_FLIGHTS Tabelle der Flüge 20101111
2 Importing WHERE Call by reference Type reference (TYPE) STRING 20101111

Method GET_SFLIGHT on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method GET_SINGLE_SBOOK_BY_CARRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CARRID Call by reference Type reference (TYPE) S_CARR_ID Kurzbezeichnung der Fluggesellschaft 20110711
2 Returning SBOOK_ENTRY Value transfer Type reference (TYPE) SBOOK Einzelflugbuchung 20110711

Method GET_SINGLE_SBOOK_BY_CARRID on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_WDR_TEST_C_TABLE_ASSIST has no parameter.
Method GET_TEXT on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method INIT_RANGE_TABLE_AND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Schnittstelle der Metadaten eines Knotens 20101215
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API eines Views 20101215

Method INIT_RANGE_TABLE_AND_NODE on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method SUPPLY_FILTER_VALUES_SFLIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD Call by reference Type reference (TYPE) STRING 20101110
2 Importing SFLIGHT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20110906
3 Returning TABLE Value transfer Type reference (TYPE) TT_FILTER_VALUES Tabelle von Strings 20101110

Method SUPPLY_FILTER_VALUES_SFLIGHT on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method SUPPLY_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) I 20101215
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_RANGE API für Context Range Supply 20101215
3 Importing PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20101215
4 Importing TO_INDEX Call by reference Type reference (TYPE) I 20101215

Method SUPPLY_RANGE on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.

Method WRITE_INT_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INTEGER Call by reference Type reference (TYPE) I 20120503
2 Returning STRING Value transfer Type reference (TYPE) STRING 20120503

Method WRITE_INT_TO_STRING on class CL_WDR_TEST_C_TABLE_ASSIST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703