‎2007 Oct 30 8:55 PM
Is there a way to create a large internal table in a Class=>Method1, return to a calling program, call another Class=>Method2 that uses the data in the internal table that was created in the previous Class=>Method1?
Thank-You
‎2007 Oct 30 10:51 PM
Hi tom,
I think it is the same query. I answered in another thread.
Regards,
Atish
‎2007 Oct 30 10:51 PM
Hi tom,
I think it is the same query. I answered in another thread.
Regards,
Atish
‎2007 Oct 30 10:52 PM
Just define your internal table as a class attribute, then you have access to it from any method within that class.
Regards,
Michael