cancel
Showing results for 
Search instead for 
Did you mean: 

any example using roadmap ui element....

Former Member
0 Kudos

Hi ,

Please post examples which used roadmap ui elements in their design.

Thanks

Koti

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Steps to create Roadmap.

1>Insert a child->select Roadmap

Properties:

StartPointDesign->selected

2>Under that Insert RoadmapStep.

Proeprties:

Description:Give the name as u like:Ex:View1

Design:Selected

Runtime:create one attribute(setCtx_Rdmap) in the view context and set the type as:

com.sap.ide.webdynpro.uielementdefinitions.RoadMapStepDesign

In the code u can select the roadmap by using this code:

wdContext.currentContextElement().setCtx_Rdmap(WDRoadMapStepDesign.SELECTED);

name:Either u can give the numbers to identify the step.For ex:1

Reagrds,

Lavanya.G

adnanmaqbool
Contributor
0 Kudos

Gr8 Work Navanya

But how can I explain that which node of road map is pointing to which view of Webdynpro.

Former Member
0 Kudos

Any update on this...Coz i want an example program how to use roadmap ui elemennt

kindly provide one simple example to do....

Thanks in advance,

Renu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you searched the forum? If not then do so using [this|https://forums.sdn.sap.com/search.jspa?threadID=&q=roadmap+example&objID=f52&dateRange=all&numResults=15&rankBy=10001].

Regards,

Satyajit.