Hi,
Quick. I retrieve a range from select option in one view? How can i move this range table to another view?
Currently, this is what I am trying,
ASSIGN RT_CARRID->* TO <FS_CARRID>.
RANGE = WD_CONTEXT->GET_CHILD_NODE( NAME = 'TEST' ).
RANGE->BIND_ELEMENTS( <FS_CARRID> ).
In the contexts of the two view involved and the component controller i have a node 'TEST' with an attribute range that is declared type ref to data.
No syntax error, but when i read the context node 'TEST' in the other view, the value is initial.
Thanks for your quick responses and bright ideas!!
ALI