Skip to Content
0
Former Member
Jul 18, 2008 at 12:04 PM

How to give condition in infoset quary

23 Views

Hi Experts,

i created one infoset, using some tables. Inthe infoset i was created select statements also, bt the where condition inthe select statements only having equal. bt i want to give GE like condition..how to do this?

SELECT SINGLE * FROM JEST_TECO

WHERE OBJNR = AUFK-OBJNR

AND STAT = 'I0045'.

Here i want to give

SELECT SINGLE * FROM JEST_TECO

WHERE OBJNR = AUFK-OBJNR

AND STAT GE 'I0045'

Plz help this issue..Point will be sure

Mohana