↧
How to use in INVALIDATE method WD_CONTEXT.
Hi I need to refresh selet option for that some one has suggested me to use Invalidate method but how my wizard is old and I dont know how to call it.
View ArticleRe: How to use in INVALIDATE method WD_CONTEXT.
Hi ankita, By using wizard read that node, and use invalidate method. * navigate from <CONTEXT> to <N_DEFECT> via lead selection lo_nd_n_defect = wd_context->get_child_node( name =...
View ArticleRe: How to use in INVALIDATE method WD_CONTEXT.
Hi Ankita, Invalidate method is used to invalidate/Clear all elements of a node.You can use the method as below: DATA lo_nd_cn_input TYPE REF TO if_wd_context_node.lo_nd_cn_input =...
View ArticleRe: How to use in INVALIDATE method WD_CONTEXT.
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 :...
View Article