You can order by primary keys for pool and cluster tables. When you specify any positive number to order by in the source definition, the Designer generates an Order By statement to order by primary key:
select MANDT KAPPL KSCHL LIFNR MATKL INFNR DATBI DATAB KNUMH
into [...]
from A015 where [...]
order by primary key .