Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table Rows skip

Former Member
0 Likes
550

Hi,

Is there any FM available to skip the Table rows before reading the table.

Thanks,

fract

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
489

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

2 REPLIES 2
Read only

Former Member
0 Likes
489

I'm not sure why you want to do this.

Could you please throw some light on the exact requirement?

Read only

Former Member
0 Likes
490

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