Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9164

Re: getting root data in item node

$
0
0

Hi Naveen,

To get RooT data you have to use to_root  association as in your case root is also a parent node you can use to_parent association also.

 

io_read->retrieve_by_assocation

 

       exporting

                      it_key          =  lt_key               " key table  that hold item keys

                      association = item-to_root    " association name (it is created by default)

                      fill_data       = abap_true       "  make it  to fetch data

      Importing

                     et_data =    lt_root_data

 

 

 

 

you will get your root data in lt_root_data.

 

 

Regards

LK


Viewing all articles
Browse latest Browse all 9164

Trending Articles



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