Application Development 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: 

BOPF query

AJeB
Participant
0 Kudos
234

how to use the WHERE, AND in bopf query like SELECT * FROM table WHERE field = value AND ? im currently doing is read the et_data in bopf using READ table but the AND is not possible in read table
lo_srv_mgr->query(......

)

2 REPLIES 2

saundattikar
Participant
0 Kudos
160

Hello Aaron,

If you want to read standard nodes from BOPF, I would recommend using available associations between the nodes. Can you share the nodes you are trying to read?

Thanks

Rohan

hongsy93
Explorer
0 Kudos
160

Hello Aaron,

The parameter "it_selection_parameters" is available.
However, only the components used in the filter structure can be used as a where condition.

Thanks