Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

can we create query in a single node that can access another node attributes in BOPF?

0 Likes
368

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.

1 REPLY 1
Read only

cyclingfisch_
SAP Mentor
SAP Mentor
0 Likes
331

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