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

Backgroung sceduling

Former Member
0 Likes
1,041

I have one program in selection screen I am giving job name my requirement is if I press execute button I need to run the report in the back ground under the job name mentioned in the selection screen based on the input parameters maintained in the selection screen. Please help me to do this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,023

HI,

use these fn modules

job_open

job_submit

job_close

HI,

use these fn modules

job_open

job_submit

job_close

9 REPLIES 9
Read only

Former Member
0 Likes
1,024

HI,

use these fn modules

job_open

job_submit

job_close

Read only

Former Member
0 Likes
1,023

Thanks.

Read only

Former Member
0 Likes
1,023

Please any other options.

Read only

0 Likes
1,023

Hi.

You can also try the following technique:

When the program starts, get all the data you need, and pass them to an RFC-enabled function module and call it in background task.

You can also use standard log routines to send any log messages to SLG1 so that the users can check them later.

The log routins can be found in SE37 using BAL_LOG* FMs. There is plenty of documentation there on how to use them.

Reward if helpful please.

Regards,

George

Read only

Former Member
0 Likes
1,023

Try these Function Modules:

BP_JOBVARIANT_OVERVIEW

BP_JOBVARIANT_SCHEDULE

Or

Use SUBMIT command

Read only

Former Member
0 Likes
1,023

hi,

Sekhar Raju,

are you using 'SM36' for schedulling?

Read only

0 Likes
1,023

Yes.

Read only

0 Likes
1,023

now wats de problem ur facing

Read only

Former Member
0 Likes
1,023

Working fine...

Thanks.