Is it possible to use subqueries in the OPTIONS parameter table for the RFC_READ_TABLE in SAP?
Something like this
field in (select otherfield from othertable where ...)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. Specifying an OPTIONS parameter which contains parentheses will cause an error (ABEND dump).
From the SAP doco (4.6C):