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