Quantcast
Channel: SCN: Message List - How to use in INVALIDATE method WD_CONTEXT.
Viewing all articles
Browse latest Browse all 4

Re: How to use in INVALIDATE method WD_CONTEXT.

$
0
0

Hi Ankita,

 

1)First you need to get the node :

 

lo_nd_importing_1    = lo_nd_time_timesheet->get_child_node( name = wd_this->wdctx_importing ).

 

2) Call the invalidate method of node :

 

lo_nd_importing_1->invalidate( ).

 

3)Get the elements of the node:

 

lo_el_importing_1     = lo_nd_importing_1->get_element(  ).

 

4) Clear the structure which you want to bind and Call the Set_static_attributes method :

 

CLEAR ls_importing_1.

lo_el_importing_1->set_static_attributes( EXPORTING static_attributes = ls_importing_1 ).

 

And you will be able to clear the selection screen.


Viewing all articles
Browse latest Browse all 4

Trending Articles



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