Hi,
In select statement u have mention the table name.
No need to use modify statement, if you are using field-symbol.
select EQUNR
GROES
from EQUI
into table lt_equimpent
for all entries in lt_data
where EQUNR eq lt_data-EQUNR.
Thanks,
Somesh.
Hi,
In select statement u have mention the table name.
No need to use modify statement, if you are using field-symbol.
select EQUNR
GROES
from EQUI
into table lt_equimpent
for all entries in lt_data
where EQUNR eq lt_data-EQUNR.
Thanks,
Somesh.