!--a11y-->
RoadMap 
The RoadMap
UI element displays the steps followed in a wizard. Each step is represented by a separate
RoadMapStep Object
or
MultipleRoadMapStep.
You can use various symbols to mark the
start points and the end points of this UI element. If you assign the value more to the property
startPointDesign or endPointDesign, this indicates to the user that there are
other steps before the first visible step, or after the last visible
step.
The RoadMap UI element is used to display step by step workflows. This enables an application development team to display small steps of a clearly defined work process.
Example of the Visual Display


To enable the
development of
accessible
applications, the accessibilityDescription property is checked during
the syntax check if the tooltip property is not set.
Runtime Class |
CL_WD_ROAD_MAP |
Properties in View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
no |
Translatable text |
|
yes |
|
WDY_BOOLEAN |
true |
yes |
|
WDUI_ROAD_MAP_EDGE_DESIGN |
standard |
yes |
|
STRING |
|
yes |
|
WDUI_ROAD_MAP_EDGE_DESIGN |
standard |
yes |
|
Translatable text |
|
yes |
|
WDUI_VISIBILITY |
visible |
yes |
Aggregations in View Designer
Name |
Cardinality |
Type |
0..n |
Events in View Designer
Name |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
For dynamic programming, the same properties, events and aggregations as in the view designer are available . Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ACCESSIBILITY_DESCR |
WDY_MD_TRANSLATABLE_TEXT |
|
ENABLED |
WDY_BOOLEAN |
|
END_POINT_DESIGN |
WDUI_ROAD_MAP_EDGE_DESIGN |
|
endPointDesign: disabled |
CL_WD_ROAD_MAP=>E_END_POINT_DESIGN-DISABLED |
|
endPointDesign: more |
CL_WD_ROAD_MAP=>E_END_POINT_DESIGN-MORE |
|
endPointDesign: moreDisabled |
CL_WD_ROAD_MAP=>E_END_POINT_DESIGN-MORE_DISABLED |
|
endPointDesign: selected |
CL_WD_ROAD_MAP=>E_END_POINT_DESIGN-SELECTED |
|
endPointDesign: standard |
CL_WD_ROAD_MAP=>E_END_POINT_DESIGN-STANDARD |
|
SELECTED_STEP |
STRING |
|
START_POINT_DESIGN |
WDUI_ROAD_MAP_EDGE_DESIGN |
|
startPointDesign: disabled |
CL_WD_ROAD_MAP=>E_START_POINT_DESIGN-DISABLED |
|
startPointDesign: more |
CL_WD_ROAD_MAP=>E_START_POINT_DESIGN-MORE |
|
startPointDesign: moreDisabled |
CL_WD_ROAD_MAP=>E_START_POINT_DESIGN-MORE_DISABLED |
|
startPointDesign: selected |
CL_WD_ROAD_MAP=>E_START_POINT_DESIGN-SELECTED |
|
startPointDesign: standard |
CL_WD_ROAD_MAP=>E_START_POINT_DESIGN-STANDARD |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_ROAD_MAP=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_ROAD_MAP=>E_VISIBLE-VISIBLE |
|
Dynamic Programming of Events
View Designer Name |
Runtime Name |
ON_LOAD_STEPS |
|
ON_SELECT |
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
STEPS |
0..n |
You can find examples of this interface element in the system in the Web Dynpro application WDR_TEST_UI_ELEMENTS, and in the component WDR_TEST_EVENTS in the view ROADMAP. You can find simple example in the system in the Web Dynpro application, DEMO_ROADMAP.