Hi,
I have the code as below.
select objnr stat from jest into table i_jest
where objnr CP 'IF' and
stat = 'E0002'.
I am getting the error as CP is not the correct comparision operator.
Is it that we should not use comparision operator in the select statement.
Pls provide some solution for the same..
Regards,
Ramesh