Skip to Content
0
Former Member
Feb 22, 2010 at 12:00 PM

validate user input with the screen flow logic.

148 Views

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.