‎2007 Sep 07 10:24 PM
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
‎2007 Sep 07 10:36 PM
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
‎2007 Sep 07 10:36 PM
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
‎2007 Sep 07 10:43 PM
Nice Seshu....I have always ask that question myself -:) Glad I wasn't that far in my answer -:P
Greetings,
Blag.