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

in reports

Former Member
0 Likes
411

in one report how can u call the another report

in one report how can u call the another report

3 REPLIES 3
Read only

Former Member
0 Likes
395

SUBMIT ZTEST1 USING SELECTION-SCREEN 1000

WITH budat in so_budat.

Here call ZTEST1 program to another program.

Thanks,

Durai.V

Read only

Former Member
0 Likes
395

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

Read only

Former Member
0 Likes
395

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