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

Remote Function Module

Former Member
0 Likes
579

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!!

5 REPLIES 5
Read only

Former Member
0 Likes
543

Hi,

Check this thread, Might be useful to you.

Regds,

Sen

Read only

Former Member
0 Likes
543

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.

Read only

0 Likes
543

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!!

Read only

0 Likes
543

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.

Read only

Former Member
0 Likes
543

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