2015 Apr 09 4:28 AM
Hi experts,
i want to get a all records of different nodes in a single query.
For ex. i have 1.>root
1.1>A
1.2>B
i want to retrieve all records of node B in node A through queries.
Thanks.
2015 Apr 09 3:40 PM
Hi Narendra,
you can implement your own query-class. Just define the name in the implementation area of the query in the configuration UI. You can also define your result type there. Your class will implement the interface /BOBF/IF_FRW_QUERY. In the implementation of /BOBF/IF_FRW_QUERY~QUERY you can implement your query.
Cheers,
Martin