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

execute a report

Former Member
0 Likes
512

How to execute a report program from another report. Can anyone help please.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
487

hi,

use the command SUBMIT report

3 REPLIES 3
Read only

Former Member
0 Likes
488

hi,

use the command SUBMIT report

Read only

Former Member
0 Likes
487

1. Use the command SUBMIT.

here you can pass values to the selection screeen or the starting screen of the report using the variants of this syntax. Press F1 and you will find out its usage.

2. Use Call transaction.

If you are using SET/GET parameters or reading from the memory then you call the other report using syntax CALL TRANSACTION <TCODE>...... ( this is assuming that the report has a TCODE attached to it.)

Read only

Former Member
0 Likes
487

HI,

Use Submit Program Statement

... read help ...

SUBMIT <program1> WITH sel1 IN r_sel1
WITH sel2 IN r_sel2.

Regards,

Santosh