‎2014 Jan 20 6:43 AM
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?
‎2014 Jan 20 7:04 AM
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
‎2014 Jan 20 7:04 AM
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
‎2014 Jan 21 6:31 AM
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