cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Road Map

former_member585865
Contributor
0 Kudos

Hi All,

i have tried a simple application using roadmap i.e i have designed all my road map in one view and other three views for displaying some data i have created link for all those views when i navigate through that views, i have created view container so that when i navigate, the view container should should display my designings in that view, but i can't get that one,how i can achieve this scenario?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi suresh suresh,

For achivingthis you have to create seperate view containers for each view in the main view and you need to hide all the view containers in the initial state and need to enable each based on the road map selection.

Regards

Sarath

former_member585865
Contributor
0 Kudos

Hi Sarath,

Since am new to web Dynpro can you explain me elaborately, if possible can you explain me with some sample application.

Former Member
0 Kudos

Hi suresh suresh ,

Suppose you are having three views to be displayed based on the road map selection.

create three view container Ui Element in the main view

create a node in the component controller with attributes visibility_view1, visibility_view2, visibility_view3.

map the node to the main view.

bind the visibility property of each view container UI element to the corresponding attributes in the newly created node.

Then go to window , embedd each view to corresponding view containers.

now on the action of each step of the road map make the attribute visibility_view to false or true depending on you logic required.

Regards

Sarath

Answers (2)

Answers (2)

former_member585865
Contributor
0 Kudos

thanks

Former Member
0 Kudos

Hi,

You should take a look into the simple demo roadmap component provided by SAP. I think that the name of this component was ROADMAP_DEMO.

Regards,

Karri

former_member585865
Contributor
0 Kudos

Hi All,

Thanks for your valuable answers.