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

Reg - Debugging

Former Member
0 Likes
389

Hi all,

While debugging , suppopse if there are 20000 records in internal table , if i want to go to 200th record straight away , how would i acheive this

Regards,

A.Thuyavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
369

Hi

Give <b>itab[200]</b> in the variable box.

Regards

Raj

3 REPLIES 3
Read only

Former Member
0 Likes
369

Hi

Define a Watch Point with some condition on one field and you can go to that particular record

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
370

Hi

Give <b>itab[200]</b> in the variable box.

Regards

Raj

Read only

Former Member
0 Likes
369

hi thuyavan,

For that purpose only v have watch point in debugging. U can move to the specific record by using watch point.

Regards...

Arun.

Reward points if useful.