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?