Hi,
Node2 have total 25(records) elements are there but while getting only 15 element are showing, next set of element i cant able to get it. Can some one tell me the reason for this issue.
(1 Record) (25 Records) (25 Records)
Node1 - ( 1 - 1 ) --> under Node2 ( 0 - N ) --> under Node3 ( 1 - 1 )
Statement which I used for get the node2 element
* navigate from <CONTEXT> to <NODE1> via lead selection
lo_nd_node1 = wd_context->get_child_node( name = wd_this->wdctx_node1 ).
* navigate from <NODE1> to <NODE2> via lead selection
lo_nd_node2 = lo_nd_node2->get_child_node( name = wd_this->wdctx_node2 ).
CALL METHOD lo_nd_node2->get_elements
RECEIVING
set = it_node2.