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

How to keep query data in internal table

Former Member
0 Likes
458

Hi,

Can any body please give me answer to my below question?

I have a requirement. I need to link the query to report. After fetching the Query data how i have to keep it in internal table.

Regards,

Suresh Kumar.

Hi,

Can any body please give me answer to my below question?

I have a requirement. I need to link the query to report. After fetching the Query data how i have to keep it in internal table.

Regards,

Suresh Kumar.

2 REPLIES 2
Read only

Former Member
0 Likes
429

One way could be writing the select statements in the report same as in your query.

Or you can attach a T-code to your query and execute that as report. There is no need to put the query result into any internal table.

Read only

Former Member
0 Likes
429

Hi

You can code in SQ02, End-Of-Selection event to EXPORT the data of the internal table and later IMPORT it in your program.

Please make sure the definition - Structure and Name should be same in both objects.

Kind Regards

Eswar