SAP ABAP Class CL_WDR_STANDARD_ADAPTER_HELPER (CL_WDR_STANDARD_ADAPTER_HELPER)
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
Properties
Class CL_WDR_STANDARD_ADAPTER_HELPER  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_RENDERING   Web Dynpro Runtime: Rendering 
Created 20041221   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_WD_UIELEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_WDL_STANDARD Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_WDR_STANDARD_ADAPTER_HELPER has no interface implemented.
Friends
Class CL_WDR_STANDARD_ADAPTER_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 E_DATE_FORMAT Constant Private See coding Date Format 20111110
2 E_V_GUTTER_INT_WEIGHT Constant Private See coding 20070725
3 M_DROPDOWN_ITEMBOXES_BY_IDX Static Attribute Public Type reference (TYPE) T_DROPDOWN_ITEMBOX_BY_IDX_T 20041221
4 M_DROPDOWN_ITEMBOXES_BY_KEY Static Attribute Public Type reference (TYPE) T_DROPDOWN_ITEMBOX_BY_KEY_T 20041221
5 M_DROP_DOWN_ITEM_LIST_BOX Static Attribute Public Type reference (TYPE) T_DROP_DOWN_ITEM_LIST_BOX_T 20111124
6 M_LS_DROPDOWN_ITEMBOXES_BY_IDX Static Attribute Public Type reference (TYPE) T_LS_DROPDOWN_ITEMBOX_BY_IDX_T 20080528
7 M_LS_DROPDOWN_ITEMBOXES_BY_KEY Static Attribute Public Type reference (TYPE) T_LS_DROPDOWN_ITEMBOX_BY_KEY_T 20080528
8 M_LS_DROP_DOWN_ITEM_LIST_BOX Static Attribute Public Type reference (TYPE) T_LS_DROP_DOWN_ITEM_LIST_BOX_T 20111124
Methods
# Method Level Visibility Method type Description Created on
1 CONCATENATE_EXT_TO_INT_DATE Static method Public Method 20111109
2 CONVERT_V_GUTTER_TO_INT Static method Private Method 20070725
3 FIRST_DAY_OF_CAL_SHEET Static method Public Method 20111109
4 GET_DAY_OF_FIRST_WEEK Static method Private Method 20050228
5 GET_FIRST_DAY_OF_WEEK Static method Public Method 20050228
6 GET_FIRST_WEEKDAY_TO_DATE Static method Public Method 20111028
7 GET_LABEL_TEXT Static method Public Method 20101122
8 GET_NEXT_MONTH_FROM_DATE Static method Public Method 20120612
9 GET_PREVIOUS_MONTH_FROM_DATE Static method Public Method 20120612
10 GET_RECURSION_NODE_NAME Static method Public Method 20050415
11 GET_WEEK_FROM_DAY Static method Public Method 20050228
12 MERGE_V_GUTTER Static method Public Method 20070725
13 SPLIT_INT_TO_EXT_DATE Static method Public Method 20111109
Events
Class CL_WDR_STANDARD_ADAPTER_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_DROPDOWN_ITEMBOX_BY_IDX Public See coding 20041221 BEGIN OF t_dropdown_itembox_by_idx, node TYPE REF TO if_wd_context_node, attribute_name TYPE string, read_only TYPE wdy_boolean, deselectable TYPE wdy_boolean, adapter TYPE REF TO if_nw7_view_element_adapter, END OF t_dropdown_itembox_by_idx
2 T_DROPDOWN_ITEMBOX_BY_IDX_T Public See coding 20041221 t_dropdown_itembox_by_idx_t TYPE SORTED TABLE OF t_dropdown_itembox_by_idx WITH UNIQUE KEY node attribute_name read_only deselectable
3 T_DROPDOWN_ITEMBOX_BY_KEY Public See coding 20041221 BEGIN OF t_dropdown_itembox_by_key, node_info TYPE REF TO if_wd_context_node_info, attribute_name TYPE string, read_only TYPE wdy_boolean, key_visible TYPE wdy_boolean, adapter TYPE REF TO if_nw7_view_element_adapter, END OF t_dropdown_itembox_by_key
4 T_DROPDOWN_ITEMBOX_BY_KEY_T Public See coding 20041221 t_dropdown_itembox_by_key_t TYPE SORTED TABLE OF t_dropdown_itembox_by_key WITH UNIQUE KEY node_info attribute_name read_only key_visible
5 T_DROP_DOWN_ITEM_LIST_BOX Public See coding 20111124 BEGIN OF t_drop_down_item_list_box, data_source TYPE REF TO if_wd_context_node, attr_name_description TYPE string, attr_name_design TYPE string, attr_name_enabled TYPE string, attr_name_image_source TYPE string, attr_name_key TYPE string, attr_name_sem_color TYPE string, attr_name_text TYPE string, attr_name_tooltip TYPE string, deselectable TYPE wdy_boolean, read_only TYPE wdy_boolean, attr_name_sel_key TYPE string, adapter TYPE REF TO if_nw7_view_element_adapter, END OF t_drop_down_item_list_box
6 T_DROP_DOWN_ITEM_LIST_BOX_T Public See coding 20111124 t_drop_down_item_list_box_t TYPE SORTED TABLE OF t_drop_down_item_list_box WITH UNIQUE KEY data_source attr_name_description attr_name_design attr_name_enabled attr_name_image_source attr_name_key attr_name_sem_color attr_name_text attr_name_tooltip deselectable read_only attr_name_sel_key adapter
7 T_LS_DROPDOWN_ITEMBOX_BY_IDX Public See coding 20080528 BEGIN OF t_ls_dropdown_itembox_by_idx, view TYPE REF TO if_wd_view, node TYPE REF TO if_wd_context_node, attribute_name TYPE string, read_only TYPE wdy_boolean, deselectable TYPE wdy_boolean, adapter TYPE REF TO if_nw7_view_element_adapter, END OF t_ls_dropdown_itembox_by_idx
8 T_LS_DROPDOWN_ITEMBOX_BY_IDX_T Public See coding 20080528 t_ls_dropdown_itembox_by_idx_t TYPE SORTED TABLE OF t_ls_dropdown_itembox_by_idx WITH UNIQUE KEY view node attribute_name read_only deselectable
9 T_LS_DROPDOWN_ITEMBOX_BY_KEY Public See coding 20080528 BEGIN OF t_ls_dropdown_itembox_by_key, view TYPE REF TO if_wd_view, node_info TYPE REF TO if_wd_context_node_info, attribute_name TYPE string, read_only TYPE wdy_boolean, key_visible TYPE wdy_boolean, adapter TYPE REF TO if_nw7_view_element_adapter, END OF t_ls_dropdown_itembox_by_key
10 T_LS_DROPDOWN_ITEMBOX_BY_KEY_T Public See coding 20080528 t_ls_dropdown_itembox_by_key_t TYPE SORTED TABLE OF t_ls_dropdown_itembox_by_key WITH UNIQUE KEY view node_info attribute_name read_only key_visible
11 T_LS_DROP_DOWN_ITEM_LIST_BOX Public See coding 20111124 BEGIN OF t_ls_drop_down_item_list_box, view TYPE REF TO if_wd_view, data_source TYPE REF TO if_wd_context_node, attr_name_description TYPE string, attr_name_design TYPE string, attr_name_enabled TYPE string, attr_name_image_source TYPE string, attr_name_key TYPE string, attr_name_sem_color TYPE string, attr_name_text TYPE string, attr_name_tooltip TYPE string, deselectable TYPE wdy_boolean, read_only TYPE wdy_boolean, attr_name_sel_key TYPE string, adapter TYPE REF TO if_nw7_view_element_adapter, END OF t_ls_drop_down_item_list_box
12 T_LS_DROP_DOWN_ITEM_LIST_BOX_T Public See coding 20111124 t_ls_drop_down_item_list_box_t TYPE SORTED TABLE OF t_ls_drop_down_item_list_box WITH UNIQUE KEY view data_source attr_name_description attr_name_design attr_name_enabled attr_name_image_source attr_name_key attr_name_sem_color attr_name_text attr_name_tooltip deselectable read_only attr_name_sel_key adapter
13 T_V_GUTTER_INT Private See coding 20070725 begin of T_V_GUTTER_INT, weight type i, rule type abap_bool, end of t_v_gutter_int
Method Signatures

Method CONCATENATE_EXT_TO_INT_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATE Value transfer Type reference (TYPE) D 20111109
2 Importing DATFM Call by reference Type reference (TYPE) XUDATFM Datumsdarstellung 20111109
3 Importing DAY Call by reference Type reference (TYPE) I 20111109
4 Importing MONTH Call by reference Type reference (TYPE) I 20111109
5 Importing YEAR Call by reference Type reference (TYPE) I 20111109

Method CONCATENATE_EXT_TO_INT_DATE on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method CONVERT_V_GUTTER_TO_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing V_GUTTER Call by reference Type reference (TYPE) WDUI_LAYOUT_CELL_SEP Web Dynpro: LayoutCellSeparator 20070725
2 Returning V_GUTTER_INT Value transfer Type reference (TYPE) T_V_GUTTER_INT 20070725

Method CONVERT_V_GUTTER_TO_INT on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method FIRST_DAY_OF_CAL_SHEET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Call by reference Type reference (TYPE) D 20111109
2 Importing DATFM Call by reference Type reference (TYPE) XUDATFM Datumsdarstellung 20111109
3 Exporting FIRST_DAY_OF_SHEET Call by reference Type reference (TYPE) D 20111109
4 Importing FIRST_DAY_OF_WEEK Call by reference Type reference (TYPE) WDUI_DAY_OF_WEEK Web Dynpro: DayOfWeek 20111109
5 Exporting MONTH_AS_STRING Call by reference Type reference (TYPE) STRING 20111109
6 Exporting MONTH_NR Call by reference Type reference (TYPE) I 20111109
7 Exporting YEAR Call by reference Type reference (TYPE) I 20111109
8 Exporting YEAR_AS_STRING Call by reference Type reference (TYPE) STRING 20111109

Method FIRST_DAY_OF_CAL_SHEET on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method GET_DAY_OF_FIRST_WEEK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATE Value transfer Type reference (TYPE) D 20050228
2 Importing FIRST_DAY_OF_WEEK Call by reference Type reference (TYPE) WDUI_DAY_OF_WEEK 20050228
3 Importing YEAR Call by reference Type reference (TYPE) SCAL-YEAR Jahr für Feiertags- und Fabrikkalender Funktionsbausteine 20050228

Method GET_DAY_OF_FIRST_WEEK on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method GET_FIRST_DAY_OF_WEEK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIRST_DAY_OF_WEEK Call by reference Type reference (TYPE) WDUI_DAY_OF_WEEK 20050228
2 Importing WEEK Call by reference Type reference (TYPE) SCAL-WEEK Fabrikkalender: Woche 20050228
3 Returning WEEK_START_DATE Value transfer Type reference (TYPE) D 20050228

Method GET_FIRST_DAY_OF_WEEK on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method GET_FIRST_WEEKDAY_TO_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATFM Call by reference Type reference (TYPE) XUDATFM Datumsdarstellung 20111109
2 Importing MONTH Call by reference Type reference (TYPE) I 20111109
3 Exporting MONTH_FIRST_DAY Call by reference Type reference (TYPE) D 20111109
4 Exporting MONTH_LAST_DAY Call by reference Type reference (TYPE) D 20111109
5 Importing YEAR Call by reference Type reference (TYPE) I 20111109

Method GET_FIRST_WEEKDAY_TO_DATE on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method GET_LABEL_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER Call by reference Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER WebDynpro Local Test XX7 20101122
2 Returning TEXT Value transfer Type reference (TYPE) STRING 20101122

Method GET_LABEL_TEXT on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method GET_NEXT_MONTH_FROM_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CURRENT_DATE Call by reference Type reference (TYPE) D 20120612
2 Importing DATFM Call by reference Type reference (TYPE) XUDATFM Datumsdarstellung 20120612
3 Returning NEXT_DATE Value transfer Type reference (TYPE) D 20120612
4 Importing NUMBER_OF_MONTHS Call by reference Type reference (TYPE) I 20120612

Method GET_NEXT_MONTH_FROM_DATE on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method GET_PREVIOUS_MONTH_FROM_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CURRENT_DATE Call by reference Type reference (TYPE) D 20120612
2 Importing DATFM Call by reference Type reference (TYPE) XUDATFM Datumsdarstellung 20120612
3 Importing NUMBER_OF_MONTHS Call by reference Type reference (TYPE) I 20120612
4 Returning PREVIOUS_DATE Value transfer Type reference (TYPE) D 20120612

Method GET_PREVIOUS_MONTH_FROM_DATE on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method GET_RECURSION_NODE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20050415
2 Returning RECURSION_NODE_NAME Value transfer Type reference (TYPE) STRING 20050415

Method GET_RECURSION_NODE_NAME on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method GET_WEEK_FROM_DAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Call by reference Type reference (TYPE) D 20050228
2 Importing FIRST_DAY_OF_WEEK Call by reference Type reference (TYPE) WDUI_DAY_OF_WEEK 20050228
3 Returning WEEK Value transfer Type reference (TYPE) SCAL-WEEK Fabrikkalender: Woche 20050228

Method GET_WEEK_FROM_DAY on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method MERGE_V_GUTTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MERGED_V_GUTTER Value transfer Type reference (TYPE) WDUI_LAYOUT_CELL_SEP Web Dynpro: LayoutCellSeparator 20070725
2 Importing V_GUTTER_1 Call by reference Type reference (TYPE) WDUI_LAYOUT_CELL_SEP Web Dynpro: LayoutCellSeparator 20070725
3 Importing V_GUTTER_2 Call by reference Type reference (TYPE) WDUI_LAYOUT_CELL_SEP Web Dynpro: LayoutCellSeparator 20070725

Method MERGE_V_GUTTER on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.

Method SPLIT_INT_TO_EXT_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Call by reference Type reference (TYPE) D 20111109
2 Importing DATFM Call by reference Type reference (TYPE) XUDATFM Datumsdarstellung 20111109
3 Exporting DAY Call by reference Type reference (TYPE) I 20111109
4 Importing FIRST_DAY_OF_WEEK Call by reference Type reference (TYPE) WDUI_DAY_OF_WEEK Web Dynpro: DayOfWeek 20111109
5 Exporting MONTH Call by reference Type reference (TYPE) I 20111109
6 Exporting WEEK Call by reference Type reference (TYPE) SCAL-WEEK Fabrikkalender: Woche 20111109
7 Exporting WEEK_NR Call by reference Type reference (TYPE) I 20111109
8 Exporting YEAR Call by reference Type reference (TYPE) I 20111109

Method SPLIT_INT_TO_EXT_DATE on class CL_WDR_STANDARD_ADAPTER_HELPER has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 700