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

Submit Program RSMIPROACT2

abhishek37373
Participant
0 Likes
503

Hi Folks,

I want to make use of the IDOC infrastructure for RSMIPROACT2.The way i thought is to Submit the Program "RSMIPROACT2" with the selection parameters in the custom code.But how will i be able to hide the output of the report and still send the IDoc?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

Hi Abhishek,

As you will submit the report in background, this whatever may be the output that will be seen as a job. You can also see the output of what you submitted via transaction SP01. There is no need to hid the output of the report when you are submitting a report.

Hope this helps.

Thanks,

Tooshar Bendale

2 REPLIES 2
Read only

Former Member
0 Likes
450

Hi Abhishek,

As you will submit the report in background, this whatever may be the output that will be seen as a job. You can also see the output of what you submitted via transaction SP01. There is no need to hid the output of the report when you are submitting a report.

Hope this helps.

Thanks,

Tooshar Bendale

Read only

muneshpatwari
Active Participant
0 Likes
449

Hi Abhishek,

You can add the syntax extension - EXPORTING LIST TO MEMORY AND RETURN, to the submit program statement.

This way the list output will be exported to memory and will not be visible.


Regards,

Munesh