‎2009 Dec 16 9:05 PM
Hi,
Is there any FM available to skip the Table rows before reading the table.
Thanks,
fract
‎2009 Dec 17 4:19 AM
Hi Fract,
Use index in where condition at the time of READ.
ex: If u want to skip first 3 records.. ==> index > 3.
Hope this solves your problem,
Nag
‎2009 Dec 16 9:26 PM
I'm not sure why you want to do this.
Could you please throw some light on the exact requirement?
‎2009 Dec 17 4:19 AM
Hi Fract,
Use index in where condition at the time of READ.
ex: If u want to skip first 3 records.. ==> index > 3.
Hope this solves your problem,
Nag