Can any one tell me the difference between Type and Tabel type.
For Exa while declaring an internal table we do it as follows:
Type:Begin of tt_infy,
infty TYPE t582s-infty,
End of tt_infy.
Data : I_infy type standard table of tt_infy.
For the above what tt_infy called as: Is it Table type or Type.
Tell me the exact difference between Table type & Type with example.
Thanks in advance.
Code Formatted by: Alvaro Tejada Galindo on Jan 8, 2009 3:27 PM