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

Debugger ques

Former Member
0 Likes
358

When in debugger and I want to display the internal table it shows

i_vbak Table[2x82]

I understand that 2 stands for the number of rows returned but what does 82 stand for? My internal table only contains 5 fields?

Does it take in all the columns of the table. Surely that cant be the case.

<b><REMOVED BY MODERATOR> - Sorry Megan...Rules are rules -;)</b>

Message was edited by:

Alvaro Tejada Galindo

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
341

No megan,

That is total length ,which will be in Bytes.

just double click on one record ,it will show like itab[1],and below it will show like

initial length 82 in bytes.

Thanks

Seshu

2 REPLIES 2
Read only

Former Member
0 Likes
342

No megan,

That is total length ,which will be in Bytes.

just double click on one record ,it will show like itab[1],and below it will show like

initial length 82 in bytes.

Thanks

Seshu

Read only

0 Likes
341

Nice Seshu....I have always ask that question myself -:) Glad I wasn't that far in my answer -:P

Greetings,

Blag.