just want to ask how to use the SQL keyword 'max' in abap?
does my code correct?
select max (pddrf_no)
from zpddr_md
into v_pddrf.
thanks.
donna