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

Report

Former Member
0 Likes
645

Hi Experts,

now how to make link for two Reports.

thanks.

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
630

Hi,

You can use Submit.

Here is the sample code for the same.

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/submit.htm

You can use import and export to exchange data between two reports.Check this link.

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/import.htm

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/export.htm

Kindly reward points if it helps.

5 REPLIES 5
Read only

Laxmana_Appana_
Active Contributor
0 Likes
630

Hi,

Submit report......

we can execute one report from another report.

Laxman

Read only

Former Member
0 Likes
630

u can use subroutines..with the required parameters to use and u can pass it by value or reference..

what are the details u need regarding linking reports..

Read only

Former Member
0 Likes
630

Hi,

You can use submit

SUBMIT REPORT01 
       VIA SELECTION-SCREEN 
       USING SELECTION-SET 'VARIANT1' 
       USING SELECTION-SETS OF PROGRAM 'REPORT00' 
       AND RETURN.

read the Help for Submit.

Regards

vijay

Read only

Former Member
0 Likes
630

SUBMIT <Programname> via selection-screen with <variable> = <value>.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
631

Hi,

You can use Submit.

Here is the sample code for the same.

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/submit.htm

You can use import and export to exchange data between two reports.Check this link.

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/import.htm

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/export.htm

Kindly reward points if it helps.