Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3585

Re: changing default value of attribute in a standard webdynpro component

$
0
0

Hi Prasanth

 

Try this

 

DATA: lr_nodeTYPE REF TO if_wd_context_node,
  lr_subnode TYPE REF TO if_wd_context_node,
  ls_subnode TYPE wd_this->element_limit_sub.

 

lr_node = wd_context->get_child_node( name = wd_this->wdctx_limit_item ).

lr_subnode = lr_node->get_child_node( name = wd_this->wdctx_limit_sub ).

ls_subnode-acc_ind = '02'.

lr_subnode->set_static_attributes( ls_subnode ).

 

 

Regards

Vinita


Viewing all articles
Browse latest Browse all 3585

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>