cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro/Road Map Question

former_member445996
Participant
0 Kudos

Hi All,

I have a question regarding Road Map element. I have three views which are linked by inbound/outbound plugs. I want to have a Road Map, now my question is that do I need a Road map element on all three views or just the first one and it's automatically displayed on other views as well? Is there a sample tutorial available for Road Map?

Thanks for your help.

Accepted Solutions (1)

Accepted Solutions (1)

monalisa_biswal
Contributor
0 Kudos

1>For RoadMap UI element You can create a separate view.

2>Add a View Container to that view.

3>Embed all three views in the view container.

4>Bind design property of roamap step to a value attribute of type RoadMapStepDesign

4>While navigatating from one view to other set design property of corresponding roadmap step to WDRoadMapStepDesign.SELECTED and rest others to WDRoadMapStepDesign.STANDARD

Former Member
0 Kudos

Hey,

I am doing the same thing... but I don't get this one:

4>Bind design property of roamap step to a value attribute of type RoadMapStepDesign

Can you explain what exactly to bind?

Thanks, JJJ

Former Member
0 Kudos

Ah I see,

but within my RoadMapStep there is no attribute "design"!

Where and how can I find this one??

Thanks, JJJ

Former Member
0 Kudos

Hi,

I think you can use the selectedStep.

Regards

Ayyapparaj

Former Member
0 Kudos

selectedStep is a property of RoadMap, not of RoadMapStep.

Also, in which context do I have to create which Variable and bind it to what?

Thanks, JJJ

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can have a view for RoadMapUIElement .Bind the selectedItem prprerty to a context attribute and map the context to ComponentController and to your three views also.

You can change the roadmap step by changing the value in the context.

Regards,ANilkumar

Former Member
0 Kudos