i want to detect if the program evaluated has FREE'd all its internal table after use. but i just can't search for the word 'FREE itab' because there might be some subroutines in that program that can fill the internal table again. and subroutines are not arranged according to execution.