cancel
Showing results for 
Search instead for 
Did you mean: 

Method Invalidate

Former Member
0 Kudos

Hi experts,

It is correct to use the method Invalidate (interface IF_WD_CONTEXT_NODE ) for to clear all the attributes of a node?

I tryed to use SET_STATIC_ATTRIBUTES_NULL but I have a dump...

Tks a lot

Edited by: webdynpro.gc on Feb 12, 2010 12:30 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You must have got the dump as the cardinality could be 0..N or 0..1.

as Method set_static_attributes_null assumes one element by default ( 1..N or 1..1 )

You can use Invalidate method to clear all data for the node.

Regards

Manas Dua

Former Member
0 Kudos

Tks, solved!

Former Member
0 Kudos

Hi

Why dont you try invalidate() in if_wd_context_node interface.

Regards

Nawal Kishor Mittal