Skip to Content
0
Former Member
Feb 26, 2009 at 05:15 AM

dynammic node creation

240 Views

hi experts,

i am creating node dynamically , i have declared variable contextnode_info like

data : contextnode_info TYPE REF TO if_wd_context_node_info.

and when i write this code to get the node info in the varuable.

contextnode_info = wd_context->get_node_info().

i am getting this the sytax error as

" Names like "NAME+" or "NAME()" , as in wd_ontext->get_node_info()" , are identical to "NAME.These are no longer allowed in release 4.0. "

Please suggest a way to resolve this.

Thank You.