cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Popup

Former Member
0 Kudos

Hello,

I have created a webdynpro popup. I would like the data in the pop up to be reset when i close the pop up..

Is there a way to achieve this without explicitly setting each context to null.

I am using interface view of another DC in the pop up.

Please let me know the best way ahead.

Regards

Tiny

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Tiny,

if the context attributes are under any node then you can use invaldate() method inseted of setting null to each and every context attibute.

wdContext.node<NodeName>().invalidate();

if any context attributes are binded directly to the root context node then you have to set null for each and every context attribute.

revert back if you have any quaries.

Thanks & Regards,

Bhargava.