‎2008 Aug 21 10:37 PM
Hi,
I want to do a SUBMIT REPORT VIA JOB or a CALL TRANSACTION within a function module with remote acces, when I execute this function module from SE37 It works fine I can make a SUBMIT to a report wich reads SPOOL and generates a PDF and send it via e-mail, but when I execute this function module as a Web Service It does nothing.
Why I can't execute SUBMIT in a remote function module or how can I do this??
thanks for your help and time!!
‎2008 Aug 21 10:42 PM
‎2008 Aug 21 10:42 PM
Which report are you using in the submit? As far as i know for a submit to work in RFC the report should be able to run in background as the rfc runs in background. Check if you can succesfully run the report in background.
‎2008 Aug 21 10:58 PM
I'm using a report of my own, this report does certain things and I want to catch data in spool into a pdf and send it via e-mail, when I call the remote function call this has to return a employee and then execute the report. That's why I'm doing an submit report via job to send me the information processed.
But I don't know why it doesn't executes this report via job.
Thanks!!
‎2008 Aug 22 1:21 AM
Did you try running your report in background? Just the report thru se38, no submit? If that doesnt work your RFC call will not work too.
‎2008 Aug 25 6:29 PM
Just have to do a submit to a report which does a call to another report via job and then it's executed.
Cheers,
Moises Grappin