Application Development 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: 

Background Job

Former Member
0 Kudos

Does anybody have an idea how we can put job in background through foreground in separate spool id?

Any FM is available for background job.

Thanks in advance,

Parag

2 REPLIES 2

Former Member
0 Kudos

Hi Parag,

The BAPI_XBP_ADD_JOB_STEP -


> Add a Job Step (For Background Processing)

Regards

Carlos

Former Member
0 Kudos

Hi,

Use method CALL METHOD CL_HRFPM_JOB=>CREATE_JOB to create the job

Use method CALL METHOD CL_HRFPM_JOB=>START_JOB to start the job.

Any questions on usage, please let me know.

Cheers

Colin.