Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Internal Table Data Created in a Class=>Method?

Former Member
0 Likes
321

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
298

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

1 REPLY 1
Read only

Former Member
0 Likes
299

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