2008 Jan 14 6:54 AM
Hi,
Please solve my problem. How to use logical operators using read table in internal tables.
2008 Jan 14 7:02 AM
Hi deepika
You cannot use any other logical operators than EQ with READ statement. If you want to use others, then go for LOOP ... ENDLOOP ...
~ Ranganath
Hi,
Please solve my problem. How to use logical operators using read table in internal tables.
2008 Jan 14 7:00 AM
2008 Jan 14 7:01 AM
Hi Deepika,
If I am not wrong, I guess we cannot use logical operators in READ statements.
Read statement can be given as(Example)
READ TABLE pa_gt_actual_prices INTO ls_act_prices
WITH TABLE KEY kokrs = p_kokrs
perio = l_perio
objnr = ls_cssl-objnr
gjahr = p_gjahra.
Even we cannot use 'EQ' instead of '=' sign while reading the table with keys.
Regards,
Farheen.
2008 Jan 14 7:02 AM
Hi deepika
You cannot use any other logical operators than EQ with READ statement. If you want to use others, then go for LOOP ... ENDLOOP ...
~ Ranganath
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |