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

Function module to execute the program in the background.

Former Member
0 Likes
570

Hi Experts,

I have two reports i am calling report2 from report1. Here the problem is i wanted to pass the input parameters using the "submit" statement and i wanted only one field value from the report2... whcih is used in report1 and i dont wanted to display the selection screen or output of report2. i am using the submit and return and i am unable to get it... can any one suggest and send me a peace of code.. for this...

he would be rewarded

Regards,

Rajashekahr.A

3 REPLIES 3
Read only

Former Member
0 Likes
541

if you don't want the selection screen or the output...you can use the option

SUBMIT <RPT> EXPORTING LIST TO MEMORY AND RETURN

this will directly execute the report without showing you the selection screen or the output..

now you also want a value from report 2 into report1...you can set the value from report 2 into a memory variable..using EXPORT to memory id option....

hope it helps

Read only

0 Likes
541

ya as said above you can use the same just use IMPORT while taking values from report2.

Thanks

Sudharshan

Read only

0 Likes
541

hi i am unable to get the output at..