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

Select statement using 'CS' operator

Former Member
0 Likes
6,840

Hi,

I need to use the operator 'CS' in a select stament, something like this:

Select kunnr vbeln into corresponding fields of LT_DATA

from VBAK

where erdat in s_erdat and

auart cs 'ZFD'.

but in a select stament i can't use 'CS' operator.

Can someone help me ? How can i do this ?

Thanks

Edited by: Ricardo Filipe Pimenta on Mar 15, 2010 1:59 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,607

check this thread.

2 REPLIES 2
Read only

Former Member
0 Likes
1,608

check this thread.

Read only

Former Member
0 Likes
1,607

If you wish to pull all Z order types, build a range table and use IN operator.

Thanks,

Kiran