‎2007 Oct 30 8:56 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 9:45 PM
Hi,
This is very much possible.
While creating first method make sure that Export parameter is a TABLE (large internal table which you want).
Pass this table to second method as Import parameters and use in the method.
ashish
‎2007 Oct 30 9:45 PM
Hi,
This is very much possible.
While creating first method make sure that Export parameter is a TABLE (large internal table which you want).
Pass this table to second method as Import parameters and use in the method.
ashish