cancel
Showing results for 
Search instead for 
Did you mean: 

View sharing in read only mode

Former Member
0 Kudos

Hi,

I have made an application in which I made two local development projects. Through that I am using views of one into another with the help of "Used WebDynpro Components" concept. After deploying, I have got these two views.

But the problem is that I want that view in read only mode which I have taken from other local development project.

Please provide me the code for the same.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Create a context attribute of type boolean in your used component

bind this to the controls

set this attribute to true by default

expose this context attribute through interface controller and set the value to false

from used component.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj ,

can you give me the whole process in details so that I can understand easily.

Former Member
0 Kudos

Hi,

We can set the default property for a view.

if it's true the view will be visible, if false not visible.

If you want to make it,

Change the readOnly property for each UI Element in the View of <DC2> to "true"

Regards

LakshmiNarayana