Skip to Content
0
Former Member
Jul 21, 2008 at 10:47 AM

Default type of internal table

226 Views

If i declare a internal table in the folowing way. what will the type?

DATA: ITAB TYPE TABLE OF T_TYPE.

In short what is the default type of internal table?