hi experts,
i am confusing with free key word usage.
right now i have not used FREE in my abap programs.
i read documentation it is saying
FREE:-Releases the memory space needed to process the internal table itab.
My doubt is why i need to Release the internal table memory. if i am not using what is the problem.
Please help me