cancel
Showing results for 
Search instead for 
Did you mean: 

Roadmapstep element "RoundtripEnd" type unable to trigger events

Former Member
0 Kudos

Hi All,

I have added a roadmapstep ui element under a roadmap ui element.I have made the type property as "roundtripend" and also enabled property as "true".But when I run the application the particular roadmapstep is showing as disabled and i am unable to trigger event by clicking it(it is showing as disabled and unclickable).Do i need to do any type of coding here.

Any help greatly appreciated.Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Did you assign an action to the RoadMap.onSelect event?

Armin

Former Member
0 Kudos

I do have an action assigned to the roadmap.I have all the roadmapsteps enabled and working under the roadmapui .Only the roadmapstep with type "RoundtripEnd" assigned is showing as disabled and is unclickable.

Former Member
0 Kudos

Is this the standard functionality provided by SAP that when we make a roadmapstep element of type "roundtripend" it is shown as disabled and unclickable.Any one please confirm this???

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 Design:create one attribute(setCtx_Rdmap) in the view context and set the type as:

com.sap.ide.webdynpro.uielementdefinitions.RoadMapStepDesign

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

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

Regards,

LG