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 report in new task

Former Member
0 Likes
3,070

Hi All,

            i have a requirement where i need to submit a report in new task(just like what we can do with function modules). Is there any way to do this other than creating new Function module for this submit statement.

Regards,

Praveen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,593

You can schedule it as a job.... that also will be a new task.

Hi All,

            i have a requirement where i need to submit a report in new task(just like what we can do with function modules). Is there any way to do this other than creating new Function module for this submit statement.

Regards,

Praveen

3 REPLIES 3
Read only

Former Member
0 Likes
1,594

You can schedule it as a job.... that also will be a new task.

Read only

freek_cavens2
Participant
0 Likes
1,593

Hi Praveen,

Check this link : it gives you detailed information on how to submit your report as a background job.  The question is more or less the same as yours.

http://scn.sap.com/thread/601556

Regards,

Freek

Read only

Former Member
0 Likes
1,593

Hi Praveen

step 1. Call Function Job_OPEN

step2  submit report via job job_name

step3  Call Function JOB_CLOSE

Hope it helps