‎2013 Nov 25 1:59 PM
Hi experts,
I've read in my documentation, that you can't implement the SQL-IN Statement with Persistent Object Query Interface on SAP NetWeaver 7.0. Now i'm on NetWeaver 7.4 and i want to use select-options in my selection screen. Unfortunately, i still can't find a way to transfer the selected data to my persistent object query interface. Do i have a support for analogue Open-SQL-IN-Statements now or is it necessary to write SQL again?
Regards
Michael
‎2013 Nov 27 2:08 PM
Unfortunately, i've found no way out to solve this issue without SQL. So i've had to determine the relevant business keys with a complex SQL statement and then i've read all corresponding business objects with IF_OS_CA_PERSISTENCY~GET_PERSISTENT_BY_KEY_TAB. If somebody knows a better solution, please tell me .