2022 Aug 01 2:37 AM
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(......
)
2022 Aug 01 4:58 PM
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
2022 Dec 21 4:18 AM
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