Consider the scenario.
data: itab type standard table of sflight-connid.
data: wa like line of itab.
how can i retrieve single record from itab using read statement using a logical expression.
read ,,,,,, logi_exprs.
Note: Here there is no header with name connid, so comparing connid = 'LH'
(field1= X) will result in an error.
Edited by: IMRAN PASHA on Jan 4, 2008 4:05 PM
Please suggest if it can be done without usage of index
Edited by: IMRAN PASHA on Jan 4, 2008 4:36 PM