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
504

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
484

Hi tom,

I think it is the same query. I answered in another thread.

Regards,

Atish

2 REPLIES 2
Read only

Former Member
0 Likes
485

Hi tom,

I think it is the same query. I answered in another thread.

Regards,

Atish

Read only

Former Member
0 Likes
484

Just define your internal table as a class attribute, then you have access to it from any method within that class.

Regards,

Michael