Quantcast
Channel: SCN : All Content - Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 3667

While getting node element I can able to get only first 15 element

$
0
0

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.


Viewing all articles
Browse latest Browse all 3667

Trending Articles



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