‎2007 Mar 11 7:12 AM
How to execute a report program from another report. Can anyone help please.
‎2007 Mar 11 7:13 AM
‎2007 Mar 11 7:13 AM
‎2007 Mar 11 7:14 AM
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.)
‎2007 Mar 11 7:19 AM
HI,
Use Submit Program Statement
... read help ...
SUBMIT <program1> WITH sel1 IN r_sel1
WITH sel2 IN r_sel2.Regards,
Santosh