Just to clarify
If I create an internal table in a procedure (perform). And if the procedure is recursive. It will create in stack n internal tables, one for every call to the procedure?
TIA