Dear All,
How Can I use "<",">" and so on in Read Table with key condition?
Like below sample... when I use ">", but program can not pass....
LOOP AT it_stock.
READ TABLE it_ WITH KEY ebeln = it_stock-ebeln ebelp = it_stock-ebelp eindt > it_stock-bldat.
...
ENDLOOP.
Thank you very much!
Best regards,
VIncent
Moderator Message: This was something you could have tried on your own and found out. Next time, try first, then post after searching the web.
Edited by: kishan P on Sep 10, 2010 9:40 AM