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

Persistent Object Query Interface, SQL IN-Statement

Former Member
0 Likes
427

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

1 REPLY 1
Read only

Former Member
0 Likes
383

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 .