Hi
i want to move to a particular node say MARATAB via lead selection and then bind my ITAB to this node . I understand that it can be done by the following statements-
navigate from <CONTEXT> to <MARATAB> via lead selection
lo_nd_maratab = wd_context->get_child_node(
name = wd_this->wdctx_maratab ).\
bind table to context node <maratab>
lo_nd_maratab->bind_table(
new_items = maratab ).
My question is instead of typing this statements , How can I generate this code automatically using Wizard...
I tried many options in the wizard but it did not work