Does anyone know how to accomplish a select that would accomplish the following pseudo code:
Select * from <dbtab> into table <itab> from row n up to row n.
I would like to use From - To record number on sel. screen and still use Select Into Table, not looping select.
Your suggestions are greatly appreciated.
Kind Regards,
Jason