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 | ![]() |
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) |
3 | ![]() |
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 | ![]() |
Constant | Private | See coding | Date Format | 20111110 | |||
2 | ![]() |
Constant | Private | See coding | 20070725 | ||||
3 | ![]() |
Static Attribute | Public | Type reference (TYPE) | T_DROPDOWN_ITEMBOX_BY_IDX_T | 20041221 | |||
4 | ![]() |
Static Attribute | Public | Type reference (TYPE) | T_DROPDOWN_ITEMBOX_BY_KEY_T | 20041221 | |||
5 | ![]() |
Static Attribute | Public | Type reference (TYPE) | T_DROP_DOWN_ITEM_LIST_BOX_T | 20111124 | |||
6 | ![]() |
Static Attribute | Public | Type reference (TYPE) | T_LS_DROPDOWN_ITEMBOX_BY_IDX_T | 20080528 | |||
7 | ![]() |
Static Attribute | Public | Type reference (TYPE) | T_LS_DROPDOWN_ITEMBOX_BY_KEY_T | 20080528 | |||
8 | ![]() |
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 | ![]() |
Static method | Public | Method | 20111109 | |
2 | ![]() |
Static method | Private | Method | 20070725 | |
3 | ![]() |
Static method | Public | Method | 20111109 | |
4 | ![]() |
Static method | Private | Method | 20050228 | |
5 | ![]() |
Static method | Public | Method | 20050228 | |
6 | ![]() |
Static method | Public | Method | 20111028 | |
7 | ![]() |
Static method | Public | Method | 20101122 | |
8 | ![]() |
Static method | Public | Method | 20120612 | |
9 | ![]() |
Static method | Public | Method | 20120612 | |
10 | ![]() |
Static method | Public | Method | 20050415 | |
11 | ![]() |
Static method | Public | Method | 20050228 | |
12 | ![]() |
Static method | Public | Method | 20070725 | |
13 | ![]() |
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 | ![]() |
DATE | Value transfer | Type reference (TYPE) | D | 20111109 | |||
2 | ![]() |
DATFM | Call by reference | Type reference (TYPE) | XUDATFM | Datumsdarstellung | 20111109 | ||
3 | ![]() |
DAY | Call by reference | Type reference (TYPE) | I | 20111109 | |||
4 | ![]() |
MONTH | Call by reference | Type reference (TYPE) | I | 20111109 | |||
5 | ![]() |
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 | ![]() |
V_GUTTER | Call by reference | Type reference (TYPE) | WDUI_LAYOUT_CELL_SEP | Web Dynpro: LayoutCellSeparator | 20070725 | ||
2 | ![]() |
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 | ![]() |
DATE | Call by reference | Type reference (TYPE) | D | 20111109 | |||
2 | ![]() |
DATFM | Call by reference | Type reference (TYPE) | XUDATFM | Datumsdarstellung | 20111109 | ||
3 | ![]() |
FIRST_DAY_OF_SHEET | Call by reference | Type reference (TYPE) | D | 20111109 | |||
4 | ![]() |
FIRST_DAY_OF_WEEK | Call by reference | Type reference (TYPE) | WDUI_DAY_OF_WEEK | Web Dynpro: DayOfWeek | 20111109 | ||
5 | ![]() |
MONTH_AS_STRING | Call by reference | Type reference (TYPE) | STRING | 20111109 | |||
6 | ![]() |
MONTH_NR | Call by reference | Type reference (TYPE) | I | 20111109 | |||
7 | ![]() |
YEAR | Call by reference | Type reference (TYPE) | I | 20111109 | |||
8 | ![]() |
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 | ![]() |
DATE | Value transfer | Type reference (TYPE) | D | 20050228 | |||
2 | ![]() |
FIRST_DAY_OF_WEEK | Call by reference | Type reference (TYPE) | WDUI_DAY_OF_WEEK | 20050228 | |||
3 | ![]() |
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 | ![]() |
FIRST_DAY_OF_WEEK | Call by reference | Type reference (TYPE) | WDUI_DAY_OF_WEEK | 20050228 | |||
2 | ![]() |
WEEK | Call by reference | Type reference (TYPE) | SCAL-WEEK | Fabrikkalender: Woche | 20050228 | ||
3 | ![]() |
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 | ![]() |
DATFM | Call by reference | Type reference (TYPE) | XUDATFM | Datumsdarstellung | 20111109 | ||
2 | ![]() |
MONTH | Call by reference | Type reference (TYPE) | I | 20111109 | |||
3 | ![]() |
MONTH_FIRST_DAY | Call by reference | Type reference (TYPE) | D | 20111109 | |||
4 | ![]() |
MONTH_LAST_DAY | Call by reference | Type reference (TYPE) | D | 20111109 | |||
5 | ![]() |
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 | ![]() |
ADAPTER | Call by reference | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | WebDynpro Local Test XX7 | 20101122 | ||
2 | ![]() |
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 | ![]() |
CURRENT_DATE | Call by reference | Type reference (TYPE) | D | 20120612 | |||
2 | ![]() |
DATFM | Call by reference | Type reference (TYPE) | XUDATFM | Datumsdarstellung | 20120612 | ||
3 | ![]() |
NEXT_DATE | Value transfer | Type reference (TYPE) | D | 20120612 | |||
4 | ![]() |
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 | ![]() |
CURRENT_DATE | Call by reference | Type reference (TYPE) | D | 20120612 | |||
2 | ![]() |
DATFM | Call by reference | Type reference (TYPE) | XUDATFM | Datumsdarstellung | 20120612 | ||
3 | ![]() |
NUMBER_OF_MONTHS | Call by reference | Type reference (TYPE) | I | 20120612 | |||
4 | ![]() |
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 | ![]() |
CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20050415 | ||
2 | ![]() |
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 | ![]() |
DATE | Call by reference | Type reference (TYPE) | D | 20050228 | |||
2 | ![]() |
FIRST_DAY_OF_WEEK | Call by reference | Type reference (TYPE) | WDUI_DAY_OF_WEEK | 20050228 | |||
3 | ![]() |
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 | ![]() |
MERGED_V_GUTTER | Value transfer | Type reference (TYPE) | WDUI_LAYOUT_CELL_SEP | Web Dynpro: LayoutCellSeparator | 20070725 | ||
2 | ![]() |
V_GUTTER_1 | Call by reference | Type reference (TYPE) | WDUI_LAYOUT_CELL_SEP | Web Dynpro: LayoutCellSeparator | 20070725 | ||
3 | ![]() |
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 | ![]() |
DATE | Call by reference | Type reference (TYPE) | D | 20111109 | |||
2 | ![]() |
DATFM | Call by reference | Type reference (TYPE) | XUDATFM | Datumsdarstellung | 20111109 | ||
3 | ![]() |
DAY | Call by reference | Type reference (TYPE) | I | 20111109 | |||
4 | ![]() |
FIRST_DAY_OF_WEEK | Call by reference | Type reference (TYPE) | WDUI_DAY_OF_WEEK | Web Dynpro: DayOfWeek | 20111109 | ||
5 | ![]() |
MONTH | Call by reference | Type reference (TYPE) | I | 20111109 | |||
6 | ![]() |
WEEK | Call by reference | Type reference (TYPE) | SCAL-WEEK | Fabrikkalender: Woche | 20111109 | ||
7 | ![]() |
WEEK_NR | Call by reference | Type reference (TYPE) | I | 20111109 | |||
8 | ![]() |
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 |