Application Development 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: 

Merging of two reports

Former Member
0 Kudos

Hi Experts ,

I am having two reports and when iam running those two reports from another report using selection screen i want get the out put as merging of two report outputs pls provide the solution

Mohan

3 REPLIES 3

Former Member
0 Kudos

Hi,

My understanding abt ur question is , u r calling two reports

from 3rd or other program. IF my understanding was right,

U can do like, send final internal table values of two reports to memory id seperately using EXPORT command. Then IMPORT those two memory values in final or 3rd report, then u can do whatever u want.

IF useful......................

Regards,

S.Senthil kumar

Former Member
0 Kudos

Hi Mohan,

You can use IMPORT and EXPORT to get the required output.

If the 2 other programs have to get values from selection screen you are entering from third program ,then just EXPORT this value to the memory id and IMPORT it in that program. Do the required calculations and EXPORT the result to the memory id. Then by using IMPORT you can get result in the third program. Now you can merge the result and print it as one report using third program.

Regards,

Rajitha.

Former Member
0 Kudos

HI THANKS FOR ALL

MOHAN