Can any one give me brief explanation about internal tables, and workarea ?
p { margin-bottom: 0.21cm; }
1.An internal table is a run time instance. It get created when program starts execution.
2.It get destroyed when program terminates. It has two different parts: HeaderLine(optional) and Body(Compulsory).
3.Any value that comes to or goes from interanal table, that travels through headerline.