Application Development 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: 

Variable name for Internal table

Former Member
0 Kudos

Hi Folks,

For a report i am passing a parameter. This parameter name is then used to read data using "IMPORT from database" statement from cluster.

Now I need to copy this data into another internal table. How do I do that? e.g. what would be the syntax?

Thanks...

Munish

2 REPLIES 2

rainer_hbenthal
Active Contributor
0 Kudos

Is this table a changing or an importing parameter?

0 Kudos

Hi Rainer,

Thanks for replying!

I was passing a parameter (no-display) to a report from another report.

I am using field-symbol and it solved the problem.

Regards,

Munish