Skip to Content
0
Aug 01, 2022 at 01:37 AM

BOPF query

71 Views

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(......

)