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

Calling a report from another program

Former Member
0 Likes
352

Hi friends,

I want to run an existing report from one function module and I need the output in an internal table for further processing.But I don't want to change the called program for any export to memory.How can we do it ?

Thanks in advance,

Joby

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
325

Hi,

U can do by using

SUBMIT PROGRAM VIA SELECTION-SCREEN .

Bye

1 REPLY 1
Read only

Former Member
0 Likes
326

Hi,

U can do by using

SUBMIT PROGRAM VIA SELECTION-SCREEN .

Bye