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

Problem with Debugging

Former Member
0 Likes
493

Hi Experts,

i have small dought in debugging.

suppose in my internal table am having 10 fields. while debugging if i choose that internal table am able to only 4 fields, am not able to see remaining fields,

so how to see all fields in that table?

and in that tab there are 2000 records, currently am in 10th record, how to see 200rd record directly not through using scroll.

here am using ECC5.0.

thanks in advance.

Rgds,

sudharsan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
474

1. Click on Next table field button in application tool bar to move to the right of the fields in the internal table. 2. When you display the internal table you can see a row with field names, to the left of it will be the top record number, replace the number with the record number that you need to switch to display on the top.

2 REPLIES 2
Read only

Former Member
0 Likes
475

1. Click on Next table field button in application tool bar to move to the right of the fields in the internal table. 2. When you display the internal table you can see a row with field names, to the left of it will be the top record number, replace the number with the record number that you need to switch to display on the top.

Read only

0 Likes
474

hi Eswar,

Thank u verymuch for ur help.

i ve rewarded.

Rgds,

sudharsan.