cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to edit webdynpro views

Former Member
0 Kudos

Hi,

I'm facing a strange problem. I've checked-out my Webdynpro dc from DTR. Now, I want to make some changes in the code, but whenever i try to write anything, it is not displayed in the screen, i.e. it is not allowing me to make modification. I've checked the read-only property of view and it is un-checked.

1) Could you plz tell me what is wrong with the DC?

2) Why it is not allowing me to make any modification?

PS: I'm using NW04 SP16

Thanks & Regards,

Abhinav Sharma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

if i have undersotood your problem

if you are using a node in your context

do the following in your WdDoint()

I<YourNode>Element node=wdContext.create<YourNodeElement>

node.setYourElement(); // set all your values

node.setYourElement();

//finally add the element to your node

wdContext.node<YourNode>.addElement(node);

You can refer

https://www.sdn.sap.com/irj/sdn/profile?userid=3593378

or

https://forums.sdn.sap.com/click.jspa?searchID=6052676&messageID=4134433

Regards

Abhijith Ys