I have the following as an tables output parameter
Z1_Output
Now I want to use Z1_Output like an internal table, append it or loop through it.
Is this possible without wrtiting any code in the data declaration or does some code have to be written as well.
If yes can you please give an example