cancel
Showing results for 
Search instead for 
Did you mean: 

Roadmap example

0 Kudos

Please - I need a help for roadmap UI component.

Do you know where I can find the examples for roadmap UI

or tutorial. Where I can see how it looks and works in real application

Message was edited by: Rosen Chaushev

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Armin,

First - thanks for your reply.

I want to create a simple wizard with roadmap

I add a roadmap component to my layout and also include a three steps in it (for example)

My example is consists of tree views.

I want my first view to appear as first step in roadmap

the second - as second step an so on

Finally I may create a navigation links between views

(view1 -> view2 -> view3) with inbound and outbound plugs

without using the roadmap but

I think that a roadmap component is created for this.

May be I am wrong - for this reason I want to see - how I may use the roadmap

Just I want to see a very simple example

detlev_beutner
Active Contributor
0 Kudos

Hi Rosen,

look here

Hope it helps

Detlev

PS: Please mark questions as questions. With this, you are also able to award point for helping replies. Thanks in advance!

0 Kudos

Hi Detlev,

Thanks for your advise. I mark my message as question.

Unfortunately your topic did not help me

I created the tree views with tree roadmaps - for example -

In first view only the first step have a design prop "selected" - the others steps has design prop="standard"

But I expect that the component to be more active -

(Now it is very passive)

I expect that the selection of the step 2 in my first view -> will trigger the action FirePlugToNextView for example. Something like "Next" button.

May be this is impossible. Just I want to know - what I may expect from this component.

I want to see a normal behavior of this component in one real application.

I am confusued -

The roadmap component has a "OnSelect" event

but I think that the RoadMapStep componet is more correct candidate for such "OnSelect" event.

Message was edited by: Rosen Chaushev

Former Member
0 Kudos

Hi Rosen,

the roadmap is not designed for navigating, it's vice versa, you can use it to show the current step of a multi-step process. So the "trick" is to navigate using the plugs you mentioned and to set the corresponding roadmap-step to selected (and all others to not-selected).

Hope that helps.

Regards

Stefan

Former Member
0 Kudos

Sir .. I have another Problem is that , How to create a new RoadMapStep Object dynamically ?? Thanks a lot ...

Former Member
0 Kudos

Sorry ... Please ignore the previous question , I found the method last night ..

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Rosen,

to my knowledge there is no tutorial available yet. I propose that you first read the Javadoc of the IWDRoadMap and IWDRoadMapStep interfaces.

In NetWeaver developer studio, you can reach the documentation for every UI element by right-clicking its icon in the view designer palette or via the context menu "Show help" in the outline view.

The KW doc may be found here:

<a href="

http://help.sap.com/saphelp_nw04/helpdata/en/55/9abe6671d0d64fba6c91e6ea9e1185/frameset.htm

">http://help.sap.com/saphelp_nw04/helpdata/en/55/9abe6671d0d64fba6c91e6ea9e1185/frameset.htm</a>

The IWDRoadMap UI element is used to visualize a sequence of processing steps. The selected RoadMap step indicates the current processing state. The intended usage of the RoadMap is for wizard-like applications.

Can you describe the problems you have with it?

Armin