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

Return table from report processed in background .

former_member196299
Active Contributor
0 Likes
281

Hi All ,

I have a requirement where from inside a method , I have to process a report in background and this report should return a internal table with SAP data which have to be processed further .

Can anyone suggest me is it possible to get a return internal table from a report processed in background .

All your responses/suggestions would be appreciated ..

Regards,

Ranjita

1 REPLY 1
Read only

Former Member
0 Likes
254

Hi,

You can Export the internal table to a memory location and import the entries in the report.

Regards,

Srini.