Hello guys, im facing some troubles with the following code
field mara-matnr SELECT *
from mara
into table itab_mara
where matnr = mara-matnr
and matnr = mara-matkl
WHENEVER NOT FOUND SEND ERRORMESSAGE 107
WITH mara-matnr .
the editor doest recognize this code in PAI., is the same with VALUES clause.
what im doing wrong ? . thank you very mch.