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

Variable name for Internal table

Former Member
0 Likes
364

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
Read only

rainer_hbenthal
Active Contributor
0 Likes
340

Is this table a changing or an importing parameter?

Read only

0 Likes
340

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