2006 Oct 31 8:37 AM
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.
2006 Oct 31 8:40 AM
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.
2006 Oct 31 8:42 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |