2008 May 24 2:57 PM
in one report how can u call the another report
2008 May 27 2:37 PM
SUBMIT ZTEST1 USING SELECTION-SCREEN 1000
WITH budat in so_budat.
Here call ZTEST1 program to another program.
Thanks,
Durai.V
2008 Jun 10 8:54 AM
Create a transaction code for the report and call this report from the other using
CALL TRANSACTION <transaction code>.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Jun 10, 2008 11:07 AM
2008 Jun 10 4:20 PM
Hi,
U can use SUBMIT <report name>
and RETURN.
RETURN should be used to come out of the Called Report.
Reward if helpful.
Regards,
Mukul
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |