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

Using Select option in Native SQL

former_member671224
Participant
0 Likes
1,207

Hi,

Can any one tell me, how to use select option value in native SQL.

ie.,

I want to use select option in where condition. Need to select all the records from table(non-SAP) where date in given range.

Please suggest.

Thanks,

Amal

4 REPLIES 4
Read only

Former Member
0 Likes
774

I think you'll have to find another way.

Rob

Read only

Former Member
0 Likes
774

it is not possible to use select options in open sql

Read only

0 Likes
774

There is no any option?

Thanks,

Amal

Read only

0 Likes
774

Hi

No!

U need to find a way to convert a range of select-option to a range for Native SQL, probably it should be better doesn't use a select-option for the date but two parameters: one for date from and one for date to.

Max